You are not logged in.

#1 2022-07-03 21:28:41

sa6ta6ni6c
Member
Registered: 2022-07-03
Posts: 15

[SOLVED] KDE wallet problem on a fresh arch linux install

My user password was set correctly so I can use sudo in terminal. However I get 'Auth failure please try again" when launching any gui application. Screenshot: https://ibb.co/8Mm529y

Last edited by sa6ta6ni6c (2022-07-04 06:49:28)

Offline

#2 2022-07-03 23:02:34

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,267

Re: [SOLVED] KDE wallet problem on a fresh arch linux install

That's not up to the KDE wallet but up to polkit. Polkit by default  considers users that are part of the wheel group users that can and should be prompted for their password. So either add your user to the wheel group, or adjust the rules that make polkit consider your user an admin: https://wiki.archlinux.org/title/Polkit … identities

Offline

#3 2022-07-03 23:19:45

sa6ta6ni6c
Member
Registered: 2022-07-03
Posts: 15

Re: [SOLVED] KDE wallet problem on a fresh arch linux install

V1del wrote:

That's not up to the KDE wallet but up to polkit. Polkit by default  considers users that are part of the wheel group users that can and should be prompted for their password. So either add your user to the wheel group, or adjust the rules that make polkit consider your user an admin: https://wiki.archlinux.org/title/Polkit … identities

That worked, but I still cant use su in zsh, it says that my password is invalid

Offline

#4 2022-07-04 01:00:34

Adriik
Member
From: Argentina
Registered: 2022-03-10
Posts: 134
Website

Re: [SOLVED] KDE wallet problem on a fresh arch linux install

but I still cant use su in zsh

su asks root password, not user password.

From su wiki page:

By default, when running as a regular user, you will be prompted for the password of the user you are attempting to become. When running su as root, no password is required.

If no username is passed, su assumes the root user, and the password for which you are prompted will be that of root.


I'm just someone. Please use [code] [/code] tags.

Offline

#5 2022-07-04 06:48:35

sa6ta6ni6c
Member
Registered: 2022-07-03
Posts: 15

Re: [SOLVED] KDE wallet problem on a fresh arch linux install

Thank you!

Offline

Board footer

Powered by FluxBB