plowsof
plowsof
what steps are required to solve the reproducible issues for the GUI? (we at least have a reproducible 'installer' .exe https://github.com/plowsof/monero-gui-exe
can this be closed as completed @erciccione?
a call for adding a "Discussion" label to relevant issues and gathering people for a community meeting / or a specific 'meta meeting' to resolve them them has been made.
I can't compile this: (planning to confirm systemd monerod also) ``` /home//dev/monero-gui/src/daemon/DaemonManager.cpp: In member function ‘bool DaemonManager::checkUnderSystemd()’: /home//dev/monero-gui/src/daemon/DaemonManager.cpp:358:45: warning: ‘static int QProcess::execute(const QString&)’ is deprecated: Use QProcess::execute(const QString &program, const...
Thanks! linux compiles now. some issues: Linux: (self compiled) daemon args in gui: `--prune-blockchain --zmq-pub=tcp://127.0.0.1:18083 --disable-dns-checkpoints` error seen after attempting to start mining: ``` Failed to parse arguments: unrecognised option...
Thanks! Only seeing the `Failed to parse arguments: option '--detach' cannot be specified more than once` error now on linux. I can review also in a few days no problem....
@devhyper i have made the adjustments so all test cases pass. I will test some time tomorrow to confirm, then make a pull request to your branch with the commit....
Win 10 using [docker-windows-static](https://github.com/plowsof/monero-gui/actions/runs/3791065734) https://github.com/monero-project/monero-gui/commit/5a4554f2aaff8cf6d15c5d320e9f31b076c1bc0f systemd detection: fixed in the merged commit* To test the js parser: play with it in e.g. jfiddle / w3schools editor ```html var customDaemonArgs =...
I've also made another pull request to your branch with some extra tweaks that came up during review/testing. I am pleased with this PR so far!
After squashing, i approve, all tests passing* sanity checks performed on binaries from the [latest workflow run](https://github.com/monero-project/monero-gui/actions/runs/4027767734) *win-service users will always get their daemon restarted regardless but it works fine....