-
Notifications
You must be signed in to change notification settings - Fork 1
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
Linux support #2
Comments
I developed and built it on Windows with a specific use-case in mind. As such it's not tested on Linux or macOS but could work. ImQuick's builds are made integrate with Windows, and I'm not familiar enough with Linux to know how to add the equivalent of "Open with" shortcuts. Nonetheless if that'd be feasible it may be worth expanding support.
Aha! The tkDnD2 system wasn't available on PyPi when I started development. This should make it much easier to install going forwards, thanks for finding that. With regards to the icon issues, I believe linux tk doesn't support .ico files (I may be wrong). We'd need to add a PNG version for that resource to work properly. Please do make a note of any problems you encounter! |
My suggestion would be:
That's enough to be able to advertise Linux compatibility. The desktop integration can be partly handled by creating a |
Thanks, looks like it can run on macOS too with some minor modifications. Would you be able to post a screenshot of how it looks on Linux? |
Thanks for that! Looks like the UI elements are behaving sensibly. I've made the |
Sorry for the delay. The instruction to
Not sure why, because that file definitely exists. |
What is preventing this from running on Linux?
I've tried this on ubuntu:
I changed
import TkinterDnD2 as tkDnD
toimport tkinterdnd2 as tkDnD
(not sure why the case is different)I had to comment out
self.iconbitmap(resource_directory(ICON_FILE))
(not sure why but it gave the erroreven though that file definitely exists).
After that it seems to work ok.
The text was updated successfully, but these errors were encountered: