You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-menuingredients:
dist: focalpackages: dvkbuntu-easy-menusources:
- 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.debppas:
- daniruiz/flat-remix
- papirus/papirus
- dvkbuntu/dvkbuntu-ppa-20.04script:
- 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
The text was updated successfully, but these errors were encountered:
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:
my yaml file is:
Can you help me please ?
I try the script pkg2appimage from legacy, from current main github or continu branch
The text was updated successfully, but these errors were encountered: