<div dir="ltr">My internet at home finally came back up and I had a chance to look into it. The script in /opt/ that the other script from /usr/bin launches is designed to only support one argument to open a file. While this could be tweaked to support adding additional java commands, it would get quite messy and probably not be worth the effort with how few would probably expect to be able to pass java launch options when launching via CLI, while still retaining the ability to pass a single argument that it would know to use the java "-open" option.<div><br></div><div>I added support for passing just a single option while launching from the CLI, and it expects it to be a file location/filename. It should show up in this week's public update.</div><div><br></div><div>Thanks for the suggestion!</div><div><br></div><div>Jeremy</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, Mar 31, 2026 at 4:06 AM Jeremy Hansen <<a href="mailto:jebrhansen%2BSBo@gmail.com">jebrhansen+SBo@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div>I'm the current maintainer of SweetHome3D.<div dir="auto"><br></div><div dir="auto">It shouldn't be an issue to modify the scripts to take a single argument, or multiple arguments if the binary supports it (I'll need to do some testing -- I didn't even realize it took arguments, since I've always launched it via the "start" menu and didn't dig too deeply when I took over maintenance).</div><div dir="auto"><br></div><div dir="auto">I'm currently on an extended business trip and, unfortunately, my internet has been down back at my house for the last 20 hours (or the power is out, I'm not sure which, since I'm about 3000 miles away -- I really should set up notifications when the power is out and my UPS is gearing to shut down my computer so I know whenever it's power or internet issues). Once my system is back up, I'll play around with things to see what is able to be supported. If it's not up by tomorrow, something else might be wrong and I may be SoL for a few months until I get back and can troubleshoot in person.</div><div dir="auto"><br></div><div dir="auto">As an aside, in the future, you should always email the maintainer, whether singularly or CC'd in a message to this distro. While I am subscribed to this distro, and thus saw this message, not all maintainers are. They may never see your suggestion and it's not common for people on this distro to modify SlackBuilds they don't maintain unless it's due to security issues or breakage.</div><div dir="auto"><br></div><div dir="auto">Thanks for the suggestion! Hopefully my system comes back up and I can push an update before this weekend's public update of SBo.</div><div dir="auto"><br></div><div dir="auto">Jeremy</div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 31, 2026, 3:45 AM Karel Venken via SlackBuilds-users <<a href="mailto:slackbuilds-users@slackbuilds.org" rel="noreferrer" target="_blank">slackbuilds-users@slackbuilds.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">414N wrote:<br>
><br>
> Il 30/03/26 18:04, Karel Venken via SlackBuilds-users ha scritto:<br>
>> #!/bin/sh<br>
>> exec /opt/SweetHome3D/SweetHome3D "$1"<br>
><br>
> Or maybe better, use "$@" to pass any argument to the original binary <br>
> instead of only the first one.<br>
><br>
><br>
I would fully agree except for the fact that it points to <br>
/opt/SweetHome3D/SweetHome3D which itself only uses "$1", so the other <br>
parameters are ignored anyway unless this one is adapted as well but it <br>
is provided by the origin.<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" rel="noreferrer noreferrer" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer noreferrer noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div></div></div>
</blockquote></div>