-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: not working on linux manjaro #206
Comments
Just completed the tauri quickstart and I have the same issue so is not a kukun's problem tauri-bug.mp4I |
I was able to work around this but in the tauri quick start app like reported here: tauri-apps/tauri#5143 (comment) I was then able to launch kunkun by adding the same env var Closing the issue because is not kunkun issue |
@HuakunShen looks like someone has implemented this workaround directly in the app: Something like this would be appreciated https://github.com/holochain-apps/volla-messages/pull/236/files |
FYI they ended up with only setting WEBKIT_DISABLE_COMPOSITING_MODE env var: https://github.com/holochain-apps/volla-messages/blob/2dfed9ffc0d1903fdc0be334b1962e20c730a790/src-tauri/src/main.rs#L10 Aslo other fixes: https://github.com/search?q=+std%3A%3Aenv%3A%3Aset_var%28%22WEBKIT_DISABLE_COMPOSITING_MODE%22%2C+%221%22%29%3B&type=code |
Describe the bug
Not sure if it's an issue with Tauri (maybe the browser?), linux or kunkun...
I installed on Linux Manjaro using pacman. Version 0.1.27-1.
I only see a grey screen. If i Ctrl+a and drag somewhere i can copy the text so the app is there but somehow not rendered correctly .
kunkun-bug.mp4
Expected behavior
I can use the app :)
System Info
Contributes
Searched
The text was updated successfully, but these errors were encountered: