LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   howto put fat32 partition icon on desktop (https://www.linuxquestions.org/questions/suse-opensuse-60/howto-put-fat32-partition-icon-on-desktop-517792/)

harjim 01-09-2007 03:42 PM

howto put fat32 partition icon on desktop
 
New installation of sled10 on a dual boot with xp home

I made a 32 gb partition so I can share storage space with windows

There will be more than one user (family members) on this system. How can I configure so that an icon for the /storage partition shows up on everyone's desktop?

FnordPerfect 01-09-2007 06:03 PM

> There will be more than one user (family members) on this system.

So, you have not created the accounts yet? Then it's easy..

Whenever you create a new user on your system with adduser, everything in /etc/skel is copied to his/her /home directory.
Knowing that you can (as root)
* Create /etc/skel/Desktop
* Make a symlink from /storage to /etc/skel/Desktop

In case the accounts exist already you might ask for a small shell script to copy /etc/skel into each family member's /home directory

rickh 01-09-2007 06:12 PM

I just create a link on the desktop, and the URL is "file:///mnt/windata"

FnordPerfect 01-09-2007 06:43 PM

Quote:

Originally Posted by rickh
I just create a link on the desktop, and the URL is "file:///mnt/windata"

Yeah, but this had to be repeated for every user on the system. log in, create link, log out, repeat

harjim 01-10-2007 05:18 PM

Thanks for your help guys.

I logged in as root, found the /storage folder, then right clicked and choose "make link"

Then I moved one in /etc/skel/Desktop and the other in the current users Desktop


All times are GMT -5. The time now is 01:58 AM.