refactor(profiles): use @{bin} and @{lib} in profiles (3)
This commit is contained in:
parent
2eed3b725f
commit
27daa7c9bb
355 changed files with 1473 additions and 1472 deletions
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{libexec}/gsd-xsettings
|
||||
@{exec_path} = @{lib}/gsd-xsettings
|
||||
profile gsd-xsettings @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dbus-accessibility-strict>
|
||||
|
|
@ -118,16 +118,16 @@ profile gsd-xsettings @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/cat rix,
|
||||
/{usr/,}bin/which{,.debianutils} rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/which{,.debianutils} rix,
|
||||
|
||||
@{libexec}/ibus-x11 rPx,
|
||||
/{usr/,}bin/busctl rPx,
|
||||
/{usr/,}bin/pactl rPx,
|
||||
/{usr/,}bin/run-parts rCx -> run-parts,
|
||||
/{usr/,}bin/xprop rPx,
|
||||
/{usr/,}bin/xrdb rPx,
|
||||
/{usr/,}lib/ibus/ibus-x11 rPx,
|
||||
@{bin}/busctl rPx,
|
||||
@{bin}/pactl rPx,
|
||||
@{bin}/run-parts rCx -> run-parts,
|
||||
@{bin}/xprop rPx,
|
||||
@{bin}/xrdb rPx,
|
||||
@{lib}/ibus-x11 rPx,
|
||||
@{lib}/ibus/ibus-x11 rPx,
|
||||
|
||||
/usr/share/dconf/profile/gdm r,
|
||||
/usr/share/gdm/greeter-dconf-defaults r,
|
||||
|
|
@ -155,7 +155,7 @@ profile gsd-xsettings @{exec_path} {
|
|||
profile run-parts {
|
||||
include <abstractions/base>
|
||||
|
||||
/{usr/,}bin/run-parts mr,
|
||||
@{bin}/run-parts mr,
|
||||
|
||||
/etc/X11/Xresources/ r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue