docs(aws): Use gnome-remote-desktop for RDP on Ubuntu 26.04 - #574
Open
scienmanas wants to merge 1 commit into
Open
docs(aws): Use gnome-remote-desktop for RDP on Ubuntu 26.04#574scienmanas wants to merge 1 commit into
scienmanas wants to merge 1 commit into
Conversation
The RDP procedure on the 'Launch an Ubuntu desktop on EC2' page does not work on Ubuntu 26.04. It configures a GNOME session on Xorg via xrdp, but GNOME 50 runs only on Wayland: org.gnome.Shell@.service asserts XDG_SESSION_TYPE=wayland, so GNOME Shell never starts and the session is torn down immediately after login. The page also exports DESKTOP_SESSION=ubuntu-xorg, which references a session file that no longer ships on 26.04, where /usr/share/xsessions/ does not exist. Split the RDP and connection sections into version tabs. For 26.04 and later, use gnome-remote-desktop, which is already installed as a dependency of ubuntu-desktop. The 24.04 procedure is unchanged and moved into its own tab with a note about the version scope. Validated on a clean 26.04 EC2 instance and regression-checked on 24.04. Ref: canonical#564
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The RDP procedure on the 'Launch an Ubuntu desktop on EC2' page does not work on Ubuntu 26.04. It configures a GNOME session on Xorg via xrdp, but GNOME 50 runs only on Wayland: org.gnome.Shell@.service asserts XDG_SESSION_TYPE=wayland, so GNOME Shell never starts and the session is torn down immediately after login.
The page also exports DESKTOP_SESSION=ubuntu-xorg, which references a session file that no longer ships on 26.04, where /usr/share/xsessions/ does not exist.
Split the RDP and connection sections into version tabs. For 26.04 and later, use gnome-remote-desktop, which is already installed as a dependency of ubuntu-desktop. The 24.04 procedure is unchanged and moved into its own tab with a note about the version scope.
Validated on a clean 26.04 EC2 instance and regression-checked on 24.04.
Ref: #564