Skip to content

Disable X11 session management

David Edmundson requested to merge work/xsm into master

As XdgDesktopPortal is a QGuiApplication it connects to our X session manager.

By default Qt apps behave like "applications" and this can end up on our auto-restart list if the user saves their session.

Given this is DBus activated this doesn't make sense.

Merge request reports