How can I hide the mounted NFS share icons in KDE desktop ? |
To apply to the whole system, you can modify
/usr/share/config/kdesktoprc
...
[Media]
enabled=true
exclude=media/hdd_mounted,media/floppy5_unmounted,media/floppy_unmounted,media/hdd_unmounted/nfs_mounted,media
append
To
...
[Media]
enabled=true
exclude=media/hdd_mounted,media/floppy5_unmounted,media/floppy_unmounted,media/hdd_unmounted/nfs_mounted,media
----------
I.e. append the nfs_mounted,media, then those new login user won't have NFS share icons. But those already user, you can ask them to modify manually by:
1. right click in the desktop -> configure desktop -> behavior -> device icons -> uncheck "mounted NFS share"
Or you can modify their ~/.kde/share/config/kdesktoprc as the above.
|
|