ubuntu / snapcraft-desktop-helpers

Various launchers for snapcraft wiki parts
MIT License
73 stars 60 forks source link

Only set QT_QPA_PLATFORMTHEME to appmenu-qt5 if it is not set by other value (or unset) #181

Closed brlin-tw closed 5 years ago

brlin-tw commented 5 years ago

This allows gtk-common-themes integration, which requires QT_QPA_PLATFORMTHEME=gtk

Fixes #180

Signed-off-by: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com

oSoMoN commented 5 years ago

LGTM, thanks @Lin-Buo-Ren.