feat(profile): kglobalaccel5 -> kglobalacceld

This commit is contained in:
Alexandre Pujol 2024-03-16 21:49:49 +00:00
parent 14680e736d
commit 6a41184a0e
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -6,8 +6,8 @@ abi <abi/3.0>,
include <tunables/global> include <tunables/global>
@{exec_path} = @{bin}/kglobalaccel5 @{exec_path} = @{bin}/kglobalaccel5 @{lib}/kglobalacceld
profile kglobalaccel5 @{exec_path} { profile kglobalacceld @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/kde-strict> include <abstractions/kde-strict>
@ -23,10 +23,9 @@ profile kglobalaccel5 @{exec_path} {
owner @{user_config_dirs}/kglobalshortcutsrc* rwl, owner @{user_config_dirs}/kglobalshortcutsrc* rwl,
owner @{user_config_dirs}/kglobalshortcutsrc.lock rwk, owner @{user_config_dirs}/kglobalshortcutsrc.lock rwk,
@{PROC}/sys/kernel/random/boot_id r,
@{PROC}/sys/kernel/core_pattern r, @{PROC}/sys/kernel/core_pattern r,
/dev/tty r, /dev/tty r,
include if exists <local/kglobalaccel5> include if exists <local/kglobalacceld>
} }