- 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
8 lines
170 B
Tcsh
8 lines
170 B
Tcsh
if ( $?XDG_CURRENT_DESKTOP ) then
|
|
if ( $XDG_CURRENT_DESKTOP != "KDE" ) then
|
|
setenv QT_QPA_PLATFORMTHEME 'qt5ct'
|
|
endif
|
|
else
|
|
setenv QT_QPA_PLATFORMTHEME 'qt5ct'
|
|
endif
|