XRDP on Ubuntu Budgie / Windows Manager Config Problem #3279
Obsidiannite21
started this conversation in
General
Replies: 2 comments
-
There are a number of things that could be going on here. Here are some initial pointers.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@matt335672 Thank you for the response. I took the path of least resistance by downloading the LTS version. It works perfectly on that build so it has something to do with 24.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm attempting to install & configure XRDP on a headless Ubuntu Budgie VM. I've done this before on Mint without an issue but I can't get it to work on this distro. Here is what I've done.
apt install xrdp & dependencies
created a .xsession file in my home directory that contains "budgie-session"
chmod +x .xsession
That didn't work so then I modified startwm.sh
test -x /etc/X11/Xsession && exec /etc/X11/Xsession /usr/bin/budgie-desktop
All of the above allows me to connect, login with my credentials but then the connection terminates. The error in the log is:
Windows manager exited quickly (1 sec). This could indicate a window manager config problem.
I tried adding budgie-desktop to the end of the startwm.sh file.
I've logged out each time I've made a change because I've read that I can't be logged in & connect via RDP at the same time.
I've restarted the service after each change.
My next test would be to use a different desktop environment but that sorta defeats the purpose since my goal is to try out the budgie desktop.
Can anyone help? Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions