mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2026-04-30 02:20:56 +00:00
10 lines
309 B
Bash
Executable File
10 lines
309 B
Bash
Executable File
#!/bin/bash
|
|
# Starts the Kubuntu OEM Environment.
|
|
export XDG_SESSION_CLASS="user"
|
|
export XDG_SESSION_DESKTOP="KDE"
|
|
export DESKTOP_SESSION="plasma"
|
|
export QT_QPA_PLATFORMTHEME="kde"
|
|
export BROWSER='sudo -H -u kubuntu firefox'
|
|
|
|
/usr/bin/kwin_wayland --no-lockscreen --xwayland /usr/libexec/kubuntu-oem-env-shim
|