Hello all,
I've just installed Kubuntu 6.06 RC which uses KDE 3.5.2, on my desktop and so far I'm very impressed. I just have one small annoyance that hopefully someone will be able to solve.
I have a Windows file server which I mount in my home directory on my Linux desktops. I've always done this (under Suse) with the following line in my fstab file, and it works fine.
//10.0.0.2/neil$ /home/neil/Documents smbfs credentials=/home/neil/auth.txt,uid=neil,dmask=0700,fmask=0700 0 0
When I put this line in my fstab file, it does indeed mount the share correctly. It also however automatically puts an icon on my desktop to the same share which apparently points to “media:/neil$_1”. My problem is this desktop icon appears for all users!
Does anyone know of a way of stopping KDE automatically mounting this share on the desktop as I only require it to mount on '/home/neil/Documents'.
Any insight into what's going on here will be most helpful.
Neil