Skip to content

Commit 5f86936

Browse files
committed
Add WEBKIT_DISABLE_COMPOSITING_MODE=1 to live-installer and oem
config. Allows the slideshow to display in virtualbox.
1 parent eb013a2 commit 5f86936

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

usr/bin/live-installer

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ sed -i -e "/\[shutdown\]/a ${msg}" ${theme_file}
1414

1515
optimize='OO'; case "$*" in *--debug*) unset optimize; esac
1616

17+
# Slideshow is broken in virtualbox without this.
18+
export WEBKIT_DISABLE_COMPOSITING_MODE=1
19+
1720
python3 -tt${optimize} //usr/lib/live-installer/main.py "$@"

usr/bin/oem-config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ fi
77

88
optimize='OO'; case "$*" in *--debug*) unset optimize; esac
99

10+
# Slideshow is broken in virtualbox without this.
11+
export WEBKIT_DISABLE_COMPOSITING_MODE=1
12+
1013
export GDK_SCALE=`/usr/lib/live-installer/set-hidpi.py`
1114
python3 -tt${optimize} //usr/lib/live-installer/main.py --oem-config

0 commit comments

Comments
 (0)