Update base image to Ubuntu 24.04
This commit is contained in:
17
config/X11/Xsession.d/60xdg
Normal file
17
config/X11/Xsession.d/60xdg
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
{
|
||||
set -a
|
||||
XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share:/usr/share
|
||||
XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/etc/xdg
|
||||
XDG_CURRENT_DESKTOP=XFCE
|
||||
XDG_SESSION_DESKTOP=xubuntu
|
||||
XDG_SESSION_TYPE=x11
|
||||
XDG_MENU_PREFIX=xfce-
|
||||
XDG_DATA_HOME="${HOME:?}"/.local/share
|
||||
XDG_CONFIG_HOME="${HOME:?}"/.config
|
||||
XDG_CACHE_HOME="${HOME:?}"/.cache
|
||||
XDG_RUNTIME_DIR=/run/user/"$(id -u)"
|
||||
set +a
|
||||
}
|
||||
4
config/X11/xorg.conf.d/10-xrdp.conf
Normal file
4
config/X11/xorg.conf.d/10-xrdp.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
Section "Files"
|
||||
ModulePath "/usr/lib/xorg/modules"
|
||||
ModulePath "/opt/xrdp/lib/xorg/modules"
|
||||
EndSection
|
||||
Reference in New Issue
Block a user