You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calamares-settings-ubuntu/kubuntu/oem/kubuntu-oem-env/start-kubuntu-oem-env

12 lines
357 B

#!/bin/bash
# Starts the Kubuntu OEM Environment.
export QT_STYLE_OVERRIDE="Breeze"
export BROWSER='sudo -H -u kubuntu firefox'
/usr/bin/kwin_x11 &
/usr/bin/basicwallpaper /usr/share/wallpapers/Next/contents/3840x2160.png &
sudo -E /usr/bin/calamares -D8 # This is intentionally *not* backgrounded.
# If it exits...
killall basicwallpaper
killall kwin_x11