8000 GitHub - DatabasesWorks/organizer: Personal Information Manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DatabasesWorks/organizer

 
 

Repository files navigation

Organizer

Overview

Organizer is a Qt lightweight personal information manager.

It is maintained by the LXQt project but can be used independently from this desktop environment.

screenshot

Compiling source code

Please do not do this on production systems

mkdir build  
cd build  
cmake ..
make
su (or sudo)
make install

Organizer is installed to /usr/local/bin

Note: If upgrading from a previous version you need to remove the previous version (as root) located at

/usr/local/bin/organizer

and rename (or remove) the 'organizerdb.sqlite' database in your home directory. Make sure to export contacts and then import them into the new version.

Binary packages

Binary packages are available as snap packages and in the Arch User Repository (AUR)

To test the latest successful build use:

sudo snap install --edge lxqt-organizer-snap

To remove use:

sudo snap remove lxqt-organizer-snap

It can be installed using yay as shown below.

yay -S lxqt-organizer

Runtime Dependencies

  • ${misc:Depends},
  • ${shlibs:Depends}

Runtime Recommends

  • lxqt-organizer-l10n (not implemented yet)
  • lxqt-qtplugin

Binary packages

Official binary packages are not available in the moment.
One could find the initial packaging for Debian here:
https://salsa.debian.org/lxqt-team/lxqt-organizer

Arch AUR will come soon.

Translation (Weblate)

Not available yet - will come soon, when we implemented the translation system.

About

Personal Information Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • CMake 2.0%
  • C 0.2%
0