19:40:34 <selsta> sech1: https://github.com/monero-project/monero-gui/pull/3913 19:40:40 <selsta> what do you think is the best thing here? 19:43:03 <sech1> this is a strange way to extract command line arguments 19:43:15 <sech1> doesn't the GUI already know which arguments it used when starting monerod? 19:43:25 <sech1> seems like a hack instead of a proper solution 19:45:02 <sech1> "The GUI connects to the already running monerod flawless and all is fine." ahhh that's why 19:45:47 <sech1> yes, then the hackery is needed 19:46:24 <sech1> unless we add some restricted RPC to monerod to return the command line 19:47:41 <selsta> i think the problem is that they use a service to start / stop monerod and not the GUI