- Don't set QT_QPA_PLATFORMTHEME when running a KDE session to avoid overriding the settings defined there (boo#920792). OBS-URL: https://build.opensuse.org/request/show/492216 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/qt5ct?expand=0&rev=18
4 lines
85 B
Bash
4 lines
85 B
Bash
if [ "$XDG_CURRENT_DESKTOP" != "KDE" ]; then
|
|
export QT_QPA_PLATFORMTHEME='qt5ct'
|
|
fi
|