Skip to content

A simple GUI tool to create and edit desktop files, designed for Deepin.

License

Notifications You must be signed in to change notification settings

zty199/desktop-entry-editor

Repository files navigation

desktop-entry-editor (forked from linuxdeepin/desktop-entry-editor)

Chinese | English

A simple GUI tool to create and edit desktop files, designed for Deepin.

Dependencies

  • qtbase5-dev

  • qttools5-dev-tools

  • libdtkcore-dev (>= 5.0)

  • libdtkgui-dev (>= 5.0)

  • libdtkwidget-dev (>= 5.0)

  • libqt5xdg-dev

  • fakeroot

Build

mkdir -p build
qmake desktop-entry-editor.pro -spec linux-g++ CONFIG+=qtquickcompiler -o build
make -C build -j$(nproc)

or

dpkg-buildpackage -Zxz -rfakeroot -b -uc -us -j$(nproc)

Credit

linuxdeepin https://github.com/linuxdeepin/desktop-entry-editor

linuxdeepin https://linuxdeepin.github.io/dtk/

deepin-opensource https://gitee.com/deepin-opensource/DtkDemo