Tunables polishing (#281)
* adjust xorg display number * remove wildcard from python version * python wildcard #2 * unconventional tails * Delete apparmor.d/groups/apps/android-studio --------- Co-authored-by: nobody43 <nobody43@users.noreply.github.com>
This commit is contained in:
parent
765fa1bdb8
commit
b376e9fade
69 changed files with 88 additions and 88 deletions
|
|
@ -15,9 +15,9 @@ profile gnome-browser-connector-host @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
|
||||
@{bin}/env rix,
|
||||
@{bin}/python3.[0-9]* rix,
|
||||
@{bin}/python3.@{int} rix,
|
||||
|
||||
@{lib}/python3.[0-9]*/site-packages/gnome_browser_connector/__pycache__/{,**} rw,
|
||||
@{lib}/python3.@{int}/site-packages/gnome_browser_connector/__pycache__/{,**} rw,
|
||||
|
||||
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
||||
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ profile gnome-music @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{exec_path} mr,
|
||||
@{bin}/ r,
|
||||
@{bin}/python3.[0-9]* rix,
|
||||
@{lib}/python3.[0-9]*/site-packages//gnomemusic/__pycache__/{,**} rw,
|
||||
@{bin}/python3.@{int} rix,
|
||||
@{lib}/python3.@{int}/site-packages//gnomemusic/__pycache__/{,**} rw,
|
||||
|
||||
/usr/share/grilo-plugins/grl-lua-factory/{,*} r,
|
||||
/usr/share/org.gnome.Music/{,**} r,
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@ profile gnome-tweaks @{exec_path} {
|
|||
|
||||
@{bin}/ r,
|
||||
@{bin}/ps rPx,
|
||||
@{bin}/python3.[0-9]* rix,
|
||||
@{bin}/python3.@{int} rix,
|
||||
|
||||
@{lib}/python3.[0-9]*/site-packages/gtweak/{,*/,**/}__pycache__/*pyc* w,
|
||||
@{lib}/python3.@{int}/site-packages/gtweak/{,*/,**/}__pycache__/*pyc* w,
|
||||
|
||||
/usr/share/gnome-tweaks/{,**} r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue