-
Notifications
You must be signed in to change notification settings - Fork 12
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
Correct desktop file missing in AppImage #10
Comments
Ok, I'll see it soon. THX |
Hi, @probonopd. I tried to appimager this app today correcting .dektop file, and is not possible for me. In the past manually yes. 1.Can you help me with travis method forking last commit like before? I want to use latest qt libs from the popular ppa. For now only debianize with launchpad. Thanks in advance!! |
I did this: Cannot compile because it needs a compiler newer than what comes with Ubuntu xenial: |
What a quick answer! You live in git!! |
You are welcome. |
Exact steps without travis and 5.14.2 libs If there are errors the qt version selected may be 5.9.5 for example? Please This project compiled with 5.14.1 https://github.com/swl-x/MystiQ/blob/master/.travis.yml How can I modify this travis.yml? |
Oh, you are interested in https://github.com/AppImageCrafters/appimage-builder. Then @azubieta should answer, because he knows best about it. |
@adgellida hi! Check the appimage-builder tutorial for a simple way of generating a recipe for your app. Feel free to ask anything else you need. |
Just to be clear, if you are using https://github.com/AppImageCrafters/appimage-builder then my comments from above regarding "Develop and compile on Ubuntu xenial. Do not add ppas to the system" do not apply because @azubieta found a clever solution that solves this. 👍 |
Thanks, I'll try asap |
This is clearly wrong:
Please put the correct desktop file into the AppDir at
usr/share/applications/ubunsys.desktop
(If needed, changemake install
to do this), and delete all instances ofdefault.desktop
placeholders.Please make sure that your desktop file passes
desktop-file-validate
without any errors and does not have any absolute paths, e.g., to/usr/bin
or/usr/share
.Reference:
https://travis-ci.org/AppImage/appimage.github.io/builds/273757928#L721
The text was updated successfully, but these errors were encountered: