ForynGilnith@lemmy.worldOPtohomeassistant@lemmy.world•Recommendations for self-hosted Thermostats (North America)English
0·
1 year agoThanks! Per my other comment, I guess I’ve gotta look at Z-Wave if there are no wifi-only options available. Checking out the T6 Pro now
If that’s the case, it’s a bit of an ugly hack but you could make a wrapper script placed in
/usr/local/bin/inkscape
like this:#!/bin/bash flatpack run org.inkscape.Inkscape ${*}
(the
${*}
will pass along all the arguments that the wrapper script was called with)