On Friday 22 Nov 2002 02:03, Jason Straight wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Can we please make something in /etc/sysconfig to turn this off/on so I
> don't have to edit /usr/bin/kdesktop-links all the time?
>
> In the words of my 3 yr old, "Pretty, Pretty Please :)"
>
> Thanks.
>
Have it read:
#!/bin/sh

# (c) 2001, 2002 - MandrakeSoft, David BAUDENS <[EMAIL PROTECTED]>
# Copyright under GPL version 2

# Basic script for KDE Desktop configuration

if [ ! -d $HOME/Desktop ]; then
        mkdir -p $HOME/Desktop
fi

if [ ! -e $HOME/Desktop/.directory ]; then
        cp -f /usr/share/mdk/kde/directory-desktop 
$HOME/Desktop/.directory
fi

/usr/bin/ArrangeIcons

...and that's all
-- 
Gentoo Linux 1.4 (Portage 2.0.44 (default-x86-1.4, gcc-3.2.1, 
glibc-2.3.1-r2)).  KDE: 3.0.99 (KDE 3.1 RC3)  Qt: 3.1.0
AMD Athlon(tm) XP 1900+ 512MB.  Kernel: 2.4.19-win4lin. GCC 3.2.1
Linux user #275590 (http://counter.li.org/).  up 2 days, 3 h, 30 min


Reply via email to