mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2026-05-01 22:09:20 +00:00
8 lines
275 B
Bash
Executable File
8 lines
275 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This script only exists so that we can pass multiple commands and their arguments to kwin_wayland.
|
|
|
|
/usr/bin/basicwallpaper /usr/share/wallpapers/Next/contents/images/5120x2880.png &
|
|
xhost si:localuser:root
|
|
sudo QT_QPA_PLATFORMTHEME=kde /usr/bin/calamares -D8
|