unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#48549: Can't change keyboard layout in Xfce
@ 2021-05-20 21:22 Maxim Cournoyer
  2023-08-25 10:39 ` 宋文武 via Bug reports for GNU Guix
  0 siblings, 1 reply; 5+ messages in thread
From: Maxim Cournoyer @ 2021-05-20 21:22 UTC (permalink / raw)
  To: 48549

Hello,

In a VM image such as the one we offer for download here:
https://ftp.gnu.org/gnu/guix/guix-system-vm-image-1.3.0.x86_64-linux.qcow2
or manually built with

$ guix system image --image-size=20G -t qcow2 gnu/system/examples/vm-image.tmpl

it is not possible to switch the keyboard layout (it sticks to the
default English US one) via the provided GUI (xfce4-keyboard-settings).

Looking at dbus-monitor, we can see that it sends the following D-Bus
messages to xfconf, the configuration manager of Xfce:

--8<---------------cut here---------------start------------->8---
method call time=1621544143.298985 sender=:1.31 -> destination=:1.3 serial=21 path=/org/xfce/Xfconf; interface=org.xfce.Xfconf; member=SetProperty
   string "keyboard-layout"
   string "/Default/XkbLayout"
   variant       string "us,ara,et"
method call time=1621544143.299068 sender=:1.31 -> destination=:1.3 serial=22 path=/org/xfce/Xfconf; interface=org.xfce.Xfconf; member=SetProperty
   string "keyboard-layout"
   string "/Default/XkbVariant"
   variant       string "dvorak,,"
method return time=1621544143.299121 sender=:1.3 -> destination=:1.31 serial=425 reply_serial=21
signal time=1621544143.299139 sender=:1.3 -> destination=(null destination) serial=426 path=/org/xfce/Xfconf; interface=org.xfce.Xfconf; member=PropertyChanged
   string "keyboard-layout"
   string "/Default/XkbLayout"
   variant       string "us,ara,et"
method return time=1621544143.299192 sender=:1.3 -> destination=:1.31 serial=427 reply_serial=22
signal time=1621544143.299209 sender=:1.3 -> destination=(null destination) serial=428 path=/org/xfce/Xfconf; interface=org.xfce.Xfconf; member=PropertyChanged
   string "keyboard-layout"
   string "/Default/XkbVariant"
   variant       string "dvorak,,"
--8<---------------cut here---------------end--------------->8---

There doesn't seem to be a problem up to this point.

We'd need to continue the investigation with what xfconf does following
the received D-Bus messages.

Thanks,

Maxim




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#48549: Can't change keyboard layout in Xfce
  2021-05-20 21:22 bug#48549: Can't change keyboard layout in Xfce Maxim Cournoyer
@ 2023-08-25 10:39 ` 宋文武 via Bug reports for GNU Guix
  2023-08-26 16:21   ` Maxim Cournoyer
  0 siblings, 1 reply; 5+ messages in thread
From: 宋文武 via Bug reports for GNU Guix @ 2023-08-25 10:39 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 48549-done

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hello,
>
> In a VM image such as the one we offer for download here:
> https://ftp.gnu.org/gnu/guix/guix-system-vm-image-1.3.0.x86_64-linux.qcow2
> or manually built with
>
> $ guix system image --image-size=20G -t qcow2 gnu/system/examples/vm-image.tmpl
>
> it is not possible to switch the keyboard layout (it sticks to the
> default English US one) via the provided GUI (xfce4-keyboard-settings).


Hello, i find that select the layout won't make it active, but you have
to move it to the top row.  Closing now, as it does works..


Thanks.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#48549: Can't change keyboard layout in Xfce
  2023-08-25 10:39 ` 宋文武 via Bug reports for GNU Guix
@ 2023-08-26 16:21   ` Maxim Cournoyer
  2023-08-27  0:38     ` 宋文武 via Bug reports for GNU Guix
  0 siblings, 1 reply; 5+ messages in thread
From: Maxim Cournoyer @ 2023-08-26 16:21 UTC (permalink / raw)
  To: 宋文武; +Cc: 48549-done

Hello,

宋文武 <iyzsong@envs.net> writes:

> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>
>> Hello,
>>
>> In a VM image such as the one we offer for download here:
>> https://ftp.gnu.org/gnu/guix/guix-system-vm-image-1.3.0.x86_64-linux.qcow2
>> or manually built with
>>
>> $ guix system image --image-size=20G -t qcow2 gnu/system/examples/vm-image.tmpl
>>
>> it is not possible to switch the keyboard layout (it sticks to the
>> default English US one) via the provided GUI (xfce4-keyboard-settings).
>
>
> Hello, i find that select the layout won't make it active, but you have
> to move it to the top row.  Closing now, as it does works..

And is this is how it is intended to behave (the same on other GNU/Linux
distributions, say?).

Thanks for trying it out!

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#48549: Can't change keyboard layout in Xfce
  2023-08-26 16:21   ` Maxim Cournoyer
@ 2023-08-27  0:38     ` 宋文武 via Bug reports for GNU Guix
  2023-08-27  1:16       ` Maxim Cournoyer
  0 siblings, 1 reply; 5+ messages in thread
From: 宋文武 via Bug reports for GNU Guix @ 2023-08-27  0:38 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 48549-done

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hello,
>
> 宋文武 <iyzsong@envs.net> writes:
>
>> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>>
>>> Hello,
>>>
>>> In a VM image such as the one we offer for download here:
>>> https://ftp.gnu.org/gnu/guix/guix-system-vm-image-1.3.0.x86_64-linux.qcow2
>>> or manually built with
>>>
>>> $ guix system image --image-size=20G -t qcow2 gnu/system/examples/vm-image.tmpl
>>>
>>> it is not possible to switch the keyboard layout (it sticks to the
>>> default English US one) via the provided GUI (xfce4-keyboard-settings).
>>
>>
>> Hello, i find that select the layout won't make it active, but you have
>> to move it to the top row.  Closing now, as it does works..
>
> And is this is how it is intended to behave (the same on other GNU/Linux
> distributions, say?).
>
> Thanks for trying it out!

Yes, it also behave the same on ArchLinux, the "Keyboard Layouts" panel
plugin is more easier to use..




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#48549: Can't change keyboard layout in Xfce
  2023-08-27  0:38     ` 宋文武 via Bug reports for GNU Guix
@ 2023-08-27  1:16       ` Maxim Cournoyer
  0 siblings, 0 replies; 5+ messages in thread
From: Maxim Cournoyer @ 2023-08-27  1:16 UTC (permalink / raw)
  To: 宋文武; +Cc: 48549-done

Hi,

宋文武 <iyzsong@envs.net> writes:

> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>
>> Hello,
>>
>> 宋文武 <iyzsong@envs.net> writes:
>>
>>> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>>>
>>>> Hello,
>>>>
>>>> In a VM image such as the one we offer for download here:
>>>> https://ftp.gnu.org/gnu/guix/guix-system-vm-image-1.3.0.x86_64-linux.qcow2
>>>> or manually built with
>>>>
>>>> $ guix system image --image-size=20G -t qcow2 gnu/system/examples/vm-image.tmpl
>>>>
>>>> it is not possible to switch the keyboard layout (it sticks to the
>>>> default English US one) via the provided GUI (xfce4-keyboard-settings).
>>>
>>>
>>> Hello, i find that select the layout won't make it active, but you have
>>> to move it to the top row.  Closing now, as it does works..
>>
>> And is this is how it is intended to behave (the same on other GNU/Linux
>> distributions, say?).
>>
>> Thanks for trying it out!
>
> Yes, it also behave the same on ArchLinux, the "Keyboard Layouts" panel
> plugin is more easier to use..

I see, thanks for confirming.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-27  1:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 21:22 bug#48549: Can't change keyboard layout in Xfce Maxim Cournoyer
2023-08-25 10:39 ` 宋文武 via Bug reports for GNU Guix
2023-08-26 16:21   ` Maxim Cournoyer
2023-08-27  0:38     ` 宋文武 via Bug reports for GNU Guix
2023-08-27  1:16       ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).