feat(profile): improve kde integration.
This commit is contained in:
parent
047c819e8c
commit
2aace6bccb
13 changed files with 91 additions and 8 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue