fix(profile): ensure signal-desktop has the attach_disconnected flag.

Fix 812
This commit is contained in:
Alexandre Pujol 2025-08-14 18:23:30 +02:00
parent ba35a7933c
commit eda29668ae
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -13,7 +13,7 @@ include <tunables/global>
@{cache_dirs} = @{user_cache_dirs}/@{name}
@{exec_path} = @{lib_dirs}/@{name}
profile signal-desktop @{exec_path} {
profile signal-desktop @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/audio-client>
include <abstractions/bus-session>