fix(profile): strawberry & nemo.

see #407
This commit is contained in:
Alexandre Pujol 2024-07-11 14:29:43 +01:00
parent 1db2c01117
commit 872b8fc30a
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ include <tunables/global>
@{exec_path} = @{bin}/nemo
profile nemo @{exec_path} {
include <abstractions/base>
include <abstractions/dconf-write>
include <abstractions/desktop>
include <abstractions/nameservice-strict>

View File

@ -8,7 +8,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/strawberry
profile strawberry @{exec_path} {
profile strawberry @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/audio-client>
include <abstractions/consoles>