Re: GNOME startup, -before- desktop

2009-08-24 Thread Jud Craft
It is very simple. I am trying to mount a FAT32 partition when I log in. I want it to be dynamically unmounted, and re-mounted, whenever a different user logs in. This has to be done to change the UID. (GID alone isn't enough to get full functionality under GNOME). As far as I can tell,

Re: GNOME startup, -before- desktop

2009-08-24 Thread Ed Greshko
Jud Craft wrote: It is very simple. I am trying to mount a FAT32 partition when I log in. I want it to be dynamically unmounted, and re-mounted, whenever a different user logs in. This has to be done to change the UID. (GID alone isn't enough to get full functionality under GNOME).

Re: GNOME startup, -before- desktop

2009-08-24 Thread Jud Craft
It is very true that I did not want to do my own research. I wanted to summon the exact answer I needed from someone else's mind. Rediscovery was something I did not want to waste time on. Of laziness, I stand guilty. Genuinely, thanks for the posts though. Bookmarked, I'll be sure to give

Re: GNOME startup, -before- desktop

2009-08-24 Thread Ed Greshko
Jud Craft wrote: It is very true that I did not want to do my own research. I wanted to summon the exact answer I needed from someone else's mind. Rediscovery was something I did not want to waste time on. Of laziness, I stand guilty. Good to know. Genuinely, thanks for the posts

Re: GNOME startup, -before- desktop

2009-08-22 Thread Tim
On Fri, 2009-08-21 at 12:59 -0400, Jud Craft wrote: the FAT32-user limitation is built into GNOME, so that's not going away Obvious question: Does it have to be FAT32? -- [...@localhost ~]$ uname -r 2.6.27.25-78.2.56.fc9.i686 Don't send private replies to my address, the mailbox is ignored.

Re: GNOME startup, -before- desktop

2009-08-22 Thread Marko Vojinovic
On Saturday 22 August 2009 08:20:36 Tim wrote: On Fri, 2009-08-21 at 12:59 -0400, Jud Craft wrote: the FAT32-user limitation is built into GNOME, so that's not going away Why not tweak the /etc/fstab (I believe Ed Greshko already gave you that suggestion)? If I understand your usecase

Re: GNOME startup, -before- desktop

2009-08-22 Thread Aldo Foot
On Sat, Aug 22, 2009 at 4:09 AM, Marko Vojinovicvvma...@gmail.com wrote: On Saturday 22 August 2009 08:20:36 Tim wrote: On Fri, 2009-08-21 at 12:59 -0400, Jud Craft wrote: the FAT32-user limitation is built into GNOME, so that's not going away Why not tweak the /etc/fstab (I believe Ed

Re: GNOME startup, -before- desktop

2009-08-22 Thread Tim
On Sat, 2009-08-22 at 20:47 -0400, Jud Craft wrote: Since I'm using this partition to exchange data between Windows and Linux, it does have to be FAT32. Not necessarily. Depending on your version of Windows, and acceptance of a risk factor on Linux, you can use NTFS (which can support

Re: GNOME startup, -before- desktop

2009-08-22 Thread Jud Craft
I know that NTFS is pretty much as functional as FAT32 is. But I don't think that NTFS supports Linux users and groups on Linux. Does it? On Sat, Aug 22, 2009 at 10:13 PM, Timignored_mail...@yahoo.com.au wrote: On Sat, 2009-08-22 at 20:47 -0400, Jud Craft wrote: Since I'm using this partition

Re: GNOME startup, -before- desktop

2009-08-22 Thread Ed Greshko
Jud Craft wrote: It doesn't help to be members of the group/GID. I've definitely tried that mount option. Thank you for all of the GID hints, but as far as I can tell, that's not enough here. GNOME's trash functionality under FAT32, in particular, is based upon the UID of the user that has

Re: GNOME startup, -before- desktop

2009-08-21 Thread Jud Craft
I don't think Fedora comes with auto-fs built in, does it? One feature I essentially need is that all my users are in a mount-group, so they can all unmount the drive. Whenever a user logs in, I need the drive to be automatically unmounted and then -remounted- as that user. Doing a simple

Re: GNOME startup, -before- desktop

2009-08-21 Thread Ed Greshko
Jud Craft wrote: I don't think Fedora comes with auto-fs built in, does it? Yes, it is available yum install autofs. The rest of you post indicates that you want to do more/less/different things than what you stated earlier as simply mounting a drive that contains your Desktop directory.

Re: GNOME startup, -before- desktop

2009-08-21 Thread Tom Horsley
On Fri, 21 Aug 2009 11:39:17 -0400 Jud Craft wrote: Doing a simple script that does umount followed by mount accomplishes this nicely. I just need to make the script run before Nautilus so it doesn't freak out if the XDG Desktop directory changes. One of the places where scripts get run

Re: GNOME startup, -before- desktop

2009-08-21 Thread Ed Greshko
One thing I forgot to mention I prefer to solve problems with standard tools than specialized scripts that need to be maintained. signature.asc Description: OpenPGP digital signature -- fedora-list mailing list fedora-list@redhat.com To unsubscribe:

Re: GNOME startup, -before- desktop

2009-08-21 Thread Jud Craft
On Fri, Aug 21, 2009 at 12:17 PM, Ed Greshkoed.gres...@greshko.com wrote: One thing I forgot to mention I prefer to solve problems with standard tools than specialized scripts that need to be maintained. I totally agree. But the FAT32-user limitation is built into GNOME, so that's not

Re: GNOME startup, -before- desktop

2009-08-21 Thread Ed Greshko
Jud Craft wrote: On Fri, Aug 21, 2009 at 12:17 PM, Ed Greshkoed.gres...@greshko.com wrote: One thing I forgot to mention I prefer to solve problems with standard tools than specialized scripts that need to be maintained. I totally agree. But the FAT32-user limitation is

Re: GNOME startup, -before- desktop

2009-08-20 Thread Jud Craft
On 08/18/2009 01:18 PM, Mikkel L. Ellertson wrote: Jud Craft wrote: I would like to run a script at login, but before gnome-panel and nautilus-desktop are launched (after gnome-session is okay, of course). Is there a place in the login/startup process that I can do this? With Gnome's Startup

Re: GNOME startup, -before- desktop

2009-08-20 Thread Jud Craft
On 08/21/2009 12:22 AM, Jud Craft wrote: So X session scripts are a no-go. Just have to poke around some more, I guess. From the GNOME.org wiki: http://live.gnome.org/SessionManagement/NewGnomeSession Mentions the new startup paradigm, where you specify a phase (Initialization,

Re: GNOME startup, -before- desktop

2009-08-20 Thread Ed Greshko
Jud Craft wrote: It automatically mounts a drive that contains my Desktop directory. Hence, I need it to work before nautilus does. It specifically is a per-user mount, so I can't have it globally automount at computer startup. Have you considered using autofs for this? The automount

GNOME startup, -before- desktop

2009-08-18 Thread Jud Craft
I would like to run a script at login, but before gnome-panel and nautilus-desktop are launched (after gnome-session is okay, of course). Is there a place in the login/startup process that I can do this? With Gnome's Startup Applications, a script is not guaranteed to be executed before the rest

Re: GNOME startup, -before- desktop

2009-08-18 Thread Mike Martin
2009/8/18 Jud Craft craft...@gmail.com: I would like to run a script at login, but before gnome-panel and nautilus-desktop are launched (after gnome-session is okay, of course). Is there a place in the login/startup process that I can do this? With Gnome's Startup Applications, a script is

Re: GNOME startup, -before- desktop

2009-08-18 Thread Jud Craft
It automatically mounts a drive that contains my Desktop directory. Hence, I need it to work before nautilus does. It specifically is a per-user mount, so I can't have it globally automount at computer startup. On Tue, Aug 18, 2009 at 11:41 AM, Mike Martinredt...@googlemail.com wrote:

Re: GNOME startup, -before- desktop

2009-08-18 Thread Mikkel L. Ellertson
Jud Craft wrote: I would like to run a script at login, but before gnome-panel and nautilus-desktop are launched (after gnome-session is okay, of course). Is there a place in the login/startup process that I can do this? With Gnome's Startup Applications, a script is not guaranteed to be