Dr Konqi still misbehaving - advice needed

Thomas Lübking thomas.luebking at gmail.com
Sat Nov 29 12:56:41 GMT 2014


On Samstag, 29. November 2014 11:35:31 CEST, Ben Cooksley wrote:

> Blahblahblah ;-)
Reproducible here.
Bugzilla version is 4.4.6, drkonqi uses token security.
I need to log into bugs.kde.org (w/ my password ;-)
And finally hit the 410 error.

Altering the conditions to make bugzilla require password security for 4.4.6

- if (currentVersion >= KDE_MAKE_VERSION(4, 5, 0)) {
+ if (currentVersion >= KDE_MAKE_VERSION(4, 4, 6)) {

"fixes" it for me (ie. the bug is nicely reported and probably some konsole dev now hates me ;-)

Cheers,
Thomas




More information about the kde-core-devel mailing list