xorg-launch-helper icon indicating copy to clipboard operation
xorg-launch-helper copied to clipboard

dev/auto-args

Open mathstuf opened this issue 12 years ago • 2 comments

startx is able to determine a default for the display and vt. Since this is pretty much a replacement for systemd setups, it should be able to figure it out as well.

One known issue is that it seems as if the vt cannot be taken over properly for some reason (I'm unsure of how startx is able to take it over, so maybe some extra magic is necessary).

mathstuf avatar Mar 19 '13 18:03 mathstuf

Hey, great patches!

One question I have though about patch "Make xorg.service an instanced service … 22e7018 ", I think this directly breaks user-session-units unless we figure out a way how to address the case where user sessions are initiated manually at startup. The rest of the patches actually look really good so I hope we can work something out here and get it merged.

sofar avatar Mar 20 '13 05:03 sofar

There should probably be a [email protected] for manual startup as well as xorg.service for "give me something that works" case which omits the display argument all together.

I don't know when DISPLAY gets set; I would have though that X set it, not startx, but maybe. What I've tried so far for systemd --user has not been sufficient (it's close, but not quite there yet), so I'm back to startx for a bit. I'll see if I can get another stab at it next week (unlikely to happen before then).

mathstuf avatar Mar 20 '13 07:03 mathstuf