Installatie op Arch Linux
Arch User Repository (AUR)
Als alternatief is er ook een officieel pakket voor QOwnNotes op AUR, het heet qownnotes.
U vindt het hier: QOwnNotes op AUR
Synchroniseer uw pakketdatabase en installeer het pakket met yay:
yay -S qownnotes
Tips
Als je de bouwtijd wilt versnellen, wil je misschien CCACHE en AUR lezen.
pacman
Voeg de volgende regels toe aan je /etc/pacman.conf with sudo nano /etc/pacman.conf:
[home_pbek_QOwnNotes_Arch_Extra]
SigLevel = Optional TrustAll
Server = http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch
Voer de volgende shell-opdrachten uit om de repository te vertrouwen:
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/x86_64/home_pbek_QOwnNotes_Arch_Extra.key -O - | sudo pacman-key --add -
sudo pacman-key --lsign-key F2205FB121DF142B31450865A3BA514562A835DB
If the command sudo pacman-key --lsign-key F2205FB121DF142B31450865A3BA514562A835DB fails with a message like: ERROR: FFC43FC94539B8B0 could not be locally signed., you could first find out the actual keyid of the downloaded key, i.e. with the command (and output):
gpg /path/to/downloaded/home_pbek_QOwnNotes_Arch_Extra.key
gpg: WARNING: no command supplied. Ik probeer te raden wat je bedoelt ...
pub rsa2048 2019-07-31 [SC] [expires: 2021-10-10]
F2205FB121DF142B31450865A3BA514562A835DB
uid home:pbek OBS Project <home:[email protected]>
U kunt nu uw pakketdatabase synchroniseren en het pakket installeren met pacman:
sudo pacman -Syy qownnotes
Tips
Je kunt deze repository natuurlijk ook gebruiken met andere op Arch Linux gebaseerde distributies, zoals Manjaro.
Tips
If QOwnNotes logs Could not write secret to keychain, install the missing Secret Service packages and restart your desktop session.
For GNOME and other Secret Service based desktops:
sudo pacman -S gnome-keyring libsecret seahorse
For KDE Plasma:
sudo pacman -S kwalletmanager kwallet
QOwnNotes will fall back to legacy encryption if the desktop keychain is unavailable.