Russell Greene

Results 104 comments of Russell Greene

Now just to get `chi run` to work :)

_From @probonopd on December 4, 2016 12:36_ For [AppImage](http://appimage.org/), have a look at https://github.com/probonopd/linuxdeployqt. You could use it to bundle your application as part of your Travis CI runs. Check...

Looks really cool! I almost got it working, just one more thing. Because I am using KXmlGui, I need to be able to package the .rc file in share/kmlgui5/chiggui/chigguiui.rc How...

_From @probonopd on December 4, 2016 19:19_ For now, you can try copy it to the target location manually. Can you upload the (non-working) AppImage for analysis? I would like...

Yeah no problem. When you run it you get ``` cannot find .rc file "chigguiui.rc" for component "chiggui" ``` Here is the image (it was too big for github): https://www.dropbox.com/s/w7j3knsvj8ie98i/Application-x86_64.AppImage?dl=0

_From @probonopd on December 4, 2016 19:31_ When I run this, I get ``` This application failed to start because it could not find or load the Qt platform plugin...

_From @probonopd on December 4, 2016 19:33_ Back to the .rc file "chigguiui.rc" for component "chiggui" issue: Can you define it in a Qt resource file like in the example...

I've never setup a qrc file before, so I had to look up some docs and I'm still not entirely sure I did it right. It still doesn't work so...

_From @probonopd on December 4, 2016 20:14_ > I never got the original error you got You will only get it if you run the AppImage on a system with...

Aah makes sense