Tony

Results 180 comments of Tony

Seems like the error was that it's trying to write the schema, I'm not sure why though since we do publish the schemas as well as having `write_if_changed` checks on...

> However, this is somewhat of a BREAKING CHANGE, as it changes plugin developers' habits (they might not track their permissions in git) ~~I think it should still work the...

> I have to say, this is a bit confusing 🤐—if you're not familiar enough with Tauri, it's hard to figure out all the places that need to be handled....

Will take a look when I get time, this is also pretty useful for the app to get notified for system shutdown or log off so it could save its...

`ashpd` uses `zbus` underneath the hood and `zbus` seems to be an `async` based crate, so unless we use something like `dbus-rs` and implement the theme settings ourselves (which doesn't...

> What would be your preference @Legend-Master? > > Reimplement with dbus-rs or using ashpd? I don't know how much work would it take to re-implement it in `dbus-rs`, if...

> we actually deliberately got rid of dbus-rs in the past Do you remember the reason for that? (also it seems like tauri currently doesn't depend on dbus nor zbus)...

> Speaking of, how about we mirror rfd's approach and offer both zbus-tokio and zbus-smol/async-std ? If we can't use `dbus-rs` here, this would be the preferred way for me...

After the testing in https://github.com/rust-windowing/winit/pull/4425#discussion_r2558437389, I think it should be possible to exit normally without the `std::process:exit` here, but that requires us to adopt https://github.com/rust-windowing/winit/pull/2767 or our current way of...

I think we probably should document this, currently if you change the title on render, the browser history's title will be filled with the new title instead of the old...