-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Xpra stop crashes X Display :0 #2834
Comments
That's not possible.
Then your X11 server was not killed. Maybe just a VT switch instead? The Xpra server does not, and should not be able to, interact with other X11 servers. You may want to try to switch to Xvfb instead of Xdummy and see if that resolves your issue, you can do that by editing |
2020-08-14 23:30:51: grady commented
|
2020-08-14 23:31:30: grady uploaded file
|
This looks like something related to VT switching, but we do run Have you tried using This could also be related to |
2020-08-15 06:58:20: grady uploaded file
|
2020-08-15 07:50:46: grady commented
|
Comment out the line at the end of the file, uncomment the one that has
So it's likely related to dbus or something like that. One way to do this would be to login via ssh to localhost, and run xpra from there. |
2020-08-15 08:34:55: grady commented
|
2020-08-15 08:44:31: grady commented
|
Is the
Can you try
Can you diff the two environments?
Then
Or delete environment variables until you locate the one that is causing problems. Maybe we should safe-list the environment variables that we allow through, but for now we use blocklist. |
2020-08-15 09:24:29: grady commented
|
That's very odd. The
Right, so Debian or Ubuntu must be configuring / patching something in the X11 server which is causing these problems. This is potentially a security issue too as this gives the ability to kill a session and a whole bunch of processes that we have no business touching.. But whatever, they're very unlikely to ever fix this. When users complain of DPI issues on Debian or Ubuntu, I can just point them here and tell them to switch back to Can we close this ticket? |
2020-08-18 02:51:20: grady commented
|
Odd. There really isn't much difference between the two.
It should be impossible to install
It's been reported enough times that it is safer to use
Unfortunately, most users won't know that xpra is not to blame, or that there is a way to recover the session. Closing as |
No room for false hopes. I had to revert this commit to make Xorg not deallocate a tty. |
As per #2834 (comment) _I had to revert this commit to make Xorg not deallocate a tty._ So X11 is still broken on Debian
Checked again and in 2024, the Debian version of |
Issue migrated from trac ticket # 2834
component: server | priority: major | resolution: fixed
2020-07-08 17:59:00: brady created the issue
The text was updated successfully, but these errors were encountered: