Skip to content

Commit

Permalink
Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin committed Apr 26, 2024
1 parent be5215a commit 290b73e
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions vars/Ubuntu-24.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 290b73e

Please sign in to comment.