Show warning for missing capability

This commit is contained in:
dec05eba
2025-05-10 21:51:14 +02:00
parent 39503de742
commit 085d4632d2
2 changed files with 7 additions and 1 deletions

View File

@@ -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.
*/