14 lines
507 B
Diff
14 lines
507 B
Diff
--- /etc/lightdm/Xsession 2019-05-13 20:23:49.478590270 +0100
|
|
+++ /etc/lightdm/Xsession 2019-05-13 20:33:17.897352389 +0100
|
|
@@ -67,8 +67,9 @@
|
|
|
|
if ! [[ "${@}" =~ plasma|lxqt ]]; then
|
|
# Fix ugly styles for Qt applications when running under GTK-based desktops and Qt 5.7+
|
|
- export QT_QPA_PLATFORMTHEME='qt5ct'
|
|
- unset QT_STYLE_OVERRIDE
|
|
+ # export QT_QPA_PLATFORMTHEME='qt5ct'
|
|
+ # unset QT_STYLE_OVERRIDE
|
|
+ echo 'Not this time!'
|
|
fi
|
|
|
|
echo "X session wrapper complete, running session $*"
|