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