Update lxqt-config

This commit is contained in:
Besanon 2024-06-07 08:59:29 +02:00 committed by GitHub
parent fa5f11b13a
commit 605ecad38a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,12 +3,15 @@
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
# SPDX-License-Identifier: GPL-2.0-only
#include <tunables/global>
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/lxqt-config
profile lxqt-config @{exec_path} {
profile lxqt-config @{exec_path} flags=(complain) {
include <abstractions/base>
include <abstractions/gtk>
include <abstractions/graphics>
include <abstractions/video>
include <abstractions/lxqt>
include <abstractions/qt5-shader-cache>
@ -40,10 +43,10 @@ profile lxqt-config @{exec_path} {
@{bin}/nm-connection-editor rPx,
@{bin}/ControlPanel rPx,
/etc/xdg/menus/lxqt-config.menu r,
/usr/share/desktop-directories/lxqt-* r,
/usr/share/libdrm/amdgpu.ids r,
owner @{user_config_dirs}/lxqt/lxqt-config.conf.lock rwk,
owner @{user_config_dirs}/lxqt/** rwkl -> @{user_config_dirs}/lxqt/#@{int},
@ -57,4 +60,5 @@ profile lxqt-config @{exec_path} {
/dev/tty rw,
include if exists <local/lxqt-config>
}