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"><<a href="mailto:j@mesrobertson.com">j@mesrobertson.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> If you run openbox-session GNOME, does it not pass the GNOME along to the<br>
> xdg-startup?<br>
<br>
</div>The openbox-session man page states "openbox-session does not take any<br>
command line arguments" and the following code in the script reflects<br>
this:<br>
<br>
if test -n "$1"; then<br>
echo "Syntax: openbox-session"<br>
echo<br>
echo "See the openbox-session(1) manpage for help."<br>
exit<br>
fi<br>
<br>
Meaning the "$@" 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>