Desktop bundle not working (Windows - Linux) #4356
Unanswered
cbdefontenay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Linux (Mint) and Windows 11 I created a desktop app using the version
0.7.0-alpha.2
of Dioxus. I tried following the instructions on the doc and succeeded at bundling the app into a.deb
and.msi
data file, but when installing in on Linux, I get the App without any styling:On Linux:
Expected output:
What I get after bundling and installing:
I also tried with the stable
0.6.3
version of Dioxus, but it did not fixed the problem.Here is the repository: My app repository.
Maybe I missed something from the doc.
On Windows 11:
On Windows I get the CSS, the app looks at it should, but I can't get the SQLite database running:
On Windows, since it is a fullstack app, I guess that is why an independent server window for the
API
pops up when opening the app, but that should probably not happen as indicated here.Step to reproduce:
Or:
Then go to the indicated
.deb
or.msi
file and install it. With ```.deb```` it won't work as expected, no app icon and no CSS etc,.Beta Was this translation helpful? Give feedback.
All reactions