[Fedora-i18n-bugs] [Bug 700978] Keyboard layout indicator shows no icon, no text

bugzilla at redhat.com bugzilla at redhat.com
Fri May 6 17:42:59 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=700978

--- Comment #9 from Nicholas Kudriavtsev <nk at r-networks.ru> 2011-05-06 13:42:58 EDT ---
Well...

The default value of showFlags key in keyboard.js is true. Where is that key in
GConf tree now?

Gnome-shell does not find flag icons for the indicator. Previously they were in
/usr/share/pixmaps/flags. Where are they placed now? What is the package which
contains them?

When I've patched keyboard.js as follow:

    _sync_config: function() {
        this._showFlags = this._config.if_flags_shown();
        this._showFlags = false; // ADDED THIS LINE
        if (this._showFlags) {
            this._container.set_skip_paint(this._iconActor, false);
        } else {
            this._container.set_skip_paint(this._iconActor, true);
        }

I can see text indicator.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list