Comment 14 for bug 113092

Revision history for this message
Daeng Bo (daengbo) wrote : Re: [Bug 113092] Re: nautilus in feisty can't open http:// URI which affects service-discovery-applet

It would be easier just to do
- cmdline = ["nautilus", url ]
+ cmdline = ["xdg-open", url ]
instead of all the conditional stuff.

Dan