-
Notifications
You must be signed in to change notification settings - Fork 282
AppImage: .DirIcon is missing #409
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
Comments
That's known. I'm not sure how to fix it, because there is a lack of documentation about that. I hope I can comeup with a solution in the next few days, but I can't promise anything |
@marchellodev Another thing to mention: You app uses a very old hover version. You can update it (same go get command as to install) and then reinit the project |
@jld3103 is there a way to check the installed version of hover? upd: Yep, got it, thank you |
Maybe @probonopd could you explain to me how to create a correct |
Simply place a png in a Linux standard icon size (e.g., 128x128px) in |
Ok thanks. I hope that works |
@probonopd This document says that it needs be a symlink. That was what I tried, but I didn't get it to work. I think that document is outdated. |
@probonopd I'm using this command:
|
Please also copy the icon to |
Just launching the AppImage from the command line and then clicking on integrate and run. I guess that means it's running using appimaged? |
Sounds a lot like https://github.com/TheAssassin/AppImageLauncher. cc @TheAssassin |
Changed, as I could not find anything in the ROX AppDir description that would indicate it needs to be a symlink. |
@probonopd This is the full application with the correct icon layout (now files but also tried with symlinks, but got the same result). |
@probonopd @jld3103 any updates? |
I'm not sure how to proceed or even if the error I encounter is the same that you encouter |
@jld3103
This is an AppDir, not an AppImage. When I convert it to an AppImage like this:
the AppImage works well on Xubuntu 18.04.4 LTS, and it has the correct icon when the optional appimaged daemon is used for desktop integration (rather than AppImageLauncher which I don't use) both in the file manager and in the menu: So I think the AppImage is fine as it is, for a final check please submit it to AppImageHub so that the automated tests can run. Thank you very much 👍 If there are issues with AppImageLauncher please discuss them in https://github.com/TheAssassin/AppImageLauncher. |
Ok nice thanks. I'm not sure if I didn't read the documentation or if the documentation was wrong. Anyway I'm glad you helped me |
@probonopd Now I used appimaged (also uninstalled appimagelauncher) and put the AppImage under
I'm using the normal appimagetool and not the go appimagetool. That shouldn't make a difference, right? |
When using the go-appimagetool I get this:
|
I'm happy to look into this but please do open issues in the respective projects (the ones that crash) so that we don't mix up different things. |
I'm not sure if appimagelauncher and appimaged are the problems. Maybe it's just my wrong packaging? |
Ok I'm getting some error logs. I'll try to fix them and hope that it works then. Let's see |
But odd that the go-appimagetool reports misconfiguration while the normal appimagetool doesn't. |
Still the same. No clue what to do now. |
If you can write something down that I can reproduce I'll gladly help. (Especially since I am essentially moving everything to Go right now.) |
I'll try |
@probonopd With that PR the tool generates the attached folder and the packages it. After copying the AppImage to
Can you reproduce it? |
@marchellodev Can you try go-flutter-desktop/hover#115 and submit the AppImage to try if the check still fails? (You have to clone the branch and do a |
I think is not the fault of go-flutter or hover. |
From the message above, it looks like you are running into an issue in
Please report over at https://github.com/AppImage/appimaged/issues. I am using https://github.com/probonopd/go-appimage/tree/master/src/appimaged instead and as written and shown in #5, it works well there. So it seems https://github.com/AppImage/appimaged has a bug which https://github.com/probonopd/go-appimage/tree/master/src/appimaged does not have. |
This was built on Ubuntu 16.04 with @jld3103's pull request https://travis-ci.org/github/AppImage/appimage.github.io/builds/685028088 |
When trying to run it: |
That error is completely different from what this issue is about. |
Ok, that's fine |
Merged in go-flutter-desktop/hover@b9d881b |
If you do a The easiest way to do that is to read and run |
When trying to submit AppImage to AppImageHub, I am having this error:
FATAL: .DirIcon is missing in /tmp/.mount_BeingTQfaB4a
(link to a full log)
The text was updated successfully, but these errors were encountered: