-
Notifications
You must be signed in to change notification settings - Fork 3
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
Please provide an AppImage for download #1
Comments
Please review the .travis.yml |
https://travis-ci.org/rahmanshaber/corebox/builds/348700469#L519 suggests that some more packages need to be installed in https://github.com/rahmanshaber/corebox/blob/master/.travis.yml#L11 such as |
ok. latest build finds all the dependencies . |
Latest error is:
Probably you need to install |
now what's the error ?? |
https://travis-ci.org/rahmanshaber/corebox/builds/348888136#L861 suggests that |
now now!!! is my corebox.desktop has some problem?? |
Great, it has been compiled successfully. Now,
|
now good?? `[Desktop Entry] Comment=A bunch of common desktop application |
Looks about right, but to be sure please run it through the |
is that an app?? |
hurray build is finished successfully. |
You need to tell the upload script to upload Line 31 in 67133de
So, replace |
any suggestion or example of upload.sh? |
Please change the line from
to
This is all you need to change in |
where it uploaded after build? |
https://travis-ci.org/rahmanshaber/corebox/builds/348940295#L1136 For this to work, you need to enable Travis CI for your repository as described here, if you haven't already done so. Also, You need to set up Once you have done that, it will show up on https://github.com/rahmanshaber/corebox/releases automatically after each It's really not hard to set up. |
please review the |
In the log file of the latest build I see:
Please make sure that the token is entered correctly into Travis CI, especially there are not extra blanks at the beginning or the end (this happens frequently). Best delete the token and enter it again, making sure there are no blanks at the beginning or the end. |
i don't think i will ever get there |
I think you are almost there, in fact. Only thing missing is the proper GitHub token in the Travis CI settings. |
Thanks for providing an AppImage. However, it likely was built on a too new version so that it refuses to run even on Ubuntu 16.04:
Please build on the oldest still-supported version of Ubuntu LTS, which is currently 14.04, thanks. Reference: |
thank for the information.
i chose apppimage because for dependencies problem.but what i am seeing
here is making me mad.
why the appimage is not including all this package?? any thing configure
that i missed??
i will try to make an appimage in ubuntu 18.04 when it release.
i want the latest qt for my app . so i think 18.04 will be the right
platform.
…On Mon, Mar 12, 2018 at 4:34 AM, probonopd ***@***.***> wrote:
Thanks for providing an AppImage. However, it likely was built on a too
new version so that it refuses to run even on Ubuntu 16.04:
$ /home/me/Downloads/CoreBox-x86_64.AppImage
/home/me/Downloads/CoreBox-x86_64.AppImage: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/.mount_CoreBousxMx2/lib/libQt5Core.so.5)
/home/me/Downloads/CoreBox-x86_64.AppImage: /lib/x86_64-linux-gnu/libz.so.1: version `ZLIB_1.2.9' not found (required by /tmp/.mount_CoreBousxMx2/lib/libpng16.so.16)
/home/me/Downloads/CoreBox-x86_64.AppImage: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/.mount_CoreBousxMx2/lib/libsystemd.so.0)
Please build on the oldest still-supported version of Ubuntu LTS, which is
currently 14.04, thanks.
Reference:
AppImage/appimage.github.io#449
<AppImage/appimage.github.io#449>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdZ0d6bsZ3FMZvmv5Azu5HkhsUmIqxBtks5tdaZcgaJpZM4Sa_m4>
.
|
Please build on the oldest still-supported version of Ubuntu LTS, which is currently 14.04, thanks.
While in theory you could bundle everything inside an AppImage, most people choose to not bundle basic system libraries that can be expected to be present on each target system (in order to get smaller AppImages and have less duplication of code). But this means that you need to compile on the oldest still-supported target system, because a Linux application can generally run on newer, but not on older systems than the one the application was compiled for. See https://en.wikipedia.org/wiki/Backward_compatibility
No. Please always use the oldest still-supported Ubuntu version, which is 14.04 at the moment. There is the latest Qt 5.9.x available for it as described in https://github.com/probonopd/linuxdeployqt/ |
thanks.
i will build the newer version in ubuntu 14.04.
another thing i have ask.
is there any way to set the font of the app?? i saw in appimage font is not
same as my build one.
…On Sat, Mar 17, 2018 at 5:48 PM, probonopd ***@***.***> wrote:
Please build on the oldest still-supported version of Ubuntu LTS, which is
currently 14.04, thanks.
why the appimage is not including all this package??
While in theory you could bundle *everything* inside an AppImage, most
people choose to *not* bundle basic system libraries that can be expected
to be present on each target system (in order to get smaller AppImages and
have less duplication of code). But this means that you need to compile on
the oldest still-supported target system, because a Linux application can
generally run on newer, but not on older systems than the one the
application was compiled for. See https://en.wikipedia.org/wiki/
Backward_compatibility
i want the latest qt for my app . so i think 18.04 will be the right
platform.
No. Please always use the oldest still-supported Ubuntu version, which is
14.04 at the moment. There is the latest Qt 5.9.x available for it as
described in https://github.com/probonopd/linuxdeployqt/
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdZ0d-eUcN5Nq38AczabmIA0wGI016Ncks5tfPf1gaJpZM4Sa_m4>
.
|
Do you mean the fonts from the Gtk+ theme with the "correct" fonts? |
yes |
This used to work in older Qt versions, but at least the more recent builds don't do this anymore. We are aware of the issue but don't have the solution yet, see AppImageCommunity/pkg2appimage#88. This is not limited to AppImage but a more general Qt question. |
Can you get corebox to build on Ubuntu 14.04 (trusty) on Travis CI using linuxdeployqt and Qt from https://launchpad.net/~beineri/+archive/ubuntu/opt-qt594-trusty similar to what is shown on https://github.com/probonopd/linuxdeployqt/blob/master/README.md#using-linuxdeployqt-with-travis-ci?
Please let me know if you are running into any issues.
The text was updated successfully, but these errors were encountered: