Added x2go CT

This commit is contained in:
2021-10-07 19:56:54 +00:00
parent b5d5531133
commit d2026f5d03
12 changed files with 367 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/bash
#Hide mail button in application menu
sed -i -e 's/OnlyShowIn/NotShowIn/g' /usr/share/applications/xfce4-mail-reader.desktop
#Hide 'Thunar bulk rename' button in application menu
echo "NotShowIn=XFCE;" >> /usr/share/applications/thunar-bulk-rename.desktop
#Set default webrowser to 'Gooogle Chrome'
update-alternatives --set x-www-browser /usr/bin/google-chrome-stable
#Set default terminal to 'LxTerminal'
update-alternatives --set x-terminal-emulator /usr/bin/lxterminal
#Setup default home with 'XFCE' configs
mv -f /opt/Setup/Configs/Skel/* /opt/Setup/Configs/Skel/.[!.]* /etc/skel/
mkdir /etc/skel/.ssh
rm -rf /opt/Setup/Configs/Skel