Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 9302  / 2 Years ago, mon, december 13, 2021, 12:54:55

/desktop/gnome/peripherals/keyboard/general/disable_indicator in gconf is set to yes


Additionally I restarted, but it's still there.


Maybe there is some setting buried in CCSM?




here is screenshot of what I'm talking about if it's not clear:


enter image description here


I want to remove it if possible


More From » unity

 Answers
1

enter image description here



To completely remove the keyboard indicator we need to change one byte in the file



11.04 and before



/usr/lib/gnome-settings-daemon-2.0/libkeyboard.so



11.10 and after



/usr/lib/gnome-settings-daemon-2.0/libkeyboard.so



(make backup libkeyboard.so)



open file with root privileges through any hex editor (i use Bless)



and search for the byte signature FF 83 F8 01 0F



FF 83 F8 01 0F = if (g_slist_length (current_kbd_config.layouts_variants) > 1)



and change 01 to 02



FF 83 F8 02 0F



save file



FF 83 F8 02 0F = if (g_slist_length (current_kbd_config.layouts_variants) > 2)



if you have less than 3 keyboard layouts icon will be not shown



after this work need to reload gnome-settings-daemon



you can use reboot for this.


[#42743] Tuesday, December 14, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cupwire

Total Points: 365
Total Questions: 126
Total Answers: 125

Location: Malaysia
Member since Thu, Feb 16, 2023
1 Year ago
cupwire questions
;