Organizer is a Qt lightweight personal information manager.
It is maintained by the LXQt project but can be used independently from this desktop environment.
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 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
- ${misc:Depends},
- ${shlibs:Depends}
- lxqt-organizer-l10n (not implemented yet)
- lxqt-qtplugin
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.
Not available yet - will come soon, when we implemented the translation system.