feat(profile): add support for plasma 6.
This commit is contained in:
parent
3d425c7fdd
commit
4ab5e99a6f
38 changed files with 141 additions and 120 deletions
|
|
@ -9,17 +9,18 @@ include <tunables/global>
|
|||
@{exec_path} = @{lib}/kactivitymanagerd
|
||||
profile kactivitymanagerd @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/graphics>
|
||||
include <abstractions/kde-strict>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/recent-documents-write>
|
||||
include <abstractions/user-read>
|
||||
include <abstractions/kde-strict>
|
||||
|
||||
signal (receive) set=(cont, term) peer=@{systemd_user},
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/etc/xdg/menus/{,*/} r,
|
||||
/usr/share/kf5/kactivitymanagerd/{,**} r,
|
||||
/usr/share/kf{5,6}/kactivitymanagerd/{,**} r,
|
||||
/usr/share/kservices5/{,**} r,
|
||||
|
||||
/etc/machine-id r,
|
||||
|
|
@ -27,7 +28,7 @@ profile kactivitymanagerd @{exec_path} {
|
|||
owner @{HOME}/@{XDG_DESKTOP_DIR}/ r,
|
||||
owner @{HOME}/@{XDG_DESKTOP_DIR}/*.desktop r,
|
||||
|
||||
owner @{user_cache_dirs}/ksycoca5_* r,
|
||||
owner @{user_cache_dirs}/ksycoca{5,6}_* r,
|
||||
|
||||
owner @{user_config_dirs}/#@{int} rw,
|
||||
owner @{user_config_dirs}/kactivitymanagerdrc.lock rwk,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue