#[Solved] Element Failing To Launch
38 messages · Page 1 of 1 (latest)
Allows access to simple encryption and decryption of strings for storage on the local machine.
I could use kwallet but I would really prefer not to
im think keyrings require some setup beyond just installing
so maybe check that out
maybe you have to enable a systemd service
@verbal lintel forgot to piung
oh thanks
any idea what kind of setup I have to do for gnome keyring?
gnome keyring made a systemd service but it said it wasn't found when I tried enabling it
its a user service
try
systemctl --user enable --now gnome-keyring-daemon.socket
do I have to reboot
I rebooted and it still doesnt work
[waffler527@Anti-Pancake-LLC /home/waffler527] systemctl --user status gnome-keyring-daemon.socket
● gnome-keyring-daemon.socket - GNOME Keyring daemon
Loaded: loaded (/usr/lib/systemd/user/gnome-keyring-daemon.socket; enabled; preset:
enabled)
Active: active (listening) since Wed 2026-02-11 16:22:37 EST; 46s ago
Invocation: b427dc268ddf4469b197bdfd064432ef
Triggers: ● gnome-keyring-daemon.service
Listen: /run/user/1000/keyring/control (Stream)
Feb 11 16:22:37 Anti-Pancake-LLC systemd[1218]: Listening on GNOME Keyring daemon.
hm
@verbal lintel
and according to google this is not part of gnome keyring
so
sudo pacman -S libsecret
[waffler527@Anti-Pancake-LLC /home/waffler527] sudo pacman -S gnome-libsecret
[sudo] password for waffler527:
error: target not found: gnome-libsecret
I have that
[waffler527@Anti-Pancake-LLC /home/waffler527] pacman -Q libsecret
libsecret 0.21.7-1
I prefer to avoid AUR if possible
then i think you might have to try kwallet
alright
do note that since gnome keyring and kwallet both provides the same dbus socket, they are conflicting and you might have to uninstall gnome keyring too
[Solved] Element Failing To Launch