Skip to content

Commit

Permalink
Support Ubuntu 23 (#26)
Browse files Browse the repository at this point in the history
This adds default configuration for Ubuntu 23.
  • Loading branch information
geiger-to authored Feb 28, 2024
1 parent 5c26c29 commit be5215a
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions vars/Ubuntu-23.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
default_vnc_server: tigervnc

default_vnc_users:
- username: ubuntu
usergroup: ubuntu
# port 5901 is 1
vnc_num: 1
vnc_default_password: mypassword
default_vnc_desktop_packages:
gnome:
- ubuntu-desktop
- gnome-panel
- gnome-settings-daemon
- metacity
- nautilus
- gnome-terminal
- xterm
xfce4:
- xfce4
- gnome-icon-theme
- gnome-terminal
- firefox
- xterm

default_vnc_server_packages:
tigervnc:
- libtasn1-bin
# - libtasn1-3-bin
- tigervnc-standalone-server
- tigervnc-common
vnc4server:
- vnc4server
tightvnc:
- tightvncserver

default_xstartup_additional_command1: dbus-update-activation-environment --systemd --all

# use /usr/share/xsessions/ubuntu.desktop
default_vnc_desktop_gnome_override: ubuntu

0 comments on commit be5215a

Please sign in to comment.