Fabian-Lars
Fabian-Lars
Can you share one of the broken icons? Or at least tell us how you generated them? Also it may be interesting to see if the `tauri icon` command can...
If you ran `tauri icon` and it still shows an error about that exact same icon then maybe try deleting the icons folder first (maybe back it up somewhere) since...
I don't know what the cause could be then tbh. Does it fail with the default icons too? (create a new app with create-tauri-app and copy over the icons) Is...
Can you post the output of the `tauri info` command please?
> In the example configuration for “src-tauri/capabilities/default.json,” the entries “fs:allow-read-text-file” and “fs:allow-resource-read-recursive” no longer exist in the latest version. They do: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/fs/permissions/autogenerated/commands/read_text_file.toml / https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/fs/permissions/autogenerated/base-directories/resource.toml#L9 > Additionally, I’ve noticed some inconsistencies...
more like v4 or v5 if ever - v3 won't get that many (major) changes.
Not 100% sure yet if it's tray-icon or if there's something in combination with tauri/tao/wry whatever that does this.
That would be very much appreciated, especially if you can even reproduce it without tauri (not a requirement tho)
we'd just remove our own decorations that were added relatively recently and fall back to whatever we had before that (some gtk default behavior?) - that said, i forgot how...
nope. we currently have very limited time for linux specific stuff so i expect this to be part of the switch to gtk4 which has no ETA either.