Description
Virtual application DBeaver application image Wayland mode.
Differences from the original version and points to note:
- Replaced the original X (x11VNC) graphics server with Wayland (Wayvnc), optimizing the transmission protocol.
- Replaced the xvfb virtual desktop with the Sway window manager, optimizing desktop performance.
- Default Fcitx5 Chinese input method, switch with L-Shift or L-Ctrl+Space. For other input requirements, contact JumpServer East Customer Success. DBeaver fullscreen shortcut Alt+F11, Sway does not support double-click to maximize windows.
- Custom resolution is currently unsupported; default is 1280x720. If needed, modify the Dockerfile and add environment variable JMS_VNC_RESOLUTION=1280x720.
- Currently, this application image does not support VNC encrypted transmission authentication. Please implement firewall security measures and allow only bastion host --> application container host machine VNC traffic.
- File transfer is currently unsupported; there is no better solution yet.
- For base image or other application custom development, contact JumpServer East Customer Success.
Default Environment Variables:
- XDG_RUNTIME_DIR=/home/$USER
- WLR_BACKENDS=-headless
- WLR_LIBINPUT_NO_DEVICES=-1
- GTK_IM_MODULE=fcitx
- QT_IM_MODULE=fcitx
- XMODIFIERS=@im=fcitx
- MOZ_ENABLE_WAYLAND=1