Kwin wayland, kwin wayland wrapper and sddm (#198)

* Update kwin_wayland

Please check the udev rules and change them if needed - I'm not familiar with them.

* Update kwin_wayland_wrapper

* Update sddm

* Update kwin_wayland_wrapper

Reverting change for @{run}/user/@{uid}

* Update kwin_wayland: Correct udev rule

* Update kwin_wayland: adding the wayland abs

* Update sddm: reverting owner /tmo rules

* Update sddm: reverting /usr/share/X11/xkb rule

* Update sddm: adding the mesa abs

* Update kwin_wayland: order udev rules
This commit is contained in:
curiosityseeker 2023-08-27 13:19:13 +02:00 committed by GitHub
parent 393f7001dc
commit 7f4cef2fff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 2 deletions

View file

@ -16,6 +16,7 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
include <abstractions/fontconfig-cache-read>
include <abstractions/fonts>
include <abstractions/freedesktop.org>
include <abstractions/mesa>
include <abstractions/nameservice-strict>
include <abstractions/qt5>
include <abstractions/wutmp>
@ -40,6 +41,8 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
ptrace (read) peer=kwalletd5,
signal (send) set=(kill, term) peer=startplasma,
signal (send) set=term peer=startplasma-wayland,
signal (send) set=term peer=sddm-greeter,
signal (send) set=(kill, term) peer=xorg,
@{exec_path} mr,
@ -48,6 +51,8 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
@{lib}/plasma-dbus-run-session-if-needed rix,
@{lib}/sddm/sddm-helper rix,
@{lib}/sddm/sddm-helper-start-wayland rix,
@{lib}/sddm/sddm-helper-start-x11user rix,
@{bin}/{,ba,da}sh rix,
@{bin}/cat rix,
@ -121,6 +126,10 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
owner @{HOME}/.local/ w,
owner @{HOME}/.Xauthority rw,
owner @{user_config_dirs}/kdeglobals r,
owner @{user_config_dirs}/kdedefaults/kdeglobals r,
owner @{user_config_dirs}/startkderc r,
owner @{user_share_dirs}/ w,
owner @{user_share_dirs}/kwalletd/ rw,
owner @{user_share_dirs}/kwalletd/kdewallet.salt rw,