-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start-desktop does not work with cinnamon X11 session (black screen) #4328
Comments
This doesn't do anything server side, it only probes the opengl backend.
Have you tried starting it from an |
Works for me, as long as I am not logged in to X11 from the same user account. |
i am not either. in fact, X is not running, this server boots to the console. i need to type
interesting... i tried the above commands but changing :100 for :0 and there were no changes :(
yes, no luck.
i found nothing of value.
no, i want to use cinnamon. im using it via XRDP without issues. |
fluxbox is tiny to install and this gives you an important data point: is the problem with the window manager or with the xpra setup. Also worth trying to install xpra from git master: apt-get remove xpra
git clone https://github.com/Xpra-org/xpra
cd xpra
./setup.py dev-env
sudo ./setup.py install --prefix=/usr --install-layout=deb
BTW, this syntax has been deprecated for almost 10 years now - not sure where you got it from. |
sorry this server is not critical, but it still is in production. i don't want to mess with it too much. i will wait for your next package release and test it and report here.
maybe this is related to the gstreamer freezing bug?
lol am aware of the new syntax but i didn't know this one was deprecated. i just found it easier to type, as all my sshd are on port 22. |
running |
That's odd, in terms of behaviour, they're not so different from an I don't remember seeing any fixes that could explain this.
You don't need to specify the port with the non-deprecated syntax either. For none of the transport protocols: Lines 33 to 41 in 80a3ba3
|
i remember i ran cinnamon from xterm and it didn't work. i'd suggest waiting for official 6.2 and then i'll re-test. if that doesn't fix it, you might want to install linux mint bare metal somewhere, preferably intel, to debug this. but keep in mind that i'm ok, i don't really need help because i'm using xrdp. my reason for posting issues is less that of my own convenience, but more me wanting to contribute to xpra, because i think it's a really cool project. |
lol i know! but not needing to specify ports made me not need the newer syntax, which although is definitely more rooted on established standards, is a little bit more verbose. that's all. |
FWIW: #4330 (comment) |
thanks! i'm still waiting for official 6.2 to do a new round of testing and report. on a side note: i like cinnamon. and the mint distro. but i'm think of switching away because of the lack of wayland support, it is still 2 years out. it's a big move though, my main install is 10 years old. |
Some would see this as a positive thing, moving to wayland often means downgrading features, even for the x11 versions since they share the same codebase. |
that's true. but there's a feature i want, and i can't get in X: security. i'm tired as hell of thinking for years now that any process can trivially steal my keystrokes; there is no way to sandbox an X application. the missing features of wayland i can endure, but not this anymore. in any case, wayland is catching up rapidly now. |
Well, there is always xpra! 😉 |
tested on v6.2.0-r0: unfortunately, same issue: you can hear the login sounds but the screen is totally black. |
The cinnamon session still works just fine on Fedora - though for some reason, cinnamon resizes the desktop to 4k when you start it, but that can be adjusted afterwards. I wanted to re-test this but once again I am hitting some serious Debian specific issues that cause the whole desktop session to completely crash and go back to the login screen! So, my advice to everyone is to avoid Debian based distros: |
Describe the bug
start-desktop does not work with a cinnamon X11 session. client shows black screen, but sounds of the desktop starting can be heard on the client. happens for HW accelerated and 2D session types. happens with or without
--opengl=off
in the client command.To Reproduce
Steps to reproduce the behavior:
xpra start-desktop --start=cinnamon-session ssh:server:100
xpra start-desktop --opengl=off --start=cinnamon-session ssh:server:100
xpra start-desktop --start=cinnamon-session --resize-display=1600x900 ssh:server:100
xpra start-desktop --opengl=off --start=cinnamon-session --resize-display=1600x900 ssh:server:100
xpra start-desktop --opengl=off --start=cinnamon-session-cinnamon --resize-display=1600x900 ssh:server:100
xpra start-desktop --opengl=off --start=cinnamon-session-cinnamon2d --resize-display=1600x900 ssh:server:100
System Information (please complete the following information):
Additional context
on both sides:
Desktop: Cinnamon v: 6.2.9 tk: GTK v: 3.24.41 wm: Muffin vt: 7 dm: LightDM v: 1.30.0
standard X11 session
note that although i'm reporting against mint 22 cinnamon, this already failed in mint 21 cinnamon. i didn't test on earlier versions.
The text was updated successfully, but these errors were encountered: