-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Problem
Hi, thank you for this excellent framework and the dioxus primitives components. They work great. I have a few questions that might be bugs (or more likely issues on my side because I'm very new to Dioxus) regarding v0.7.0-rc.1.
Environment
dioxus version 0.7.0-rc.1
in Cargo.toml
dioxus-cli version 0.7.0-rc.1
Ubuntu 24.04.3
Rust version 1.90.0
(however 2021
version in my Cargo.toml)
1. Bundling linux appimage
I've tried numerous ways to bundle my app as a Linux appimage. After adding an icon and the required attributes in Dioxus.toml, it bundles but the css is not applied correctly. I've tried lots of variants of attributes under '[bundle]', but I cannot get it to work properly.
What is the de-facto way to bundle an appimage correctly with all css applied?
2. File picker example
I've tried the updated file upload example in the dioxus repo examples
directory. However, I get this error when choosing my files and clicking "Open" in the file picker menu:
[linux] ERROR Failed to handle file dialog request: Failed to find target_name in values
Is this a known issue, or could it be something related to my setup?
3. Desktop application not responding
I regularly get "'my_application not responding" when performing certain actions, such as in the file picker menu (after around 5 seconds). Not sure why, might be because something should be async/new process but actually is not.
Any input here would be greatly appreciated!