[neon/snap-packaging/plasma-core-desktop] static/usr/libexec: Restrict kwin a bit more during the ubuntu init session

Kevin Ottens null at kde.org
Fri Jun 7 08:57:19 BST 2024


Git commit b9a4d7f92391487217d453aa05ebdaf85d0a2cc2 by Kevin Ottens.
Committed on 07/06/2024 at 07:57.
Pushed by ervin into branch 'master'.

Restrict kwin a bit more during the ubuntu init session

M  +6    -1    static/usr/libexec/start-ubuntu-init-session.sh

https://invent.kde.org/neon/snap-packaging/plasma-core-desktop/-/commit/b9a4d7f92391487217d453aa05ebdaf85d0a2cc2

diff --git a/static/usr/libexec/start-ubuntu-init-session.sh b/static/usr/libexec/start-ubuntu-init-session.sh
index a283d7e..56160c9 100755
--- a/static/usr/libexec/start-ubuntu-init-session.sh
+++ b/static/usr/libexec/start-ubuntu-init-session.sh
@@ -3,6 +3,11 @@
 UBUNTU_INIT=/snap/ubuntu-core-desktop-init/current/bin/ubuntu_init
 START_SWAYBG=/usr/libexec/start-swaybg.sh
 
-kwin_wayland --no-lockscreen --exit-with-session $UBUNTU_INIT $START_SWAYBG
+kwin_wayland \
+    --no-lockscreen \
+    --no-global-shortcuts \
+    --locale1 \
+    --exit-with-session $UBUNTU_INIT \
+    $START_SWAYBG
 systemctl restart sddm
 



More information about the Neon-commits mailing list