A desktop classification app on Linux.
See also README_CN.md
It provides a ppa for ubuntu's installtion. After the installation is completed you need to start it manually, or log out and log in again. It will start automatically.
- sudo add-apt-repository ppa:larue/experiment-apps
- sudo apt-get update
- sudo apt-get install desktop-file-memos
There is a qt official plugins package which named 'qt5-gtk-platformtheme', this is a recommend package of this project. If your desktop is gtk-based and you want this application use your system theme. You need:
- sudo apt install qt5-gtk-platformtheme
- qt5-default
- libqt5x11extra5-dev
- libx11-dev
- libglib2.0-dev
- mkdir build && cd build
- qmake ..
- make
- ./desktop-file-memos
- sudo cp desktop-file-memos /usr/bin
- sudo cp desktop-file-memos.desktop /etc/xdg/autostart
- sudo cp desktop-file-memos.desktop /usr/share/applications