FedoraQt / QAdwaitaDecorations

Qt decoration plugin implementing Adwaita-like client-side decorations
GNU Lesser General Public License v2.1
72 stars 8 forks source link

Query settings if xdp is running and watch its service being registered #38

Closed grulja closed 10 months ago

grulja commented 11 months ago

Do not attempt to query settings when xdg-desktop-portal is not running yet, instead watch for its DBus service to appear and query the settings afterwards so in case an app is started before xdg-desktop-portal, it can still apply correct style.

Fixes #28