Update lxqt-config
This commit is contained in:
parent
fa5f11b13a
commit
605ecad38a
1 changed files with 7 additions and 3 deletions
|
|
@ -3,12 +3,15 @@
|
||||||
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
#include <tunables/global>
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{bin}/lxqt-config
|
@{exec_path} = @{bin}/lxqt-config
|
||||||
profile lxqt-config @{exec_path} {
|
profile lxqt-config @{exec_path} flags=(complain) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/gtk>
|
include <abstractions/gtk>
|
||||||
|
include <abstractions/graphics>
|
||||||
include <abstractions/video>
|
include <abstractions/video>
|
||||||
include <abstractions/lxqt>
|
include <abstractions/lxqt>
|
||||||
include <abstractions/qt5-shader-cache>
|
include <abstractions/qt5-shader-cache>
|
||||||
|
|
@ -40,10 +43,10 @@ profile lxqt-config @{exec_path} {
|
||||||
@{bin}/nm-connection-editor rPx,
|
@{bin}/nm-connection-editor rPx,
|
||||||
@{bin}/ControlPanel rPx,
|
@{bin}/ControlPanel rPx,
|
||||||
|
|
||||||
|
|
||||||
/etc/xdg/menus/lxqt-config.menu r,
|
/etc/xdg/menus/lxqt-config.menu r,
|
||||||
|
|
||||||
/usr/share/desktop-directories/lxqt-* 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/lxqt-config.conf.lock rwk,
|
||||||
owner @{user_config_dirs}/lxqt/** rwkl -> @{user_config_dirs}/lxqt/#@{int},
|
owner @{user_config_dirs}/lxqt/** rwkl -> @{user_config_dirs}/lxqt/#@{int},
|
||||||
|
|
@ -57,4 +60,5 @@ profile lxqt-config @{exec_path} {
|
||||||
|
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
|
|
||||||
|
include if exists <local/lxqt-config>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue