It all starts with a popular toolkit library like QTK. Even if people
don't upgrade X11, if they run a browser, they're on the upgrade
treadmill.
On Sun, 22 Jun 2025 14:39:53 -0000 (UTC), Ben Collver wrote:
It all starts with a popular toolkit library like QTK. Even if people
don't upgrade X11, if they run a browser, they're on the upgrade
treadmill.
If you try to pull an XFree86, someone will pull an Xorg on you.
Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
On Sun, 22 Jun 2025 14:39:53 -0000 (UTC), Ben Collver wrote:
It all starts with a popular toolkit library like QTK. Even if people
don't upgrade X11, if they run a browser, they're on the upgrade
treadmill.
If you try to pull an XFree86, someone will pull an Xorg on you.
They already did: https://www.theregister.com/2025/06/20/new_version_of_xorg_x11/
although unclear how much takeup this will get.
Partly it's a response to the Wayland developers refrain of "Wayland is the One True Way; we're not sorry that all the basic stuff you relied on with
X11 doesn't work; we don't care". Meanwhile, with tools for doing Real
Work:
https://www.kicad.org/blog/2025/06/KiCad-and-Wayland-Support/
X11 is supposed to be dead, but people keep using it because
apparently it still works. I have a plan to fix this so everyone does
what I want.
Killing X11 by Ted Unangst
==========================
Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
On Sun, 22 Jun 2025 14:39:53 -0000 (UTC), Ben Collver wrote:
It all starts with a popular toolkit library like QTK. Even if people
don't upgrade X11, if they run a browser, they're on the upgrade
treadmill.
If you try to pull an XFree86, someone will pull an Xorg on you.
They already did: https://www.theregister.com/2025/06/20/new_version_of_xorg_x11/
although unclear how much takeup this will get.
Meh. It's more strange that there always was only one display server for
a lot of free operating systems out there.
But there are thousands of Linux distributions...
Basically when almost everyone invests into just one system that's what
you get.
People still use it because Wayland lacks certain functionality like
network transparency (you can run X11 apps on another networked
machine).
On Mon, 23 Jun 2025 22:08:51 +0200, Marco Moock wrote:
People still use it because Wayland lacks certain functionality like
network transparency (you can run X11 apps on another networked
machine).
But if you lose the network connection, all those remote apps die.
Ben Collver quoted tedu:
X11 is supposed to be dead, but people keep using it because
apparently it still works. I have a plan to fix this so everyone does
what I want.
People still use it because Wayland lacks certain functionality like
network transparency (you can run X11 apps on another networked
machine). Certain desktop environments/windows mangers don't support
Wayland.
The Wayland people seems to ignore that, so X11 users will stay.Does anyone genuinely use X11 remotely? Remote sessions for Wayland can
Remote sessions for Wayland can be done with VNC/NX/RDP/SPICE/QXL
surely?
On Mon, 23 Jun 2025 22:08:51 +0200, Marco Moock wrote:
People still use it because Wayland lacks certain functionality like network transparency (you can run X11 apps on another networked
machine).
But if you lose the network connection, all those remote apps die.
Better to use something like VNC or RDP, where the apps don’t even know the user is at the other end of a network connection. That way you can disconnect and reconnect from the same or different machine, and continue using the desktop session without interruption.
Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
On Mon, 23 Jun 2025 22:08:51 +0200, Marco Moock wrote:
People still use it because Wayland lacks certain functionality like
network transparency (you can run X11 apps on another networked
machine).
But if you lose the network connection, all those remote apps die.
Better to use something like VNC or RDP, where the apps don’t even know
the user is at the other end of a network connection. That way you can
disconnect and reconnect from the same or different machine, and
continue using the desktop session without interruption.
X2go does that for X. It works much better than VNC/RDP because each
window is a window on your local machine, rather than everything being constrained to a rectangular window.
Does anyone genuinely use X11 remotely?
On Tue, 24 Jun 2025 12:56:23 +0100, Theo wrote:
X2go does that for X. It works much better than VNC/RDP because each window is a window on your local machine, rather than everything being constrained to a rectangular window.
The project is abandones as of last month.
Bob Eager <news0009@eager.cx> wrote:personal%2Foshneyder%2Ffix-terminating-sess-from-sessdlg?ref_type=heads
On Tue, 24 Jun 2025 12:56:23 +0100, Theo wrote:
X2go does that for X. It works much better than VNC/RDP because each
window is a window on your local machine, rather than everything
being constrained to a rectangular window.
The project is abandones as of last month.
Do you have a cite? Last activity I can see is one of the maintainers
last month upgraded the mailing list system to Mailman 3, which does not sounds like an abandoned project.
Most recent git commits were in the branch of one of the developers yesterday:
https://gitlab.x2go.org/x2go/client/x2goclient/-/commits/
Marco Moock wrote:
Ben Collver quoted tedu:
X11 is supposed to be dead, but people keep using it becausePeople still use it because Wayland lacks certain functionality like
apparently it still works. I have a plan to fix this so everyone does
what I want.
network transparency (you can run X11 apps on another networked
machine). Certain desktop environments/windows mangers don't support
Wayland.
Sure, most of us have used XDMCP, SSH tunnelling to start full X11
sessions, or the DISPLAY environment to run xeyes on a colleague's workstation, I never tried LBX.
The Wayland people seems to ignore that, so X11 users will stay.Does anyone genuinely use X11 remotely?
On Tue, 24 Jun 2025 09:00:30 +0100, Andy Burns <usenet@andyburns.uk>
wrote:
Does anyone genuinely use X11 remotely?
If not daily, then several times per week.
Various use cases:
1) Running a remote browser on a headless server when you're trying to
poke at configuration webservice that's only listening on localhost.
2) SSH tunneling a browser on a remote server to poke at something on
the non-routable network
3) Presenting apps at work from home desktop or
vice-versa depending on what I'm doing.
Very glad you mentioned that, as I was looking into using it.
Can you clarify? I see a lot about the client, but little about the server (which I understand is small). Is it bundled with the client?
Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
On Mon, 23 Jun 2025 22:08:51 +0200, Marco Moock wrote:
People still use it because Wayland lacks certain functionality like
network transparency (you can run X11 apps on another networked
machine).
But if you lose the network connection, all those remote apps die.
Better to use something like VNC or RDP, where the apps don’t even know >> the user is at the other end of a network connection. That way you can
disconnect and reconnect from the same or different machine, and continue >> using the desktop session without interruption.
X2go does that for X. It works much better than VNC/RDP because each window is a window on your local machine, rather than everything being constrained to a rectangular window.
Theo
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 1,064 |
Nodes: | 10 (0 / 10) |
Uptime: | 149:58:07 |
Calls: | 13,691 |
Calls today: | 1 |
Files: | 186,936 |
D/L today: |
438 files (115M bytes) |
Messages: | 2,410,967 |