Alessandro
Alessandro
Yes, I agree that this is a pretty important aspect of the `.akira` file format. Is this part of the work you're doing on #110 ?
Thanks guys, I will definitely package it as an AppImage to make it available and usable in every distro. I'm working on the first pre-alpha draft, and actually, I decided...
@probonopd Does this work with Vala and CMake apps as well? I'm not using Qt anymore.
Hi @probonopd, I'm trying to build an AppImage for Akira but it keeps failing. Here's the file: https://github.com/Alecaddd/Akira/blob/appimage/.travis.yml
By default is installing old versions of the required dependencies. Is this related to the fact that I need to compile for `trusty`? ``` Found gtk+-3.0, version 3.10.8 -- Found...
@probonopd I'm adding all the necessary PPAs and travis seems to install everything correctly, but the process exits with this error: ``` iconToBeUsed: "/home/travis/build/Alecaddd/Akira/appdir/usr/share/icons/hicolor/64x64/apps/com.github.alecaddd.akira.svg" ERROR: Could not copy "/home/travis/build/Alecaddd/Akira/appdir/usr/share/icons/hicolor/64x64/apps/com.github.alecaddd.akira.svg" to...
There you go: https://travis-ci.org/Alecaddd/Akira/builds/320772567 Thanks for taking the time to check this
Thanks for checking, be sure to build off of the `appimage` branch. I removed methods and features not supported by those packages version
Lowered the target to `trusty` but I get the same error with the missing icon.
Oh wow, that's a good sign! Can you make a PR to the `appimage` branch with the edits you made to make it work? With that, I can start tweaking...