feat(tunable): add the new version variable.
This commit is contained in:
parent
a93400280e
commit
35dcde9d90
13 changed files with 25 additions and 19 deletions
|
|
@ -59,8 +59,8 @@ profile gnome-session-binary @{exec_path} flags=(attach_disconnected) {
|
|||
@{lib}/gnome-session-check-accelerated-gles-helper rix,
|
||||
@{lib}/gnome-session-failed rix,
|
||||
|
||||
@{lib}/gio-launch-desktop rCx -> open,
|
||||
@{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop rCx -> open,
|
||||
@{lib}/gio-launch-desktop rCx -> open,
|
||||
@{lib}/@{multiarch}/glib-@{version}/gio-launch-desktop rCx -> open,
|
||||
|
||||
/usr/share/dconf/profile/gdm r,
|
||||
/usr/share/gdm/greeter-dconf-defaults r,
|
||||
|
|
@ -112,7 +112,7 @@ profile gnome-session-binary @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{bin}/env rix,
|
||||
@{sh_path} r,
|
||||
@{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop mr,
|
||||
@{lib}/@{multiarch}/glib-@{version}/gio-launch-desktop mr,
|
||||
@{lib}/gio-launch-desktop mr,
|
||||
|
||||
@{lib}/** PUx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue