-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
.DirIcon is missing in the AppImage #52
Comments
There is a new installation procedure since there were many problems due to AppImage packaging. Right now the best way to install this Application is to use the install.sh script. Read the README.md for more information. I will close this since AppImage is not the recommended way anymore for running Yin-Yang. |
Sorry to hear that. Is there anything that I could help with? |
If you have any experience with packaging I would be more than grateful to have some help packaging this application for Major Distros and provide a .deb .rpm. I have no experience at all and just used some hacky workarounds at the time. I had some problems with AppImage in the past and since this tool is manipulating the system I guess it would be a smart move to package this as a system package instead of an AppImage. |
Hi @daehruoydeef I know nothing about deb and rpm and I find them way too restrictive (you can't even move applications around on the disk or have multiple versions in parallel), this is why I invented AppImage.
I'm here to help you with those! |
Wow ok, so let's make this happen. I guess the last error is related to the fact that I tried to package it with the python pyqt version. This resulted in Yin-Yang not knowing about the system status of QT and using it's own version. I would be really happy to see how a proper AppImage with qt should be build for this Application. I remember that I struggled to get a working AppImage version and found it easier to write a installer myself. However this is probably due to the fact that I have a poor understanding of AppImage in general. |
|
I basically used PyInstaller to create a binary file and used that Binary to create the AppImage out of. I did not mixed QT parts inside out by purpose and do not know how to prevent this behavior basically.
Does that mean I dynamically change the theme because i am using a "sandboxed" version of qt? Can you point me to a AppImage that does use PyQt, I am having a hard time to understand how everything should work together. |
Hi @daehruoydeef a very prominent one is the Ultimaker Cura AppImage. But you don't have to do everything by hand (which can be quite tedious), there are now tools that can greatly simplify the process. Here are two:
Please ask in those projects in case the tools are not self-explanatory. Thanks for making an AppImage! |
Hi, thanks for making an AppImage. However, it is missing the
.DirIcon
file. Please see electron-userland/electron-builder#3988.Reference:
AppImage/appimage.github.io#2007
The text was updated successfully, but these errors were encountered: