feat(profile): improve kde integration.

This commit is contained in:
Alexandre Pujol 2023-09-29 19:33:09 +01:00
parent 047c819e8c
commit 2aace6bccb
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 91 additions and 8 deletions

View file

@ -31,6 +31,7 @@ profile xdg-mime @{exec_path} flags=(attach_disconnected) {
@{bin}/gio rPx,
@{bin}/mimetype rPx,
@{bin}/xprop rPx,
@{bin}/ktraderclient5 rPx,
/usr/share/terminfo/x/xterm-256color r,

View file

@ -35,6 +35,8 @@ profile xrdb @{exec_path} {
owner @{user_config_dirs}/Xresources/.Xresources r,
owner @{user_config_dirs}/Xresources/* r,
owner @{user_share_dirs}/sddm/wayland-session.log w,
owner /tmp/kcminit.* r,
owner /tmp/plasma-apply-lookandfeel.* r,
owner /tmp/runtime-*/xauth_@{rand6} r,

View file

@ -24,6 +24,7 @@ profile xsetroot @{exec_path} {
owner @{HOME}/.xsession-errors w,
owner @{user_share_dirs}/sddm/xorg-session.log w,
owner @{user_share_dirs}/sddm/wayland-session.log w,
owner /tmp/xauth_@{rand6} r,
@ -31,5 +32,7 @@ profile xsetroot @{exec_path} {
@{run}/user/@{uid}/xauth_@{rand6} rl,
@{run}/sddm/xauth_@{rand6} r,
/dev/tty@{int} rw,
include if exists <local/xsetroot>
}