| View previous topic :: View next topic |
| Author |
Message |
Xamindar Veteran


Joined: 03 Oct 2004 Posts: 1155 Location: California
|
Posted: Sat May 24, 2008 5:51 am Post subject: What happened to gnome mount options? |
|
|
I used to be able to modify the automount options of a removable drive by right clicking on it (in nautilus), going to properties, then editing the mount options line. What the heck happened to that? I needed to add mount options to mount in utf8 because it doesn't have that by default. Why does it seem that every few days I find a new thing that has been removed from gnome? I wish someone would fork gnome into an alternative DE made for people who want to actually USE thier computers. Ok, I'll stop ranting.
So is there a new location for this info to be modified? Did they move it somewhere else or did they remove it completely (which seems to happan a lot in gnome)? |
|
| Back to top |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat May 24, 2008 9:38 am Post subject: |
|
|
there's a 'volume' tab in the properties dialog that has what you want. _________________ Sensory Sugar
A call for full employment is a call for war!
New Zealand: Out gay-ing the rest of the planet since 2012. |
|
| Back to top |
|
 |
Xamindar Veteran


Joined: 03 Oct 2004 Posts: 1155 Location: California
|
Posted: Sat May 24, 2008 9:47 am Post subject: |
|
|
| sugar wrote: | | there's a 'volume' tab in the properties dialog that has what you want. |
Nope there isn't. That's why I made this thread. Are you using the most recent version of gnome/nautilus? |
|
| Back to top |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat May 24, 2008 9:50 am Post subject: |
|
|
| Xamindar wrote: | | sugar wrote: | | there's a 'volume' tab in the properties dialog that has what you want. |
Nope there isn't. That's why I made this thread. Are you using the most recent version of gnome/nautilus? |
I'm using gnome 2.20. What are you using? _________________ Sensory Sugar
A call for full employment is a call for war!
New Zealand: Out gay-ing the rest of the planet since 2012. |
|
| Back to top |
|
 |
PeterH n00b

Joined: 09 Nov 2005 Posts: 31
|
Posted: Sat May 24, 2008 6:50 pm Post subject: |
|
|
| Make sure you emerge gnome-base/gnome-mount with the 'gnome' USE flag enabled. Without that the nautilus extension responsible for this functionality isn't installed. |
|
| Back to top |
|
 |
Xamindar Veteran


Joined: 03 Oct 2004 Posts: 1155 Location: California
|
Posted: Sat May 24, 2008 8:43 pm Post subject: |
|
|
| sugar wrote: | | Xamindar wrote: | | sugar wrote: | | there's a 'volume' tab in the properties dialog that has what you want. |
Nope there isn't. That's why I made this thread. Are you using the most recent version of gnome/nautilus? |
I'm using gnome 2.20. What are you using? |
2.22.1
| PeterH wrote: | | Make sure you emerge gnome-base/gnome-mount with the 'gnome' USE flag enabled. Without that the nautilus extension responsible for this functionality isn't installed. |
Check, got it that way allready. I have been using gnome for a long time. This functionality was there but is now gone. So either there is a new use flag for it or they actually moved it somewhere else. |
|
| Back to top |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat May 24, 2008 11:40 pm Post subject: |
|
|
I see that nautilus now handles automounting natively instead of gnome-volume-manager, and the nautilus wiki says that the properties pages will be reworked. _________________ Sensory Sugar
A call for full employment is a call for war!
New Zealand: Out gay-ing the rest of the planet since 2012. |
|
| Back to top |
|
 |
Xamindar Veteran


Joined: 03 Oct 2004 Posts: 1155 Location: California
|
Posted: Sun May 25, 2008 3:09 am Post subject: |
|
|
| sugar wrote: | | I see that nautilus now handles automounting natively instead of gnome-volume-manager, and the nautilus wiki says that the properties pages will be reworked. |
| Code: |
The following major features have a good chance of being integrated into Nautilus 2.14
.....
Rework of property pages
* move all launcher properties to general page
* add launcher filename editing caps (gnomebug:107417)
*
remove contents from trash/computer property pages (proposed patch) |
Is that what you are referring to? Something with Nautilus 2.14? It's at 2.22 now so if that was the case they sure moved it back quite a bit - say, 2 years. |
|
| Back to top |
|
 |
PeterH n00b

Joined: 09 Nov 2005 Posts: 31
|
Posted: Sun May 25, 2008 5:16 pm Post subject: |
|
|
If you are using nautilus-2.22.x then the problem is probably this.
Nautilus changed it's extension directory with the 2.22.x releases. Due to the move from gnome-vfs to gvfs.
All gnome-mount versions lower than 0.8 installs the extension in /usr/lib/nautilus/extensions-1.0. But nautilus is looking in /usr/lib/nautilus/extensions-2.0
gnome-mount-0.8 is not available in portage so you will have to put an ebuild in an overlay. |
|
| Back to top |
|
 |
fiolj n00b

Joined: 17 Mar 2008 Posts: 34 Location: Bariloche, Argentina
|
Posted: Mon Jun 09, 2008 6:36 pm Post subject: Now it is working for me |
|
|
I had the same problem with one computer while had not problem on other. I finally solved doing a downgrade of both nautilus and gnome-volume-manager.
Working:
gnome-base/gnome-volume-manager-2.22.1
gnome-base/nautilus-2.22.2
NOT working:
gnome-base/gnome-volume-manager-2.22.5
gnome-base/nautilus-2.22.3
I did not change one at a time but those are the results i found. Hope it helps. |
|
| Back to top |
|
 |
uberGeekxor n00b

Joined: 18 Aug 2007 Posts: 2 Location: Baltimore, MD [USA]
|
Posted: Thu Aug 21, 2008 6:12 am Post subject: Workaround for gnome-base/nautilus-2.22.5.1 |
|
|
I just came across the same nuisance today.
In gconf there is a key: "/apps/nautilus/preferences/media_automount"
Just make sure it is set false
If you don't have gconf-editor installed, then:
`gconftool-2 --type bool --set /apps/nautilus/preferences/media_automount "false"`
should do the trick.
Yeah I'm not sure why they don't seem to have that option in the nautilus preferences GUI any more. It is a shame to have to resort to gconf, but it seems to get the job done. |
|
| Back to top |
|
 |
|