fix(profile): issues with stacking

fix #819
This commit is contained in:
Alexandre Pujol 2025-09-07 20:10:51 +02:00
parent a87449268b
commit e370a66c5b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/xdg-settings
profile xdg-settings @{exec_path} {
profile xdg-settings @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/freedesktop.org>

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/gnome-calculator
profile gnome-calculator @{exec_path} {
profile gnome-calculator @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/common/gnome>
include <abstractions/nameservice-strict>

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/pgrep
profile pgrep @{exec_path} {
profile pgrep @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/app/pgrep>
include <abstractions/nameservice-strict>