Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

gkbd-keyboard-display always extended?

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
cgecastro
Posts: 28
Joined: 2009-03-19 10:43
Has thanked: 1 time
Been thanked: 1 time

gkbd-keyboard-display always extended?

#1 Post by cgecastro »

Hello,

Does the gkbd-keyboard-display change to reflect the currently selected keyboard type or does it always show an exteded keyboard?
If it does, why would it not be showing my MacBook79 keyboard?
debian 12 gnome wayland
keyboard-mac_pt_PT.png

User avatar
ruwolf
Posts: 643
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 41 times
Been thanked: 30 times

Re: gkbd-keyboard-display always extended?

#2 Post by ruwolf »

What do you see in:

Code: Select all

cat /etc/default/keyboard

cgecastro
Posts: 28
Joined: 2009-03-19 10:43
Has thanked: 1 time
Been thanked: 1 time

Re: gkbd-keyboard-display always extended?

#3 Post by cgecastro »

I see this:

Code: Select all

BACKSPACE="guess"
XKBMODEL="macbook79"
XKBLAYOUT="pt"
XKBVARIANT="mac"
XKBOPTIONS=""

User avatar
ruwolf
Posts: 643
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 41 times
Been thanked: 30 times

Re: gkbd-keyboard-display always extended?

#4 Post by ruwolf »

And what about these?

Code: Select all

dconf read /org/gnome/desktop/input-sources/sources

Code: Select all

dconf read /org/gnome/desktop/input-sources/xkb-options

cgecastro
Posts: 28
Joined: 2009-03-19 10:43
Has thanked: 1 time
Been thanked: 1 time

Re: gkbd-keyboard-display always extended?

#5 Post by cgecastro »

This is the output of those commands:

dconf read /org/gnome/desktop/input-sources/sources
[('xkb', 'pt+mac'), ('xkb', 'es')]

dconf read /org/gnome/desktop/input-sources/xkb-options
['lv3:ralt_switch', 'compose:rwin']

User avatar
ruwolf
Posts: 643
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 41 times
Been thanked: 30 times

Re: gkbd-keyboard-display always extended?

#6 Post by ruwolf »

Do you know, why with pt layout there is mac variant, but es layout is alone? (Your intention or mistake?)

I am sorry, but without X11 it is poorly documented, so I try to search it hard.
These are also other gnome settings for keyboard including model; do they show something for you?

Code: Select all

dconf dump /org/gnome/libgnomekbd/keyboard/

cgecastro
Posts: 28
Joined: 2009-03-19 10:43
Has thanked: 1 time
Been thanked: 1 time

Re: gkbd-keyboard-display always extended?

#7 Post by cgecastro »

I'm sorry for the late reply!
I added the es keyboard to check if it was a problem with the pt-mac layout, but it displays the same

the command has no output

Code: Select all

dconf dump /org/gnome/libgnomekbd/keyboard/
Without the /keyboard/ at the end this is the output

Code: Select all

dconf dump /org/gnome/libgnomekbd/
height=427
width=984
x=160
y=100

Post Reply