probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 414 forks source link

erreur while executing in ubuntu 18.04 #531

Closed abdessamad-abid closed 2 years ago

abdessamad-abid commented 2 years ago

when i execute :

/home/abid/Downloads/linuxdeployqt.AppImage /home/abid/developpement/c++/Qt/build-untitled-Desktop-Debug/untitled

i get this error:

linuxdeployqt  (commit aeafcd2), build 13 built on 2022-01-28 22:37:07 UTC
FHS-like mode with PREFIX, fhsPrefix: "/../.."
QDir::exists: Empty or null file name
ERROR: Error: Could not find app-binary ""
probonopd commented 2 years ago

Please supply a desktop file as the first argument, like in the examples.

abdessamad-abid commented 2 years ago

@probonopd how do i genrate the desktop file ?

probonopd commented 2 years ago

Please see the examples. Cannot reproduce the issue.