sillsdev / sillsdev/libpalaso

Linux: keyboard switching no longer working since Ubuntu 24.04

Open
#1,505 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
46
Forks
50
Avg merge
6d 16h
Merged PRs (30d)
7

Description

The keyboard switching code in the GnomeShellIbusKeyboardSwitchingAdaptor uses the org.gnome.Shell.Eval dbus method to switch keyboards. This is deprecated since Gnome 41 and no longer works.

The best solution might be to create or install a shell extension and adjust the code to call the method names. See https://askubuntu.com/a/1501535.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with SIL.Windows.Forms.Keyboarding/Linux/GnomeShellIbusKeyboardSwitchingAdaptor.cs around line 36 and review how it calls org.gnome.Shell.Eval through D-Bus. Read the linked Ubuntu guidance about the Gnome 41 change and determine the supported switching entry point or shell-extension approach. Done means keyboard switching works again on Ubuntu 24.04 without relying on the deprecated method.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, linux
Domain
operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.