By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1644

Summary: Kicker:systemtray: built-in clock start into English locale; NM applet size 4x4
Product: TDE Reporter: Roman Savochenko <rom_as>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, rom_as
Priority: P5    
Version: 3.5.13.2 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Roman Savochenko 2013-08-23 02:49:46 CDT
Only set "Show clock into system tray" I have correct locale. After TDE restart I have English locale.

Modern NetworkManager-gnome applet showed into size 4x4.

After the NetworkManager-gnome code observing I have seen some behavior changes.
First it wait for resize event from XEmbedManager on connection, for all GTK3 applications — the fixed by strongly set applet's area size to real into getIconSize() by leave only lines:
    setFixedSize(defaultIconSize, defaultIconSize);
    setBackground();

Second the applet image hide/show through again on setBackground() call. What the problem cause I have now seen.
Comment 1 Roman Savochenko 2017-06-17 08:43:44 CDT
The first problem I see was fixed in current versions.

The second problem lefts on old GTK3 like into Debian 7 and I including my path here locally. For new GTK3 the problem went.

Then I mark the bug as fixed.