You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flags seen passed here]: https://github.com/jupyterhub/jupyter-remote-desktop-proxy/blob/main/jupyter_remote_desktop_proxy/setup_websockify.py
33
+
[xfce4]: https://www.xfce.org/
27
34
28
35
## Installation
29
36
@@ -35,7 +42,7 @@ For an example, see the [`Dockerfile`](./Dockerfile) in this repository which in
35
42
36
43
2. Install the packages needed to provide a VNC server and the actual Linux Desktop environment.
37
44
You need to pick a desktop environment (there are many!) - here are the packages
38
-
to use TigerVNC and the light-weight [XFCE4](https://www.xfce.org/) desktop environment on Ubuntu 22.04:
45
+
to use TigerVNC and the light-weight [XFCE4] desktop environment on Ubuntu 24.04:
39
46
40
47
```
41
48
dbus-x11
@@ -46,7 +53,6 @@ For an example, see the [`Dockerfile`](./Dockerfile) in this repository which in
46
53
xorg
47
54
xubuntu-icon-theme
48
55
tigervnc-standalone-server
49
-
tigervnc-xorg-extension
50
56
```
51
57
52
58
The recommended way to install these is from your Linux system package manager
0 commit comments