-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I noticed a peculariaty when playing with Arctica Greeter's Remote Logon feature.
With X2Go, at least, it is currently not possible to resume a session in fullscreen mode. This is, although the nxagent configuration (options file in X2Go) is fullscreen=1.
After some code reading, I am sure this needs to be addressed in nxagent itself, as the underlying framework (X2Go, client-side and server-side) does everything correctly IMHO.
In Screen.c in nxagentOpenScreen() there is a lot of if / then / else stuff going on that has an impact on the nxagentOption(Fullscreen) parameter.
This bug report is (a) for sharing the observation, (b) a request for feedback (have you seen this, too) and (c) a reminder for myself to work on this and get it fixed...
milovtim