xdg-desktop-portal.service and graphical-session.target ordering #1783
Unanswered
Vladimir-csp
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that various
xdg-desktop-portal-*.service
backends haveAfter=graphical-session.target
in their ordering, butxdg-desktop-portal.service
does not. Is it by design?Usually apps that require portals also start after graphical session, so
xdg-desktop-portal.service
de-facto also starts after, having access toWAYLAND_DISPLAY
orDISPLAY
vars. But nothing prevents something to interact with portals before graphical session is reached, causingxdg-desktop-portal.service
to start without essential graphical session vars, which presumably can lead to situations like this.Beta Was this translation helpful? Give feedback.
All reactions