Announcement

Collapse
No announcement yet.

Emoji picker --- empty?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Emoji picker --- empty?

    Operating System: Kubuntu 20.04
    KDE Plasma Version: 5.18.0
    KDE Frameworks Version: 5.67.0
    Qt Version: 5.12.5
    Kernel Version: 5.4.0-14-generic

    Pressing Meta+. comes up empty. I see this:

    Click image for larger version

Name:	20200215162039.png
Views:	1
Size:	17.0 KB
ID:	649594

    Code:
    $ ibus-ui-emojier-plasma
    could not find "ibus/dicts/emoji-en_IN.dict"
    qrc:/ui/emojier.qml:53: TypeError: Cannot call method 'trigger' of undefined
    qrc:/ui/emojier.qml:58: TypeError: Cannot read property 'title' of undefined
    qrc:/ui/emojier.qml:69: TypeError: Cannot read property 'title' of undefined
    qrc:/ui/CategoryAction.qml:25: TypeError: Cannot read property 'title' of undefined
    
    $ apt list --installed | grep -i emoji
    
    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
    
    fonts-noto-color-emoji/focal,focal,now 0~20180810-1.1 all [installed,automatic]
    $
    And
    Code:
    $ sudo apt install emoji-en_IN.dict
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package emoji-en_IN.dict
    $
    Kubuntu 20.04

    #2
    Maybe they're all Ninja emoji's?

    Sorry. Couldn't resist the temptation!
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      The error is correct.

      ibus/dicts/emoji-en_IN.dict

      does not exist in Ubuntu.
      On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

      Comment


        #4
        Emoji picker doesn't show emojis for some locales: https://bugs.kde.org/show_bug.cgi?id=417713

        For some locales emoji picker doesn't show emojis. There are no ibus/dicts/emoji-*.dict files for these locales.
        Code:
        emojier: improve the fallback mechanism to detect languages
        
        - try to find the exact locale.
        - Include the more generic one.
        - If none were found, use English.
        Kubuntu 20.04

        Comment

        Working...
        X