The officially official Devuan Forum!

You are not logged in.

#1 2026-06-16 08:32:23

chomwitt
Member
From: Greece
Registered: 2019-09-24
Posts: 222  
Website

Authorization required in Gajim

Release : Excalibur
DS+WM : Xorg , XFCE

When i start Gajim i see:

Authorization required is Gajim. The login keyring did not get unlocked when you logged into your computer.
Password:

The same message i see starting google-chrome


Devuan(Excalibur)  DS+WM: XorgX11server+StumpWM

@ devuanwiki/Chomwitt

Offline

#2 2026-06-16 10:23:35

Calamity
Member
Registered: 2021-10-23
Posts: 75  
Website

Re: Authorization required in Gajim

Probably caused by gnome-keyring. I always found it useless, annoying and glitchy - it's one of the things I remove immediately after OS installation.


Re-examine all that you have been told. Dismiss that which insults your soul.  - Walt Whitman
Dump shampoo and hair dye
Global SkywatchSubliminal Manipulation

Offline

#3 2026-06-16 13:18:02

greenjeans
Member
Registered: 2017-04-07
Posts: 1,659  
Website

Re: Authorization required in Gajim

Probably caused by gnome-keyring. I always found it useless, annoying and glitchy - it's one of the things I remove immediately after OS installation.

Guaranteed. I get rid of it too.


https://sourceforge.net/projects/vuu-do/ Vuu-do GNU/Linux, Devuan-based Openbox systems.
Devuan 6 mate-mini iso, pure Devuan, 100% no-vuu-do, mostly wink
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
https://devuanusers.com/

Offline

#4 2026-06-17 11:17:05

Altoid
Member
Registered: 2017-05-07
Posts: 2,055  

Re: Authorization required in Gajim

Hello:

greenjeans wrote:

... get rid of it too.

Ditto.

Best,

A.

Offline

#5 2026-06-18 07:57:48

chomwitt
Member
From: Greece
Registered: 2019-09-24
Posts: 222  
Website

Re: Authorization required in Gajim

$ sudo apt-get purge gnome-keyring
$ dpkg -l  | grep keyring
ii  debian-archive-keyring                              2025.1                               all          OpenPGP archive certificates of the Debian archive
ii  devuan-keyring                                      2025.08.09                           all          OpenPGP certificates used by the Devuan repository
ii  gnome-keyring-pkcs11:amd64                          48.0-1                               amd64        GNOME keyring module for the PKCS#11 module loading library
ii  libpam-gnome-keyring:amd64                          48.0-1                               amd64        PAM module to unlock the GNOME keyring upon login
ii  python3-keyring                                     25.6.0-2                             all          store and access your passwords safely

I'm not sure it's related to my issue. For example google-chrome presents the same message and gajim (if purged (and its .config dir)) and then if i started again after i try to enter my account for a server the same message will appear. If i hit cancel the dialogue dissapear but my xmpp acoount wont still login.
If i choose yes i get a dialogue window:

Title : KDE wallet service :
/usr/bin/gajim requested the creation of a kdewallet ....

If i manage to login (without enabling kde waller -- yes that happened!) the next time i start gajim i get near my xfce notifacation area the message 'password not found authentication failed' and although i can see my contacts i am offline and trying to get online i get the same notification message.

Also shouldnt  $sudo apt-get purge gajim    delete the config files too. I purged it. I reninstalled it and my contacts were there.
Indeed:

~/.config/gajim$ ls
pluginsconfig  settings.sqlite  theme

ps: it not my writing that is messed up..  :-)

Last edited by chomwitt (2026-06-18 08:37:29)


Devuan(Excalibur)  DS+WM: XorgX11server+StumpWM

@ devuanwiki/Chomwitt

Offline

#6 Today 16:35:57

Ryccardo
Member
Registered: Today
Posts: 1  

Re: Authorization required in Gajim

chomwitt wrote:

Also shouldnt  $sudo apt-get purge gajim    delete the config files too.

No, it removes Conffiles, that's more than 2 characters of difference than "config files" smile
Conffiles at face value means any file explicitly listed as such by the packager, and while the intention is, in fact, to handle a program's settings I don't think it's expected to reach into user-specific configuration* and even less so into non-configuration "application data", with the distinction between the two not always being clear or practical to implement as you can see by comparing ~/.config with ~/.local !

* It's not particularly hard to implement something such as "rm -R .config/pizza from every user's home folder", but 1- I don't think there's a mechanism to declare that as conffiles, 2- it's not an unreasonable opinion that a package manager, aka "installing a program", should not affect user files smile

As for the original problem I'm not sure of the direct cause but:
- You can delete your keyring from ~/.local/share/keyrings/* (but of course it could be recreated by a program trying to use it to save passwords or the like)
- Getting the login keyring to unlock, if you actually wanted gnome-keyring, is done by a PAM module (check `sudo pam-auth-update`) and/or your Xsession (check, for Xfce, applications/settings/session&startup, both the individual autostart programs and the "launch Gnome services on startup")
- It doesn't work intentionally if you autologin, this can probably be changed by screwing around with PAM options but ain't nobody got time for that (so I also consider it a nuisance like policykit/logind/etc pushed by people who think PCs are commonly used simultaneously by different people...)
- Gajim may or may not support an alternative to gnome-keyring and kwallet (ie being its own password manager, like most browsers and email clients can)

Good luck!

Offline

Board footer