File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -614,4 +614,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
614614
615615# # Versions
616616
617+ * **02.03.26:** - Fix init to not use session wrapper.
617618* **25.02.26:** - Initial Version.
Original file line number Diff line number Diff line change @@ -108,4 +108,5 @@ init_diagram: |
108108 "webstation:latest" <- Base Images
109109# changelog
110110changelogs :
111+ - {date: "02.03.26:", desc: "Fix init to not use session wrapper."}
111112 - {date: "25.02.26:", desc: "Initial Version."}
Original file line number Diff line number Diff line change @@ -68,4 +68,4 @@ if [ ! -f "${HOME}/.config/Cemu/controllerProfiles/controller0.xml" ]; then
6868 "${HOME}/.config/Cemu/controllerProfiles/controller0.xml"
6969fi
7070
71- dbus-run-session startlxqt > /dev/null 2>&1
71+ dbus-run-session /startui.sh
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ export QT_QPA_PLATFORMTHEME=lxqt
4+ export XDG_CURRENT_DESKTOP=LXQt
5+ export LXQT_SESSION_CONFIG=session
6+
7+ /usr/bin/pcmanfm-qt --desktop --profile=lxqt &
8+ /usr/bin/lxqt-globalkeysd &
9+ /usr/bin/lxqt-notificationd &
10+ /usr/bin/lxqt-panel &
11+ /usr/bin/lxqt-policykit-agent &
12+ /usr/bin/lxqt-runner
You can’t perform that action at this time.
0 commit comments