-
Notifications
You must be signed in to change notification settings - Fork 433
Since I include webEngine in my project I can't get a working appImage #311
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
Comments
At the moment, we're moving on to https://github.com/linuxdeploy/linuxdeploy https://github.com/linuxdeploy/linuxdeploy-plugin-qt. Please try those, and let us know if you have issues. AFAIK people have used linuxdeploy to build AppImages containing the Qt5 web engine. CC @azubieta. |
@obiwankennedy as I wrote there,
So you are saying it was not actually fixed. Hmm. Then you can try the manual workaround described in #34. @TheAssassin well, "moving on" is perhaps a bit much said at this time. (But at some point in the future we might eventually want to.) |
@probonopd you should maybe just try out linuxdeploy sometime soon. You'll see that it's ready to replace linuxdeployqt. |
For me it is when I have something to copy and paste like So maybe all that is missing is some documentation (copy-and-paste example). |
My opinion: Copy-paste examples are what create issues like "I have no clue what I'm doing but it stopped working and I am too lazy to read the documentation". But as not only you but also others request these things, I decided to write some example scripts (nothing like an "example Travis script", as Travis isn't used by everyone, but some shell scripts that should run everywhere, including the local computer, Travis and other public CI services). They will soon be available on https://docs.appimage.org. |
@obiwankennedy here you will find a working example of how to build an AppImage that makes use QWebEngine. |
Hello, I'm feeling some disturbance in the force, here. As we are here on linuxdeployqt github page. I would like to keep talking about it. Thanks for the other answers. I will try both solutions and I will make some feedbacks to both projects. The #34 is a bit unclear to read. May be the issue is on my side. I know that my qmake install rules are not really standard (or at least frequently tested). Btw, copy-and-paste examples are greats. To be honest, there are many tools to make packages. I selected the simplest in my point of view. As I'm used to work with official qt tools to deploy on windows and macos. I was glad to find a similar tool on linux. The parameters are the same (or try to be) so it sounds like a good plan. It was easy to make my first AppImage. It worked like a charm for a while. |
I can feel with you! Life is too short to read and understand X,000 tools and options. Stuff should "just work" in the way one expects it to work :-) Unfortunately I don't have time to work on linuxdeployqt much these days and the other team members rather wanted to rewrite it from scratch (I admit that the linuxdeployqt code is a bit messy since I had inherited it from macdeployqt). |
That actually doesn't work on Ubuntu 18.04 32-bit. linuxdeploy-plugin-qt-x86_64.AppImage 100%[=================================================================================================>] 4.83M 8.84MB/s in 0.5s 2018-11-08 09:06:27 (8.84 MB/s) - ‘linuxdeploy-plugin-qt-x86_64.AppImage’ saved [5066120/5066120] [code] |
@RolandHughes mind to open an issue at https://github.com/linuxdeploy/linuxdeploy-plugin-qt. Please provide sources or download link of the AppImage for inspection if possible. |
@RolandHughes this is the wrong project. You should report it in the right issue tracker, otherwise it will get lost. See @azubieta's comment for more information. |
I was just pointing out that it is a bad example.
1) It uses cmake which isn't installed by default.
2) It "assumes" a 64-bit build platform and pulls down the wrong
version of libdeployqt when run on a 32-bit system.
Quoting TheAssassin <[email protected]>:
… @RolandHughes this is the wrong project. You should report it in the
right issue tracker, otherwise it will get lost. See @azubieta's
comment for more information.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#311 (comment)
--
Roland Hughes, President
Logikal Solutions
(630) 205-1593
http://www.theminimumyouneedtoknow.com
http://www.infiniteexposure.net
http://www.johnsmith-book.com
http://www.logikalblog.com
http://www.interestingauthors.com/blog
http://lesedi.us
|
Uh oh!
There was an error while loading. Please reload this page.
I saw the bug #34 , but the solution is not clear. Does linuxdeployqt received the fix or do we have to copy stuff manually ?
I created my image on Ubuntu 16.04, I can start my AppImage on the computer which made it.
On my Ubuntu 18.04 is not working.
On another 16.04, I get Could not find QtWebEngineProcess
I use linuxdeployqt (download it 3 hours ago), and my application is compiled with Qt5.10.1.
Is there a way to produce AppImage with webengine ?
The text was updated successfully, but these errors were encountered: