WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Pedagogy -- Scripts instead of backups  (Read 5222 times)

Offline parrhasius

  • Newbie
  • *
  • Posts: 1
Re: Pedagogy -- Scripts instead of backups
« Reply #15 on: July 22, 2011, 07:14:21 PM »

#!/bin/bash
sudo cp /mnt/sda1/.xsession /home/tc/
ln -s /mnt/sda1/.Xmodmap /home/tc/
tce-load -i /mnt/sda1/tce/optional/kmaps.tcz
sudo loadkmap < /usr/share/kmap/qwertz/fr_CH-latin1.kmap
tce-load -i /mnt/sda1/tce/optional/mc.tcz
tce-load -i /mnt/sda1/tce/optional/links.tcz
tce-load -i /mnt/sda1/tce/optional/sylpheed.tcz
ln -s /mnt/sda1/.sylpheed-2.0 /home/tc/



I was reading some topics like yours and... I have some doubt about the efficiency of your script because if that is launched after the GUI manager, loadkmap will have apparently no effect under the graphic mode. Don't you?