Russell Greene

Results 104 comments of Russell Greene

_From @probonopd on January 11, 2017 17:9_ ``` me@host:~$ /home/me/Downloads/Chigraph-x86_64-a50a7b0.AppImage This application failed to start because it could not find or load the Qt platform plugin "xcb" in "". Available...

I'm working on it right now, I've make a few other appimages and not uploaded them. I'm getting it to work in CI so I can have a continously running...

Hey so I'm ready to start on this again-finally got all hardcoded paths out. I need to package some files in the lib dir (specificly the basic includes for clang...

_From @probonopd on March 2, 2017 7:0_ Compile everything you compile, including all your self-compiled binaries and libraries, with `PREFIX=/usr` but install to an AppDir using `make INSTALL_ROOT=appdir install` (qmake)...

Hey! So I've done a lot of work getting appimages to work and I have--for the most part. I setup a [continous build](https://github.com/chigraph/chigraph/releases) for it, but there is still one...

_From @probonopd on April 3, 2017 5:40_ @russelltg so, let's debug. First of all, please use a newer version of `appimagetool` because the `--appimage-extract` command is broken in your AppImage...

I am currently running linuxdeployqt (see my script [here](https://github.com/chigraph/chigraph/blob/master/scripts/appimage/appimage_recipie.sh)). Also I'm pretty sure libKF5Crash.so is being bundled: ```bash $ ./appimagetool-x86_64.AppImage ./chigraph/Chigraph-x86_64.AppImage --list | grep KF5Crash usr/lib/cmake/KF5Crash usr/lib/cmake/KF5Crash/KF5CrashConfig.cmake usr/lib/cmake/KF5Crash/KF5CrashConfigVersion.cmake usr/lib/cmake/KF5Crash/KF5CrashTargets-release.cmake usr/lib/cmake/KF5Crash/KF5CrashTargets.cmake...

You're right, there are some DLL issues. I'm looking into them right now, I think I shouldn't copy them in manually and just let linuxdeployqt do its work.

Alright so when running it natively (no appimage), strace spits out this relevant output: ``` stat("/home/russellg/projects/chigraph/build/bin/chi", {st_mode=S_IFREG|0755, st_size=46456432, ...}) = 0 fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 3), ...}) = 0 write(1, "/home/russellg/projects/chigraph"...,...

_From @probonopd on April 4, 2017 5:54_ Maybe chi has dependencies that also need to be bundled? Does chi in the AppImage run if you invoke it manually?