Comment 5 for bug 65580

Revision history for this message
Peter Zelezny (peterzelezny) wrote :

Hi Ubuntu'ers,

Your patch looks much better. We often get complaints in #xchat/freenode about not being able to open links in Ubuntu/Debian due to Debian's old patch. See http://xchat.org/faq/#q221

Just some comments:

1) Your patching of xchat.c is useless, that code is commented out.
2) + moz = g_find_program_in_path ("kfmclient openURL"); I doubt this'll work, you can't put spaces in there, it's looking for a executable only.

P.S What is "xdg-open", is it something I should take upstream?