-
Notifications
You must be signed in to change notification settings - Fork 45
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
The application completely fails to work on Gnome (Fedora) #24
Comments
Hi @TheAresjej ! Thanks for the feedback! The application does not have a dedicated UI for opening an image. Have you tried dragging an image onto the window, as the message indicates? Further, you should be able to "open with..." an image, selecting oculante as application. Unfortunately gnome has made that a little more complex now. Maybe this helps: The application is meant to work with any operating system (and also any linux distribution, not just something with Gnome). So providing deeper Gnome support would probably be up to a package maintainer if a linux distribution wanted to include it into it's pacakges. Lastly, I am unsure why the window is semi-transparent - is that special to your theme/setup or does this just happen with oculante? |
"Have you tried dragging an image onto the window, as the message indicates?" - of course yes unfortunately the application does not respond. "I am unsure why the window is semi-transparent" - transparency is caused by bug in the application. "you should be able to "open with..."" - I have not yet tested this option so I will see if it works and let you know. |
What kind of Linux distribution are you using? What desktop environment? Are you using wayland? I am mainly developing this tool on Linux (PopOS & ubuntu) and have not noticed anything like that. It would be great if we could narrow down the issue more! |
Thanks. It's really odd that this seems to be permission related - and it seems only to concern wayland. I found rust-windowing/winit#306 and rust-windowing/winit#163 which sound related. I've tested Fedora 34 in a VM and could reproduce your issue. Not too sure how to fix it though... Also, as mentioned in issue 163, you can run |
This should be fixed in the latest |
I'll leave a note here and a reference to #171. Please feel free to reopen this if Oculante starts failing again, but I believe we should have proper wayland support in if std::env::var("WINIT_UNIX_BACKEND").is_err() {
std::env::set_var("WINIT_UNIX_BACKEND", "x11");
} next. |
There's no way to select a photo when you turn on the program, and the app looks like it's not supported by gnome.
The text was updated successfully, but these errors were encountered: