https://bugzilla.novell.com/show_bug.cgi?id=230681 ------- Comment #4 from wolfgang@rosenauer.org 2006-12-23 12:02 MST ------- Hmm, started to look at it: Firefox not running (otherwise it works anyway for me) wolfgang@tvp:/local/home/wolfgang> firefox -remote 'openurl(http://www.heise.de/,new-tab)' GTK Accessibility Module initialized Error: No running window found wolfgang@tvp:/local/home/wolfgang> echo $? 2 Looking at the above please note that whitespaces are not allowed in the command AFAIK but even then: wolfgang@tvp:/local/home/wolfgang> firefox -remote 'openurl(http://www.heise.de, new-tab)' GTK Accessibility Module initialized Error: Failed to send command: 500 command not parseable wolfgang@tvp:/local/home/wolfgang> echo $? 1 I don't know yet why the upstream Firefox accepts the whitespace but I wasn't able to reproduce the returncode of 0. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.