Skip to content
Snippets Groups Projects
Commit 08b133df authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added missing script.

parent 3a237139
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cd /home/metauser
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
OS=`uname -s`
if [ $OS = 'Linux' ]; then
case "$WINDOWMANAGER" in
*gnome*)
if [ -e /etc/SuSE-release ]; then
PATH=$PATH:/opt/gnome/bin
export PATH
fi
;;
esac
fi
if [ -x /etc/X11/xinit/xinitrc ]; then
exec /etc/X11/xinit/xinitrc
fi
if [ -f /etc/X11/xinit/xinitrc ]; then
exec sh /etc/X11/xinit/xinitrc
fi
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
#xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" /bin/bash &
#python3 /home/metauser/astrocook/ac_gui.py
#twm &
fluxbox &
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment