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