NguyenTrinh / linkage

Automatically exported from code.google.com/p/linkage
GNU General Public License v2.0
0 stars 0 forks source link

open location should work with thunar #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
currently opens nautilus. is there an open desktop standard for default
file manager? can we somehow avoid making this something that has to be
hand configured?

Original issue reported on code.google.com by wrex...@gmail.com on 5 Feb 2008 at 11:04

GoogleCodeExporter commented 8 years ago

Original comment by wrex...@gmail.com on 5 Feb 2008 at 11:25

GoogleCodeExporter commented 8 years ago
If you build with libgnome it will open with nautilus,
If you build with libexo it will open with thunar (it should, haven't tried it 
much
though),
If you build with both libgnome and libexo it will default to nautilus.
If you build with none of these libs it will launch nautilus from command line.

Maybe it would make sense to make this configureable if linkage is build with 
either
both of the libs or none of them.

Original comment by ZeFl...@gmail.com on 6 Feb 2008 at 11:57

GoogleCodeExporter commented 8 years ago
this makes packaging kinda difficult. it means we would have to make packages 
for
both gnome and xfce which is a pain.  i think we should take this out of the 
build
process and maybe use xdg-open.

Original comment by wrex...@gmail.com on 11 Feb 2008 at 7:52

GoogleCodeExporter commented 8 years ago
Sounds good, I didn't know xdg-open existed.

Original comment by ZeFl...@gmail.com on 11 Feb 2008 at 11:58