Comment 5 for bug 1582784

Revision history for this message
Jasem Mutlaq (mutlaqja) wrote :

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