diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-10 21:51:14 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-10 21:51:14 +0200 |
commit | 085d4632d26d09070c3e80a2fc03fd283b9d3e19 (patch) | |
tree | bd9ec525c41fb6a4c6436cc5042201bd3bac7271 /dbus/client/dbus_client.h | |
parent | 39503de742c699a9a3f76c65697e199845045f66 (diff) |
Show warning for missing capability
Diffstat (limited to 'dbus/client/dbus_client.h')
-rw-r--r-- | dbus/client/dbus_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/client/dbus_client.h b/dbus/client/dbus_client.h index c9e8182..98a1ecf 100644 --- a/dbus/client/dbus_client.h +++ b/dbus/client/dbus_client.h @@ -2,7 +2,7 @@ #define GSR_DBUS_CLIENT_H /* - Using a client-server architecture is needed for dbus because cap_sys_nice doesn't work with desktop portal. + Using a client-server architecture is needed for dbus because cap_sys_nice breaks desktop portal. The main binary has cap_sys_nice and we launch a new child-process without it which uses uses desktop portal. */ |