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 - Kicker:systemtray: built-in clock start into English locale; NM applet size 4x4
Summary: Kicker:systemtray: built-in clock start into English locale; NM applet size 4x4
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.13.2 [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2013-08-23 02:49 CDT by Roman Savochenko
Modified: 2017-06-17 08:43 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.