14 lines
404 B
Plaintext
Raw Normal View History

2024-03-17 14:41:26 -05:00
#!/bin/bash
# Starts the Ubuntu Unity OEM Environment.
2024-03-25 19:29:51 +00:00
export DESKTOP_SESSION='ubuntu-unity-oem-env'
export BROWSER='sudo -H -u ubuntu-unity firefox'
2024-03-17 14:41:26 -05:00
/usr/bin/xfwm4 &
/usr/bin/basicwallpaper /usr/share/backgrounds/ubuntu-unity/ubuntu-unity-default.png &
sudo -E /usr/bin/calamares -D8 # This is intentionally *not* backgrounded.
# If it exits...
pkill -9 basicwallpaper
pkill -9 xfconfd
pkill -9 xfwm4