Closed probonopd closed 5 years ago
As first portability test run successfully,...
... I try build AppImage again:
But has something wrong with coping astree.desktop
file into /usr/share/applications/astree.desktop
How should I solve this issue?
I am now getting
The command "qmake CONFIG+=release PREFIX=/usr" exited with 1.
. https://travis-ci.com/probonopd/Astree/builds/123605406
Here is how I an trying to compile it: https://github.com/probonopd/Astree/blob/96ae25cb7afb01758337a345933b7c16078ed1f4/.travis.yml
@edeforas how can I compile this using qmake
Qt 5?
Hello,
Thanks, i appreciate the idea to create portable apps under linux! Will do my best for Astree By the way , how do we store the data files ( i.e. glass catalog?) , near the executable?
Le dim. 18 août 2019 à 16:53, probonopd notifications@github.com a écrit :
I am now getting
The command "qmake CONFIG+=release PREFIX=/usr" exited with 1.. https://travis-ci.com/probonopd/Astree/builds/123605406
Here is how I an trying to compile it:
https://github.com/probonopd/Astree/blob/96ae25cb7afb01758337a345933b7c16078ed1f4/.travis.yml
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/edeforas/Astree/issues/22?email_source=notifications&email_token=AEBQLGYETGQEKYMQ56PLVL3QFFPAJA5CNFSM4IMLNRKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4RBUXY#issuecomment-522328671, or mute the thread https://github.com/notifications/unsubscribe-auth/AEBQLG5ILHXVYFH7RGMLTULQFFPAJANCNFSM4IMLNRKA .
Astree should check next paths on Linux:
/usr/share/astree/glass/
- for normal Linux install/usr/share/astree/samples/
- for normal Linux install~/.local/share/astree/glass/
- for user created data~/.local/share/astree/samples/
- for user created dataAppImage should export distributed data (glass
and samples
) to ~/.local/share/astree/{glass|samples}/
and will use it.
As I see compilation still broken.
So, @edeforas try additinally include next PPA in .travis.yml
(in before_install
section) for get GCC 9 for Ubuntu 14.04
I want to avoid that because it possibly introduces new runtime dependencies not present in Ubuntu 14.04 out of the box. Ubutnu 16.04 would also be an acceptable target system at this point, since 14.04 is no longer supported by Canonical.
@azubieta now has a solution where you don't need Ubuntu 16.04: https://github.com/AppImageCrafters/appimage-builder
Thanks!
Will try. Got also a Linux user so will have more tests.
Le ven. 8 mai 2020 à 08:48, probonopd notifications@github.com a écrit :
@azubieta https://github.com/azubieta now has a solution where you don't need Ubuntu 16.04: https://github.com/AppImageCrafters/appimage-builder
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/edeforas/Astree/issues/22#issuecomment-625664930, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEBQLGZ4GA6W36SSZSOLUR3RQOTMDANCNFSM4IMLNRKA .
Tried to build like this: https://github.com/probonopd/Astree/blob/96ae25cb7afb01758337a345933b7c16078ed1f4/.travis.yml
Full build log: https://travis-ci.com/probonopd/Astree/builds/123544056