Thomas Eizinger
Thomas Eizinger
> In #5672 I'm adding a custom test runner for smoke-testing the GUI and IPC service at the same time. This test could be built in the same way or...
> But `cargo test` only compiles binaries with the libtest entry point, so I can't run normal code in there for the smoke tests, right? So if you set `harness...
I opened https://github.com/firezone/firezone/issues/5818 as a follow-up.
Do we really need to know the system uptime for this functionality? To be honest, I'd prefer a different design to vendoring. What is the problem that we are trying...
> I'd like to know whether the IPC service / GUI started near the same time Windows started or later on. That would tell us whether it likely auto-started (maybe...
> I want to know whether the IPC service auto-started or not. If the logs show, e.g. that one instance did not shut down cleanly, and the next instance started...
AFAIK, GUIs are not started via systemd. If we want auto-start, we should put a `.desktop` file into `$XDG_CONFIG_HOME/autostart` (or a sym-link?) See https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html.
> Once the API is stable, put it in a separate repository The reason I put this there is because it could be nice to then post this to HN...
Just this once or does this happen more often?
I don't think there is much we can do here. We only fail individual packets so this should be an issue.