Convert XSession from fluxbox to the more traditional Xfce4
[catalyst-swc.git] / bin / fsscript.sh
index 4cc504449551a1622d63fda3aec2d6ebc77cfe63..75bac81da884620a9fcb0e72453f4f3467393345 100755 (executable)
@@ -1,6 +1,14 @@
 #!/bin/bash
 
+# general tweaks
 echo 'source /etc/profile.d/nobeep.sh' >> /home/swc/.bashrc 
+
+# fluxbox tweaks
 mkdir /home/swc/.fluxbox
 su swc fluxbox-generate_menu
-chown -R swc.users /home/swc
+
+# xfce tweaks
+sed -i 's/TerminalEmulator=Terminal/TerminalEmulator=xterm/' /etc/xdg/xfce4/helpers.rc
+
+# make sure there are no root-owned files in ~swc
+chown -R swc:users /home/swc