Comment 5 for bug 291259

Revision history for this message
Bux Markus (markus-bux) wrote : Re: smb:// URI's do not work

Ok. I've found a solution. :D

The problem is, that there is no uri-handler for smb.
If you run the followoing commands as user under gnome-terminal it will work again. ;)

gconftool-2 -t string -s /desktop/gnome/url-handlers/smb/command "nautilus \"%s\""
gconftool-2 -t bool -s /desktop/gnome/url-handlers/smb/needs_terminal false
gconftool-2 -t bool -s /desktop/gnome/url-handlers/smb/enabled true

#Greetz,
Cyberspace19