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.
| Summary: |
Kicker:systemtray: built-in clock start into English locale; NM applet size 4x4 |
| Product: |
TDE
|
Reporter: |
Roman Savochenko <rom_as> |
| Component: |
tdebase | Assignee: |
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:
|
|
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.