Панель выбора эмодзи

Коллеги, подскажите, пожалуйста, как побороть?
Поставил kde, увидел новую фишку "Панель выбора эмодзи" (win+.)
Но в ней не отображаются иконки.



fontconfig/conf.d/01-emoji.conf

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

    <!-- Add generic family. -->
    <match target="pattern">
        <test qual="any" name="family"><string>emoji</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <!-- This adds Noto Color Emoji as a final fallback font for the default font families. -->
    <match target="pattern">
        <test name="family"><string>sans</string></test>
        <edit name="family" mode="append"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test name="family"><string>serif</string></test>
        <edit name="family" mode="append"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test name="family"><string>sans-serif</string></test>
        <edit name="family" mode="append"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test name="family"><string>monospace</string></test>
        <edit name="family" mode="append"><string>Noto Color Emoji</string></edit>
    </match>

    <!-- Block Symbola from the list of fallback fonts. -->
    <selectfont>
        <rejectfont>
            <pattern>
                <patelt name="family">
                    <string>Symbola</string>
                </patelt>
            </pattern>
        </rejectfont>
    </selectfont>

    <!-- Use Noto Color Emoji when other popular fonts are being specifically requested. -->
    <match target="pattern">
        <test qual="any" name="family"><string>Apple Color Emoji</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>Segoe UI Emoji</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>Segoe UI Symbol</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>Android Emoji</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>Twitter Color Emoji</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>Twemoji</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>Twemoji Mozilla</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>TwemojiMozilla</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>EmojiTwo</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>Emoji Two</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>EmojiSymbols</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

    <match target="pattern">
        <test qual="any" name="family"><string>Symbola</string></test>
        <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
    </match>

</fontconfig>
snnwolf
Noto Color Emoji
Ну а сам шрифт стоит?
pacman  -Qs Emoji
pacman  -Qs noto-fonts-emoji
vs220
Ну а сам шрифт стоит?

вот, что есть:

[15:40:43] snn@station75 ~ » pacman  -Qs Emoji
local/noto-fonts-emoji 20191016-6
Google Noto emoji fonts
local/ttf-dejavu-emojiless 2.37-1
Derivate of DejaVu without characters listed as emoji, in order not to override color fonts
[16:31:45] snn@station75 ~ » pacman  -Qs noto-fonts-emoji
local/noto-fonts-emoji 20191016-6
Google Noto emoji fonts
Кстати, при запуске из консоли:

ibus-ui-emojier-plasma
file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/OverlayDrawer.qml:291:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:153:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:80:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qml: There's no page to replace
QQmlComponent: Component is not ready
file:///usr/lib/qt/qml/org/kde/kirigami.2/PageRow.qml:570: Error: Error while loading page: qrc:/ui/CategoryPage.qml:87 Cannot assign to property of unknown type "QAbstractItemModel*".

qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/emojier.qml:94: ReferenceError: i18n is not defined
qrc:/ui/emojier.qml:65: ReferenceError: i18n is not defined
qrc:/ui/emojier.qml:64: TypeError: Cannot read property 'title' of undefined
qrc:/ui/emojier.qml:76: ReferenceError: i18n is not defined
qrc:/ui/emojier.qml:75: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/emojier.qml:87: ReferenceError: i18n is not defined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/CategoryAction.qml:40: ReferenceError: i18nd is not defined
qrc:/ui/CategoryAction.qml:39: TypeError: Cannot read property 'title' of undefined
qrc:/ui/emojier.qml:94: ReferenceError: i18n is not defined
qrc:/ui/emojier.qml:65: ReferenceError: i18n is not defined
qrc:/ui/emojier.qml:64: TypeError: Cannot read property 'title' of undefined
qrc:/ui/emojier.qml:76: ReferenceError: i18n is not defined
qrc:/ui/emojier.qml:75: TypeError: Cannot read property 'title' of undefined
qrc:/ui/emojier.qml:87: ReferenceError: i18n is not defined
snnwolf
при запуске из консоли:
Похоже на запуск вне сессии startplasma-x11 у меня похожие ошибки при запуске на лхде.
При запуске на startplasma-x11 все нормально, шрифты в настройках прлазмы стоят ното, стиль бризе - проверьте, было что не работали нормально на не дефолтном стиле. Можно на новом пользователе запустить для проверки.
По идеи если бы дело в шрифтах было то просто квадраты вместо символов показывало

И еще чтобы 01-emoji.conf гарантированно применялся лучше его разместить в /etc/fonts/conf.d под номером больше90 например /etc/fonts/conf.d/111-emoji.conf так как последним применяется конфиг с большим номером из /etc/fonts/conf.d

После переноса обновить кеш
sudo fc-cache -v

на startplasma-x11
vs220
После переноса
Увы, не сработало. :(
Ощущение, что не хватает языковых пакетов

Кстати
snnwolf
Ощущение, что не хватает языковых пакетов
Ну попробуйте поставить еще
pacman -S libibus unicode-emoji
и с английским запустить
env LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=en_US.UTF-8 LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=en_US.UTF-8  ibus-ui-emojier-plasma

И на новом юзере запустите проверьте на дефолтных настройках. И настройки локали
locale
locale -a
чтобы была en_US.UTF-8 локаль доступна

Баг был но помечен как решенный и вывод не совпадает (нет ругани на язык)
https://bugs.kde.org/show_bug.cgi?id=417713
vs220
Ну попробуйте поставить еще
Пакеты стоят.

Увы, не получилось.
Сделал чистого юзера (у него, кстати, другая проблема, вообще всех иконок нет (меню, dolphine и пр)), у него те же ошибки сыпяться.

Локали такие:

[18:21:59] snn@station75 ~ » locale
LANG=ru_RU.UTF-8
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_PAPER="ru_RU.UTF-8"
LC_NAME="ru_RU.UTF-8"
LC_ADDRESS="ru_RU.UTF-8"
LC_TELEPHONE="ru_RU.UTF-8"
LC_MEASUREMENT="ru_RU.UTF-8"
LC_IDENTIFICATION="ru_RU.UTF-8"
LC_ALL=
[18:22:01] snn@station75 ~ » locale -a
C
en_US.utf8
POSIX
ru_RU.utf8
snnwolf
вообще всех иконок нет
По умолчанию бриз иконки использоваться должны.
Пакет breeze-icons
vs220
Пакет breeze-icons

Стоит. Увы, не помогло.
Спасибо за потраченное время!
 
Зарегистрироваться или войдите чтобы оставить сообщение.