Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome Places Bookmarks will not open [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mrpete
Apprentice
Apprentice


Joined: 01 Sep 2003
Posts: 184

PostPosted: Fri Aug 08, 2008 10:00 pm    Post subject: Gnome Places Bookmarks will not open [SOLVED] Reply with quote

In gnome, whenever I click on Places->Bookmarks followed by a valid bookmark I keep getting the error eg:-

Code:
Could not open location 'file:///home/peter/Documents'

There was an error launching the default
action command associated with this location.


If I go to open the bookmark in nautilus it opens fine.

Thanks in advance for any help.


Last edited by mrpete on Fri Aug 08, 2008 10:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
mrpete
Apprentice
Apprentice


Joined: 01 Sep 2003
Posts: 184

PostPosted: Fri Aug 08, 2008 10:48 pm    Post subject: Reply with quote

Solved - the url handler for file:/// had disappeared. Issuing the following commands from a normal terminal session restored the url handler:-

Code:
peter@eclipse ~ $ gconftool-2 --set --type=string /desktop/gnome/url-handlers/file/command 'nautilus "%s"'
peter@eclipse ~ $ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/file/enabled true
peter@eclipse ~ $ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/file/need-terminal false


Not quite sure how it disappeared in the first place - there are some posts on google suggesting that installing xfce's thunar might be the culprit here. Anyhow, the above fixes it.
Back to top
View user's profile Send private message
ebichu
Apprentice
Apprentice


Joined: 03 Jul 2002
Posts: 231
Location: Manchester, England

PostPosted: Tue Oct 14, 2008 10:18 am    Post subject: Reply with quote

I had a similar problem with smb: URLs opening in konqueror. mrpete's post helped me fix it (just change 'file' to 'smb' in mrpete's fix).

Code:
$ gconftool-2 --set --type=string /desktop/gnome/url-handlers/smb/command 'nautilus "%s"'
$ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/smb/enabled true
$ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/smb/need-terminal false

_________________
Ebichu wa chiizu ga daisuki dechu!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum