Skip to content

Yue-Lan/desktop-file-memos

Repository files navigation

desktop-file-memos

A desktop classification app on Linux.

See also README_CN.md

installing on ubuntu

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

for gtk-theme

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

build depends

  • qt5-default
  • libqt5x11extra5-dev
  • libx11-dev
  • libglib2.0-dev

build && test

  • mkdir build && cd build
  • qmake ..
  • make
  • ./desktop-file-memos

auto start && and start in menu

  • 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

screenshot

demo

demo

start in menu

start in menu

tray menu

tray menu

titlebar menu

titlebar menu

About

A desktop classification app on Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published