-
Notifications
You must be signed in to change notification settings - Fork 0
Home
devlinman edited this page Feb 3, 2026
·
17 revisions
- Check Notes for important information.
- Check Config Files for information about configuration of the App.
- Check Paths for information about file paths and storage locations used by the App.
-
Check build with PKGBUILD (dev) for information on building using PKGBUILD and makepkg, on Arch.
-
- This is different from AUR PKGBUILD. This is meant for development purposes.
-
Check build-from-source for information on building using
git cloneand CMake. -
- This is useful for building for other distributions.
- For information related to Memory consumption, check Memory.
- Information about Tray Indicator.
- Information about Logging.
- Check send-message-protocol for information about how send-message is handled.
- Check your licensing with a command like this:
$ pacman -Qi qt6-webengine | grep License -A1
Licenses : GPL-3.0-only LGPL-3.0-only LicenseRef-Qt-Commercial Qt-GPL-exception-1.0
Groups : qt6created by devlinman