remove blue login screen #2429
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There's a significant difference at the design level between the OS login screen and the xrdp login screen. There's a lot of history behind this. The OS login screen is provided by one of several display managers (lightdm, gdm, sddm, etc). Quite a bit of functionality may be provided other than just a login screen. Importantly reconnecting to an existing X session is not a supported use-case. Generally the lock screen is provided by a program other than the display manager, but gdm is an exception here. The existing xrdp login screen can start a new session (with the help of sesman), connect to a session and also act as a proxy manager for existing VNC and RDP sessions on the network. In other words, these are different programs trying to do different things, despite the superficial similarities. |
Beta Was this translation helpful? Give feedback.
-
There's no xrdp lock screen as such - there's just the login screen. Depending on your Ubuntu version, the 'built-in ubuntu lock screen' is part of a much larger program - the display manager. The login screen isn't available on its own. So to get hold of it, we'd have to split it out from the display manager and maintain it ourselves which isn't a great idea (IMO). |
Beta Was this translation helpful? Give feedback.
There's no xrdp lock screen as such - there's just the login screen.
Depending on your Ubuntu version, the 'built-in ubuntu lock screen' is part of a much larger program - the display manager. The login screen isn't available on its own. So to get hold of it, we'd have to split it out from the display manager and maintain it ourselves which isn't a great idea (IMO).