AyatanaIndicators / ayatana-indicator-keyboard

Ayatana Indicator Keyboard Applet
GNU General Public License v3.0
2 stars 6 forks source link

Show current keyboard layout #52

Closed tari01 closed 10 months ago

tari01 commented 10 months ago

fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/7

@sunweaver:

About the matekbd-keyboard-display runtime dependency:

I wrote this one to complement libmatekbd. While libgnomekbd provides gkbd-keyboard-display, there is no analogous application in libmatekbd. In Debian, gkbd-keyboard-display is packaged as gkbd-capplet.

GitHub: https://github.com/tari01/matekbd-keyboard-display WWW: https://tari.in/www/software/matekbd-keyboard-display/ AUR: https://aur.archlinux.org/packages/matekbd-keyboard-display

sunweaver commented 10 months ago

@tari01 One slight change: if we don't have either of the keyboard tools, could we either report via zenity that some component is missing or hide the menu item for showing the current keyboard layout?

sunweaver commented 10 months ago

@tari01: Note: I have just uploaded matekbd-keyboard-display to Debian unstable and @Ionic will package it for openSUSE.

tari01 commented 10 months ago

@tari01 One slight change: if we don't have either of the keyboard tools, could we either report via zenity that some component is missing or hide the menu item for showing the current keyboard layout?

I am planning to expand libayatana-common to do these checks for us and drop the zenity dependency from all indicators. If you are fine with the rest of this PR, please merge it as-is and I will file separate PRs to take care of that across the Ayatana stack.