[SOLVED] "Open Folder" to open with "nautilus --no-desktop"
Posted: Tue Nov 30, 2010 2:26 pm
It's been bothering me for some time now... It opens directories with Firefox instead (well, "Namoroka" since I'm using Arch Linux but it responds to "firefox" calls). Only thing I could find was this bug report from back in February. I'm using:
xdg-utils-1.0.2.20100618-1
libtorrent-rasterbar-0.15.4-3
nautilus-elementary (but same as namoroka, it's installed as "nautilus" because the developers chose it that way for maximum compatibility)
No DE (Desktop Environment) here, just Openbox. I have a feeling I need to edit "/usr/bin/xdg-open" since when I run xdg-open /tmp it opens /tmp with Firefox. But what should I edit ? The "generic" part ?
xdg-utils-1.0.2.20100618-1
libtorrent-rasterbar-0.15.4-3
nautilus-elementary (but same as namoroka, it's installed as "nautilus" because the developers chose it that way for maximum compatibility)
No DE (Desktop Environment) here, just Openbox. I have a feeling I need to edit "/usr/bin/xdg-open" since when I run xdg-open /tmp it opens /tmp with Firefox. But what should I edit ? The "generic" part ?
Thanks. Would also be great addition to the FAQ for those who don't need a full-blown DE.if [ x"$DE" = x"" ]; then
DE=generic
... ?