Daniel Faust
Daniel Faust
@amrbashir @FabianLars How do we proceed from here? The tests fail because the PR depends on https://github.com/tauri-apps/muda/pull/239.
Alright. Then please keep me updated. And I updated the muda dependency.
I put the ksni stuff behind a feature flag `linux-ksni` (I also renamed the muda feature). I also created a new PR for tauri (https://github.com/tauri-apps/tauri/pull/12319). And it seems the compiler...
I rebased the PR, but now the about dialog crashes: `cargo run --example tao -F linux-ksni` ``` (tao:1924160): Gtk-CRITICAL **: 14:46:21.228: gtk_text_attributes_ref: assertion 'values != NULL' failed (tao:1924160): Gtk-CRITICAL **:...
I don't have much time to work on this, but I find it very interesting. My knowledge of BPF is limited, but I can image having additional `notify-bpf-*` crates tailored...
Ok, great. Sounds like you would like to remove libappindicator as well. I'll start working on it then.
@FabianLars: Integrating it with muda really is a pain. After a few iterations of shoehorning it in, I came up with the following changes. Please have a look at them....
I added the high-res variant in order to be on the safe side. So I don't see a problem with tying it to a feature, as long as we add...
> I try to add a build wasm32-wasip2 ci, but the rust toolchain version is 1.77.2, it hasn't support the wasm32-wasip2 target.It need to bump rust toolchain at first. If...
Thanks for filing this issue. Do you happen to know what kind of events these are? I don't know if we should just ignore them, but the issue you found...