We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1076a12 commit c0bef87Copy full SHA for c0bef87
biglinux-livecd/usr/bin/startbiglive
@@ -104,7 +104,6 @@ else
104
elif [[ "$display_manager" == "gdm" ]]; then
105
export DESKTOP_SESSION=gnome
106
export XDG_SESSION_DESKTOP=gnome
107
- export QT_QPA_PLATFORMTHEME=kvantum
108
export GDMSESSION=gnome
109
export XDG_CURRENT_DESKTOP=gnome
110
export QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor
@@ -167,7 +166,6 @@ elif [[ -e /usr/share/xsessions/xfce.desktop ]]; then
167
166
export XDG_MENU_PREFIX=xfce-
168
export DESKTOP_SESSION=xfce
169
export XDG_SESSION_DESKTOP=xfce
170
- export QT_QPA_PLATFORMTHEME=xfce
171
export GDMSESSION=xfce
172
export XDG_CURRENT_DESKTOP=XFCE
173
startxfce4
0 commit comments