[Bug 396278] [NEW] lcd weather station display issue for temperatures over 99F

2009-07-06 Thread Andy St.Martin
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

[Bug 207739] Re: Mouse Keys Swapped in Terminal Server Client

2008-05-13 Thread Andy St.Martin
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

[Bug 396278] Re: lcd weather station display issue for temperatures over 99F

2009-09-02 Thread Andy St.Martin
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

[Bug 1304805] Re: KDE desktop login failure: "Could not start d-bus. Can you call qdbus?"

2014-04-09 Thread Andy St.Martin
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