keyboard permission problem

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
gerard_bekking
Level 1
Level 1
Posts: 10
Joined: Mon Jul 29, 2013 8:31 am

keyboard permission problem

Post by gerard_bekking »

Hardware HP 840 G3 (16GB ram intel i7)
Operating system Linux Mint 20.2
Root account on the system (can login as root)
User/administrating account on the system (login as user)

If I login as user I doe not have permission to add keyboard lay-outs. If I login as Root I do have that permission.
How can I change that.
When I first installed mint 20 I had no problem adding keybords.

Thanks for looking in to this.

Gerard
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Jo-con-Ël
Level 11
Level 11
Posts: 3589
Joined: Sun Jun 20, 2021 12:41 pm
Location: donde habita el olvido

Re: keyboard permission problem

Post by Jo-con-Ël »

You did not mention desktop installed. Post back following code reult

Code: Select all

inxi -Fxxxzr
To discard permission problems, from a normal user session run following code

Code: Select all

find $HOME -not -user $USER -exec ls -lad {} \;
If there is any file listed run

Code: Select all

sudo chown -R $USER:$USER $HOME
Then try to add/change keyboard layout.
Arrieritos semos y en el camino nos encontraremos.
Locked

Return to “Software & Applications”