I faced this problem while making a snap package for KStars. I have breeze-icon-theme installed in the integration step:
integration: plugin: nil stage-packages: - breeze-icon-theme - ttf-ubuntu-font-family snap: - usr/share - -usr/share/doc - -usr/share/icons/breeze-dark
but KStars cannot load the icons, even in devmode. This is what I have in qt5-launch:
export DESKTOP_SESSION=ubuntu export XDG_SESSION_DESKTOP=ubuntu export XDG_CURRENT_DESKTOP=kde export QT_QPA_PLATFORMTHEME=kde export QT_XKB_CONFIG_ROOT=/usr/share/X11/xkb
I'm not sure how to fix this or if this is a limitation of snappy
I faced this problem while making a snap package for KStars. I have breeze-icon-theme installed in the integration step:
integration: font-family icons/breeze- dark
plugin: nil
stage-packages:
- breeze-icon-theme
- ttf-ubuntu-
snap:
- usr/share
- -usr/share/doc
- -usr/share/
but KStars cannot load the icons, even in devmode. This is what I have in qt5-launch:
export DESKTOP_ SESSION= ubuntu DESKTOP= ubuntu DESKTOP= kde PLATFORMTHEME= kde CONFIG_ ROOT=/usr/ share/X11/ xkb
export XDG_SESSION_
export XDG_CURRENT_
export QT_QPA_
export QT_XKB_
I'm not sure how to fix this or if this is a limitation of snappy