Iniciar el escritorio de Ubuntu a través de ssh

Iniciar el escritorio de Ubuntu a través de ssh

En Winows 11 tengo PuTTY y Xming. Quiero ejecutar una sesión de escritorio de Ubuntu en una ventana. (Estoy seguro de que solía hacer esto con Solaris). Puedo ssh -Yingresar a Ubuntu y xeyestrabajar xclock.

$ echo $DISPLAY
localhost:10.0
$

Sin embargo:

$ firefox
update.go:85: cannot change mount namespace according to change mount (/var/lib/snapd/hostfs/usr/share/gimp/2.0/help /usr/share/gimp/2.0/help none bind,ro 0 0): cannot open directory "/var/lib": permission denied
update.go:85: cannot change mount namespace according to change mount (/var/lib/snapd/hostfs/usr/share/xubuntu-docs /usr/share/xubuntu-docs none bind,ro 0 0): cannot open directory "/var/lib": permission denied
PuTTY X11 proxy: Unsupported authorisation protocol
Error: cannot open display: localhost:10.0
$

y

$ nautilus .
Nautilus-Share-Message: 11:16:20.428: Called "net usershare info" but it failed: Failed to execute child process “net” (No such file or directory)

y luego se cuelga.

¿Puede esto funcionar? ¿Qué tipo de cosas podría intentar para que funcione?

Actualizar

$ dpkg -l | grep ubuntu-desktop
ii  ubuntu-desktop                                1.481                                   amd64        The Ubuntu desktop system
ii  ubuntu-desktop-minimal                        1.481                                   amd64        The Ubuntu desktop minimal system
$

información relacionada