Hi, On Mon, 15 Jun 2020, Mirco Bauer wrote: > I can't reproduce this issue on buster with Google Chrome as the default > browser set in GNOME preferences.
I have firefox as default browser. > > For opening any links Smuxi relies on Mono's > System.Diagnostics.Process.Start() implementation which then uses > /usr/bin/xdg-open and (others). From your strace it seems to pick xdg-open > as it is executable which is expected for GNOME desktop environments. > > Why it throws the exception, is not clear.... What happens if you run this > from a terminal: > /usr/bin/xdg-open ' > https://pbs.twimg.com/media/ESpweBhXgAAefGF?format=jpg&name=small' > echo $? $ LANG=C /usr/bin/xdg-open ' https://pbs.twimg.com/media/ESpweBhXgAAefGF?format=jpg&name=small' gio: file:///home/rhertzog/freexian/deblts/%0Ahttps:/pbs.twimg.com/media/ESpweBhXgAAefGF%3Fformat=jpg&name=small: Error when getting information for file ?/home/rhertzog/freexian/deblts/ https:/pbs.twimg.com/media/ESpweBhXgAAefGF?format=jpg&name=small?: No such file or directory $ echo $? 4 I have kept the leading newline character that you have put in the call... but without the newline character, it works fine. Regards, -- ⢀⣴⠾⠻⢶⣦⠀ Raphaël Hertzog <[email protected]> ⣾⠁⢠⠒⠀⣿⡁ ⢿⡄⠘⠷⠚⠋ The Debian Handbook: https://debian-handbook.info/get/ ⠈⠳⣄⠀⠀⠀⠀ Debian Long Term Support: https://deb.li/LTS

