Skip to content
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

Could not find QtWebEngineProcess #469

Open
Paullux opened this issue Mar 26, 2021 · 1 comment
Open

Could not find QtWebEngineProcess #469

Paullux opened this issue Mar 26, 2021 · 1 comment
Labels

Comments

@Paullux
Copy link

Paullux commented Mar 26, 2021

Hello,

I would like create an AppImage from one of my deb package, but i have always the same issue when i want launch my AppImage from another PC without Kubuntu, you can see the terminal error line:

ref: assertion 'object != NULL' failed
Could not find QtWebEngineProcess
Abandon (core dumped)

my yaml file is:

app: dvkbuntu-easy-menu
ingredients:
  dist: focal
  packages: dvkbuntu-easy-menu
  sources: 
    - deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
    - deb http://download.opensuse.org/repositories/home:/be-root:/nocomprendo/xUbuntu_20.04/
  debs: /home/paul/dvkbuntu-ppa-20.04/dvkbuntu-easy-menu_4.7-0_amd64.deb
  ppas: 
    - daniruiz/flat-remix
    - papirus/papirus
    - dvkbuntu/dvkbuntu-ppa-20.04
script:
  - mkdir -p Images/
  - cp /home/paul/qtcreator_project/dvkbuntu-easy-menu-qt/Images/EasyMenu_Icone.svg Images/
  - cp /usr/share/icons/hicolor/256x256/apps/dvkbuntu-easy-menu.png .
  - cat > dvkbuntu-easy-menu.desktop <<EOF
  - [Desktop Entry]
  - Name=Easy menu
  - Exec=dvkbuntu-easy-menu-qt
  - Terminal=false
  - Type=Application
  - Icon=dvkbuntu-easy-menu.png
  - StartupWMClass=Easy menu
  - Comment=Easy menu est un menu ayant pour but de simplifier l’ensemble des usages classiques d’un ordinateur pour les personne rencontrant des difficultés avec l’informatique.
  - Categories=Utility;
  - EOF

Can you help me please ?

I try the script pkg2appimage from legacy, from current main github or continu branch

@probonopd
Copy link
Member

probonopd commented Mar 26, 2021

Hello @Paullux, thanks for looking into making an AppImage.

You would have to also bundle QtWebEngineProcess and its dependencies. But that's probably too complex for pkg2appimage. Another tool such as https://github.com/probonopd/go-appimage/tree/master/src/appimagetool appimagetool deploy may be able to do the job with less manual work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants