Package: ayatana-indicator-keyboard / 24.7.2-5
Metadata
Package | Version | Patches format |
---|---|---|
ayatana-indicator-keyboard | 24.7.2-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Try to place the indicator in the leftmost position .patch | (download) |
data/org.ayatana.indicator.keyboard |
3 1 + 2 - 0 ! |
[patch] try to place the indicator in the leftmost position by default This seems to have been the intention in commit d2758a873a848fc4113a4087d53446f73c6543cb. |
2001_use keyboard icon.patch | (download) |
data/org.ayatana.indicator.keyboard.gschema.xml |
2 1 + 1 - 0 ! |
show the keyboard icon (instead of the language icon) by default in debian. |
0002 Fix showing current layout on Lomiri.patch | (download) |
src/keyboard-lomiri.c |
9 7 + 2 - 0 ! |
[patch 1/2] fix showing current layout on lomiri Just like GNOME did, we are switching to tecla here, since gkbd-keyboard-display does not work under Wayland. fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/76 |
0003_Separate layout and settings for hardware and on scr.patch | (download) |
CMakeLists.txt |
3 2 + 1 - 0 ! |
[patch 3/7] separate layout and settings for hardware and on-screen keyboards Refurbished by Mike Gabriel, avoiding white-space changes, variable renamings and internal code block moves. Fixes: https://salsa.debian.org/ubports-team/lomiri-system-settings/-/issues/20 Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
0004_src keyboard Remember nLayout and nLayoutOSK separat.patch | (download) |
src/keyboard-lomiri.c |
26 20 + 6 - 0 ! |
[patch 4/7] src/keyboard*: remember nlayout and nlayoutosk separately. Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
0005_src keyboard lomiri.c For OSK layouts update enabled.patch | (download) |
src/keyboard-lomiri.c |
51 46 + 5 - 0 ! |
[patch 5/7] src/keyboard-lomiri.c: for osk layouts, update 'enabled-languages' gsettings and move the newly selected 'active-language' to the top. Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
0006_src service.c Move Show Current Layout menuitem clos.patch | (download) |
src/service.c |
45 11 + 34 - 0 ! |
[patch 6/7] src/service.c: move 'show current layout' menuitem closer HWK settings (i.e. drop one menu separator). Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
0007_src service.c Don t show OSK settings when on Ubuntu.patch | (download) |
src/service.c |
5 3 + 2 - 0 ! |
[patch 7/7] src/service.c: don't show osk settings when on ubuntu Touch. Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |