GNOME Bugzilla – Bug 524278
CIFS location translation
Last modified: 2012-01-20 10:08:35 UTC
CIFS location translation. Very often people send links to documents on windows shares like : \\server\share\folder\folder2\file.ext It would be great it Evolution would translate that to something like smb://server/share/folder/folder2/file.ext and open that in a nautilus window. It would be good that if we could have a simple link translator as a module or as an option. Distribution: openSUSE 10.3 (i586) Gnome Release: 2.20.0 2007-09-22 (SUSE) BugBuddy Version: 2.20.1
probably a gio integration issue
Currently evo "translates" links in the form \\server\share\document to file://\\server\share\document which is not the best. We can get gio to understand "standard" windows shares links, and that would also mean getting evo to stop the above translation, but I think it would be much easier to get evo to simply translate the links to the smb:// form by simply appending "smb:" to the start of the link and change all back-slashes to forward slashes
Is this maybe a duplicate of bug 498195?
looks like it
*** This bug has been marked as a duplicate of bug 498195 ***