Oh! Yeh I think so, thanks.<br><br><div class="gmail_quote">On Sat, Mar 3, 2012 at 6:06 PM, James Robertson <span dir="ltr">&lt;<a href="mailto:j@mesrobertson.com">j@mesrobertson.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">&gt; If you run openbox-session GNOME, does it not pass the GNOME along to the<br>
&gt; xdg-startup?<br>
<br>
</div>The openbox-session man page states &quot;openbox-session does not take any<br>
command line arguments&quot; and the following code in the script reflects<br>
this:<br>
<br>
if test -n &quot;$1&quot;; then<br>
    echo &quot;Syntax: openbox-session&quot;<br>
    echo<br>
    echo &quot;See the openbox-session(1) manpage for help.&quot;<br>
  exit<br>
fi<br>
<br>
Meaning the &quot;$@&quot; at the end of the exec line is somewhat pointless I suppose?<br>
<br>
If this test in the script was removed or updated to include the<br>
arguments openbox-autostart accepts then I imagine it should work.<br>
Perhaps this should be marked as a bug?<br>
<div class="HOEnZb"><div class="h5"><br>
Thanks<br>
_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
</div></div></blockquote></div><br>