From 94205834cc2b6fe9b41b342815a8034611adb1ce Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 19 Sep 2024 16:11:48 +0200 Subject: [PATCH] use plasma instead of fluxbox --- env/.vnc/xstartup | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/env/.vnc/xstartup b/env/.vnc/xstartup index ce84087..7e7eb3e 100755 --- a/env/.vnc/xstartup +++ b/env/.vnc/xstartup @@ -1,16 +1,15 @@ #!/bin/sh -# Uncomment the following two lines for normal desktop: -# unset SESSION_MANAGER -# exec /etc/X11/xinit/xinitrc +#xrdb "$HOME/.Xresources" +#xsetroot -solid grey -[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup -[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources -xsetroot -solid grey -#xset s 0 -vncconfig -iconic & #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #x-window-manager & -#jackd -R -dalsa -r44100 -p2048 -n4 -D -Chw:0,1 -Phw:0,1 -S & -startfluxbox & +# Fix to make GNOME work + +#export XKL_XMODMAP_DISABLE=1 + +#/etc/X11/Xsession +#startfluxbox +startplasma-x11 -- 2.39.5