places plugin: remote-server gtk bookmarks not opened
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mintMenu |
New
|
Undecided
|
Unassigned |
Bug Description
In short, mintmenu won't open gtk bookmarks to remote systems if the bookmark has not already been mounted by gnome.
In detail...
Mint menu uses "xdg-open" to load any gtk bookmarks. This works fine for local bookmarks such as "file:/
The only way I can see to fix this is to call "nautilus %s &" instead of "xdg-open %s &", since it has the correct behavior of auto-mounting remote bookmarks if needed. Other than that, it should behave in the exact same way as xdg-open.
Attached is a patch which uses nautilus instead of xdg-open for the gnome desktop only.