A light weight calculator app write by Qt.
Origin calculator | Full calculator |
---|---|
![]() |
![]() |
See in releases.
cd /home/quang/Projects/QT6/banPhimHost/build-banPhimHost-Desktop-Release
cmake --install . --prefix /home/quang/AppDir/usr
Tạo file AppDir/banPhimHost.desktop
:
cd ~
cat > AppDir/banPhimHost.desktop <<EOF
[Desktop Entry]
Type=Application
Name=Calculator
Exec=usr/bin/banPhimHost
Icon=banphimhost
Categories=Utility;
EOF
Giả sử icon của bạn là banphimhost.png
kích thước 256x256:
cp path/to/banphimhost.png AppDir/
Đảm bảo tên file là
banphimhost.png
, trùng vớiIcon=banphimhost
trong file.desktop
.
wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
chmod +x linuxdeployqt-continuous-x86_64.AppImage
Điều này rất quan trọng nếu bạn không dùng Qt6 cài từ hệ thống.
export PATH=/home/quang/qt6/host/bin:$PATH
./linuxdeployqt-continuous-x86_64.AppImage AppDir/usr/bin/banPhimHost -appimage
./Calculator-x86_64.AppImage