Skip to content

Instantly share code, notes, and snippets.

@sirop
Created August 12, 2019 18:52
Show Gist options
  • Save sirop/65219ee347e0b1daeba11cd21f82e997 to your computer and use it in GitHub Desktop.
Save sirop/65219ee347e0b1daeba11cd21f82e997 to your computer and use it in GitHub Desktop.
desktop_enty_AppImage
[Desktop Entry]
Categories=Qt;Utility;
Comment[en_US]=TestHal remote UI client based on QtQuickVcp
Comment=TestHal remote UI client based on QtQuickVcp
#Encoding=UTF-8
Exec=TestHal
GenericName[en_US]=Machinekit Remote User Interfaces
GenericName=Machinekit Remote User Interfaces
Icon=TestHal
#MimeType=
Name[en_US]=TestHal
Name=TestHal
#Path=/home/cps/csp_app/testUI/build-TestHal-Desktop_Qt_5_12_4_GCC_64bit-Release
StartupNotify=true
Terminal=false
#TerminalOptions=
Type=Application
Version=1.0
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=
@sirop
Copy link
Author

sirop commented Aug 12, 2019


~/Downloads/linuxdeployqt-6-x86_64.AppImage \
/home/cps/csp_app/testUI/build-TestHal-Desktop_Qt_5_12_4_GCC_64bit-Release/usr/share/applications/TestHal.de
sktop \
-always-overwrite  -appimage  -qmake=/home/cps/Qt5.12.4/5.12.4/gcc_64/bin/qmake \
-qmlimport=/home/cps/Qt5.12.4/5.12.4/gcc_64/qml -no-translations -verbose=3 2>&1 | tee Log18.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment