Opened 11 years ago
Last modified 11 years ago
#248 assigned enhancement
Desktop session: 'Failed to load session "gnome"'
Reported by: | fgnievinski | Owned by: | fgnievinski |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Xpra | Keywords: | |
Cc: |
Description
I found this necessary on Ubuntu 13:
sudo apt-get install gnome-session-fallback
echo gnome-session --session=gnome-fallback > ~/.xsession
Attachments (1)
Change History (3)
comment:1 Changed 11 years ago by
Owner: | set to fgnievinski |
---|---|
Status: | new → assigned |
Changed 11 years ago by
Attachment: | Clipboard01.png added |
---|
comment:2 Changed 11 years ago by
in the process of patching consts.py, I realized it might be unnecessary, as the winswtich client readily shows the gnome-fallback option (see screenshot attached).
unfortunately I need the ~/.xsession file for xrdp to work properly (unrelated to winswitch).
some more info:
http://askubuntu.com/questions/247501/i-get-failed-to-load-session-ubuntu-2d-when-using-xrdp
Note: See
TracTickets for help on using
tickets.
Thanks for the info.
This will override your desktop session globally, so you may want to add this workaround to
COMMANDS_WORKAROUNDS
in consts.py instead. If this works, we can merge it.