We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb013a2 commit 5f86936Copy full SHA for 5f86936
2 files changed
usr/bin/live-installer
@@ -14,4 +14,7 @@ sed -i -e "/\[shutdown\]/a ${msg}" ${theme_file}
14
15
optimize='OO'; case "$*" in *--debug*) unset optimize; esac
16
17
+# Slideshow is broken in virtualbox without this.
18
+export WEBKIT_DISABLE_COMPOSITING_MODE=1
19
+
20
python3 -tt${optimize} //usr/lib/live-installer/main.py "$@"
usr/bin/oem-config
@@ -7,5 +7,8 @@ fi
7
8
9
10
11
12
13
export GDK_SCALE=`/usr/lib/live-installer/set-hidpi.py`
python3 -tt${optimize} //usr/lib/live-installer/main.py --oem-config
0 commit comments