Public bug reported:
Binary package hint: plasma-widgets-addons
The LCD Weather Station plasma widget does not correctly display
temperatures over 99.9 F. This occurs when in the "small" format in the
"panel". Only 3 digits are displayed. Instead of displaying "105.0";
"05.0" is displayed.
It wo
I have observed this same behavior using krdc and rdesktop since
installing Hardy.
To me, this suggests that a lower-level X library is where things get
messed up.
--
Andy St.Martin
[EMAIL PROTECTED]
--
Mouse Keys Swapped in Terminal Server Client
https://bugs.launchpad.net/bugs/207739
You
There is an operator precedence snafu in WeatherStation::fitValue in
weatherstation.cpp.
The line checking that the number of digits of the temperature is less than the
total digits allowed looks like this:
if (mainDigits < 3 && mainDigits + (v < 0)?1:0 + 1 < digits) {
The "?:" is supposed t
It is true that removing the quotes in the line
qdbus=QT_SELECT=qt4 qdbus
Gets around "Could not start" issue. However, a better fix would be to leave
the quotes in place and further down start up qdbus with an eval statment:
qdbus="QT_SELECT=qtr qdbus"
...
if eval $qdbus >/dev/null