mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Blank / White Screen on KDE Neon Linux (Ubuntu Based) #634
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#634
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @giantpinkrobots on GitHub (Jul 27, 2022).
I've tried running RustDesk first with the .deb package, then with the AppImage, all have given me a blank screen. Then I tried to compile the 1.1.9 version from source and that has given me a transparent window:
https://i.ibb.co/9wkrTSv/Screenshot-20220727-172837.png
(My screenshot utility gives it a blank background, but in reality it is transparent)
When I try to run it via the terminal, it gives me a blank screen and a warning, saying that it fails to load the following file:
/rustdesk-1.1.9/target/debug/src/ui/index.html" file, error=2
When I looked at the debug folder, there's no such src folder inside.
How to fix this?
I'm using KDE Neon with the KDE Plasma desktop environment. Based on Ubuntu 20.04 LTS
@rustdesk commented on GitHub (Jul 27, 2022):
This https://github.com/rustdesk/rustdesk/issues/93 had the same issue, but I failed to reproduce on my KDE Neon. We are rewriting UI with Flutter to discard Sciter, https://github.com/rustdesk/rustdesk/tree/flutter_desktop, I believe the issue can be solved in Flutter. Please allow us some time.
@giantpinkrobots commented on GitHub (Jul 27, 2022):
I understand. Thanks for the swift reply.
@giantpinkrobots commented on GitHub (Jul 29, 2022):
I've fixed the issue by changing my system locale and region to American English. Now it displays properly.
@rustdesk commented on GitHub (Jul 29, 2022):
wierd