I have to use different configurations for kde under SuSE and Gentoo. I saved them as .kde.gentoo and .kde.suse and added the following python-script to my .profile. It works under SuSE now I only have to test it under Gentoo.
import os, sys
distro = open('/etc/distro').readline().rstrip('\n')
def process(file):
global distro
if os.path.isfile('/home/robert/'+file) or os.path.islink('/home/robert/'+file):
os.unlink('/home/robert/'+file)
os.symlink(file+'.'+distro, '/home/robert/'+file)
process('.kde')
process('.bashrc')
I would also like to come to the fix-up evening. What time does it start and about how long will it take? Could some-one pick me up please? I live at Idris Road 85 Bryndwr/Fendalton.
Everybody got working modems?
If not we could probably do something on Tuesday evening.
Please make mention in this thread.
-- Happy Hacking, Robert Himmelmann
A classic is something that everybody wants to have read and nobody wants to read.
-- Mark Twain
"Murphy's Law, that brash proletarian restatement of G�del's Theorem ..."
-- Thomas Pynchon, "Gravity's Rainbow"
