Update lxqt-runner
This commit is contained in:
parent
147dbaa217
commit
573b3e43b2
1 changed files with 9 additions and 7 deletions
|
|
@ -3,10 +3,12 @@
|
||||||
# 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-runner
|
@{exec_path} = @{bin}/lxqt-runner
|
||||||
profile lxqt-runner @{exec_path} {
|
profile lxqt-runner @{exec_path} flags=(complain) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/gtk>
|
include <abstractions/gtk>
|
||||||
include <abstractions/video>
|
include <abstractions/video>
|
||||||
|
|
@ -14,7 +16,7 @@ profile lxqt-runner @{exec_path} {
|
||||||
include <abstractions/dbus-session-strict>
|
include <abstractions/dbus-session-strict>
|
||||||
include <abstractions/dbus-accessibility-strict>
|
include <abstractions/dbus-accessibility-strict>
|
||||||
include <abstractions/gvfs-open>
|
include <abstractions/gvfs-open>
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
/usr/share/icons/ r,
|
/usr/share/icons/ r,
|
||||||
|
|
@ -25,11 +27,11 @@ profile lxqt-runner @{exec_path} {
|
||||||
/etc/xdg/menus/lxqt-applications.menu r,
|
/etc/xdg/menus/lxqt-applications.menu r,
|
||||||
|
|
||||||
# only needed if tor is installed on /opt
|
# only needed if tor is installed on /opt
|
||||||
owner /opt/tor/tor-browser/Browser/browser/chrome/icons/default/default128.png r,
|
owner /opt/*/**/*.png r,
|
||||||
owner /opt/tormedium/tor-browser/Browser/browser/chrome/icons/default/default128.png r,
|
|
||||||
owner /opt/mullvad/mullvad-browser/Browser/browser/chrome/icons/default/default128.png r,
|
|
||||||
|
|
||||||
owner /tmp/{,**} r,
|
owner /tmp/{,**} r,
|
||||||
|
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
|
|
||||||
|
include if exists <local/lxqt-runner>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue