Fabian-Lars

Results 1341 comments of Fabian-Lars

Building and running appimages on arm now works. Cross compiling from x86_64 to arm however does not and is tracked here https://github.com/linuxdeploy/linuxdeploy/issues/258. For now you'll have to build on arm...

@hvpavan As said above, you'll need an arm device you can build the app on.* If you have that set up, you can follow tauri's usual Linux instructions here https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-linux...

blocked by kuchiki. it's last release (2 years ago) still uses html5ever 0.25. In the git repo it was already updated but i'm not sure if there will be a...

yeah i forked it months ago and again when i wrote that comment, but i forgot how fucked up the html/css situation in rust is. Like i'm somewhat sure that...

@Huzaifa-MS the problem is that the upstream notification crates (https://github.com/hoodie/notify-rust and its dependencies) don't support this, so you'd have to work with ugly system APIs to implement this.

> I also noticied that the web api for notification works on its own in the frontend It doesn't. We're injecting our own api (the same from the api module)...

> Is getting transformed by Tauri automatically at compile time to use Tauri's notification library instead? We don't touch your code at all. We overwrite the global `Notification` / `window.Notification`...

There are no JS APIs to use. The web apis you know from normal browsers don't exist in webviews and we need to polyfill them ourselves. And the nodejs apis...

Please just click on the thumbs up in the first message. `+1` comments only send useless notifications to people subscribed to this issue but _won't_ make the contributors look into...

@szgerg Can you post the full error you're getting? And if you're talking about an actual win11 "client" and not a server/ci the output of the `tauri info` command too...