[Bug 737856] Re: synaptiks crashed with KeyError in __getitem__(): u'No such property: NAME'

2013-12-15 Thread Harald Sitter
Also no crashes regarding the NAME property on errors.ubuntu thus far. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/737856 Title: synaptiks crashed with KeyError in __getitem__(): u'No such

[Bug 1214644] Re: libmessagecomposer4 should not depend on kmail

2013-12-14 Thread Harald Sitter
Can't fix that for saucy as apt-get update will not pull in new packages, so this cannot be shipped as regular update. ** Changed in: kdepim (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 737856] Re: synaptiks crashed with KeyError in __getitem__(): u'No such property: NAME'

2013-12-12 Thread Harald Sitter
Still crashes with 4.1 on saucy https://errors.ubuntu.com/oops/31004e9e- 629f-11e3-9c0c-e4115b0f8a4a Traceback (most recent call last): File /usr/lib/python2.7/dist-packages/synaptiks/monitors/mouses.py, line 124, in _handle_udev_event if signal and _is_mouse(device): File

[Bug 737856] Re: synaptiks crashed with KeyError in __getitem__(): u'No such property: NAME'

2013-12-12 Thread Harald Sitter
Actually that is a crash in ID_SERIAL which is equally silly, however not the same crash. ** Tags removed: verification-failed ** Tags added: verification-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1245542] Re: Solid can not read processor information

2013-12-11 Thread Harald Sitter
Reopening trusty task. Today's ISO presents the issue again. solid- hardware query returns nothing. ** Changed in: kde4libs (Ubuntu Trusty) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde4libs in

[Bug 737856] Re: synaptiks crashed with KeyError in __getitem__(): u'No such property: NAME'

2013-12-10 Thread Harald Sitter
** Changed in: synaptiks (Ubuntu) Assignee: (unassigned) = Harald Sitter (apachelogger) ** Changed in: synaptiks (Ubuntu) Status: Confirmed = Triaged ** Also affects: synaptiks (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: synaptiks (Ubuntu Quantal

[Bug 737856] Re: synaptiks crashed with KeyError in __getitem__(): u'No such property: NAME'

2013-12-10 Thread Harald Sitter
** Description changed: + [Impact] + When the option to disable the touchpad when a mouse is plugged in synaptiks crashes on plug events (including wakeup from sleep/hibernate). Leaving users unable to use this feature. + + [Test Case] + * Start synaptiks + * Enable the option 'Automatically

[Bug 973158] Re: synaptikscfg crashed with XInputVersionError in assert_xinput_version(): XInputVersionError: Expected 2.0, got 1.3

2013-12-10 Thread Harald Sitter
** Information type changed from Private to Public -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to synaptiks in Ubuntu. https://bugs.launchpad.net/bugs/973158 Title: synaptikscfg crashed with XInputVersionError in

[Bug 1258088] [kde-workspace/KDE/4.11] plasma/generic/scriptengines/python: Fix traceback in Python runner plugins

2013-12-06 Thread Harald Sitter
Git commit 8c5902e49b6387c3c2e82c475ff5a1f491da7604 by Harald Sitter. Committed on 06/12/2013 at 09:11. Pushed by sitter into branch 'KDE/4.11'. Fix traceback in Python runner plugins Plamascript.Runner is the base of python krunner plugins. These plugins implement the C++ signals prepare

[Bug 1257746] Re: /usr/bin/ksplashqml:11:QObject::setProperty:_start

2013-12-06 Thread Harald Sitter
** This bug is no longer a duplicate of bug 1196344 ksplashqml crashed with SIGSEGV in QObject::setProperty() ** Changed in: kde-workspace (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1258088] Re: /usr/bin/krunner:TypeError:reloadConfiguration

2013-12-06 Thread Harald Sitter
** Changed in: kde-workspace (Ubuntu) Assignee: (unassigned) = Harald Sitter (apachelogger) ** Changed in: kde-workspace (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1112696] Re: drkonqi crashed with SIGABRT in qt_message_output()

2013-12-06 Thread Harald Sitter
Still a problem? ** Information type changed from Private to Public ** Changed in: kde-runtime (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1112696

[Bug 1258515] Re: /usr/bin/akonadi_imap_resource:11:q_func:QSslSocketBackendPrivate::transmit:QSslSocketBackendPrivate::disconnectFromHost:QSslSocket::qt_static_metacall:QMetaMethod::invoke

2013-12-06 Thread Harald Sitter
: (unassigned) = Harald Sitter (apachelogger) ** Description changed: - The Ubuntu Error Tracker has been receiving reports about a problem - regarding kdepim-runtime. This problem was most recently seen with - version 4:4.11.2-0ubuntu1, the problem page at - https://errors.ubuntu.com/problem

[Bug 1258515] Re: /usr/bin/akonadi_imap_resource:11:q_func:QSslSocketBackendPrivate::transmit:QSslSocketBackendPrivate::disconnectFromHost:QSslSocket::qt_static_metacall:QMetaMethod::invoke

2013-12-06 Thread Harald Sitter
also in 4.11.3 ** Changed in: kdepimlibs (Ubuntu Saucy) Status: Triaged = Fix Released ** Changed in: kdepimlibs (Ubuntu Saucy) Assignee: Harald Sitter (apachelogger) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1258088] Re: /usr/bin/krunner:TypeError:reloadConfiguration

2013-12-05 Thread Harald Sitter
Always the same unhelpful backtrace Traceback (most recent call last): File /usr/share/kde4/apps/plasma_scriptengine_python/pyrunner.py, line 90, in reloadConfiguration self.pyrunner.reloadConfiguration() TypeError: reloadConfiguration() takes no arguments (1 given) I do however suspect

[Bug 1258088] Re: /usr/bin/krunner:TypeError:reloadConfiguration

2013-12-05 Thread Harald Sitter
The following script will list all runners with python for sDir in `kde4-config --path services | tr : '\n'`; do echo checking $sDir; for dFile in `grep -rl 'Plasma/Runner' /usr/share/kde4/services/`; do grep -ri python $dFile; done ; done -- You received this bug notification because you are a

[Bug 1258088] Re: /usr/bin/krunner:TypeError:reloadConfiguration

2013-12-05 Thread Harald Sitter
So. This happens when a python runner does not implement all functions. pyrunner itself has function calls like these def reloadConfiguration(self): self.pyrunner.reloadConfiguration() which in turn lead to the traceback because reloadConfiguration is not actually a member of

[Bug 1258088] Re: /usr/bin/krunner:TypeError:reloadConfiguration

2013-12-05 Thread Harald Sitter
Actually plamsascript (base of all python runner plugins) does not define the self keyword... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258088 Title:

[Bug 1257675] [NEW] please remove kubuntu-firefox-install source binary from trusty

2013-12-04 Thread Harald Sitter
Public bug reported: Kubuntu has moved to Firefox as the default browser, making the kubuntu- firefox-installer useless. Please remove both source and binaries from trusty. TIA ** Affects: kubuntu-firefox-installer (Ubuntu) Importance: Wishlist Status: Triaged -- You received

[Bug 1234084] Re: org.kde.telepathy is not installed

2013-12-04 Thread Harald Sitter
= Medium ** Changed in: ktp-desktop-applets (Ubuntu) Assignee: (unassigned) = Harald Sitter (apachelogger) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1234084 Title: org.kde.telepathy

[Bug 1155805] Re: duplicate file makes update fail

2013-12-04 Thread Harald Sitter
** Changed in: ktp-desktop-applets (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155805 Title: duplicate file makes update fail To manage notifications

[Bug 1196344] Re: ksplashqml crashed with SIGSEGV in QObject::setProperty()

2013-12-04 Thread Harald Sitter
https://git.reviewboard.kde.org/r/114298/ ** Changed in: kde-workspace (Ubuntu) Status: Confirmed = Triaged ** Changed in: kde-workspace (Ubuntu) Assignee: (unassigned) = Harald Sitter (apachelogger) -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1257746] Re: /usr/bin/ksplashqml:11:QObject::setProperty:_start

2013-12-04 Thread Harald Sitter
*** This bug is a duplicate of bug 1196344 *** https://bugs.launchpad.net/bugs/1196344 ** This bug has been marked a duplicate of bug 1196344 ksplashqml crashed with SIGSEGV in QObject::setProperty() -- You received this bug notification because you are a member of Kubuntu Bugs, which is

[Bug 1196344] Re: ksplashqml crashed with SIGSEGV in QObject::setProperty()

2013-12-04 Thread Harald Sitter
** Changed in: kde-workspace (Ubuntu) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196344 Title: ksplashqml crashed with SIGSEGV in QObject::setProperty()

[Bug 1168759] Re: Clicking install debug symbols does nothing

2013-11-28 Thread Harald Sitter
Still waiting for the backtrace that triggered the issue. ** Changed in: kubuntu-debug-installer (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1168759 Title:

[Bug 781128] Re: Tip of the day is missing Did you know...

2013-11-28 Thread Harald Sitter
Groovy. ** Package changed: qt4-x11 (Ubuntu) = digikam (Ubuntu) ** Changed in: digikam (Ubuntu) Importance: Undecided = Low ** Changed in: digikam (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1168759] Re: Clicking install debug symbols does nothing

2013-11-28 Thread Harald Sitter
Can't fix this unfortunately. Without knowing which symbols weren't resolved there is no chance of getting this resolved. However, we have general improvements coming up which may help prevent the issue in the future. No ETA yet though. ** Changed in: kubuntu-debug-installer (Ubuntu)

[Bug 1244792] Re: Marble-qt does not create menu entry

2013-11-25 Thread Harald Sitter
The qtonly binary has a different name so one desktop file would not work for both binaries, which makes it an upstream issue as they simply have no desktop file that would work with the qtonly marble build. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 719017] Re: kopete crashes on logout / quit

2013-11-25 Thread Harald Sitter
** Changed in: kopete (Ubuntu) Status: New = Fix Committed ** Changed in: kopete (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/719017 Title: kopete

[Bug 1209031] Re: no way to add lpd/lpr printers on saucy

2013-11-25 Thread Harald Sitter
** Package changed: printer-applet (Ubuntu) = system-config-printer (Ubuntu) ** Changed in: system-config-printer (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1213753] Re: Cannot clone or mirror multiple screens in kscreen

2013-11-24 Thread Harald Sitter
Right, so since you don't want to get kscreen improved I guess I'll mark this wontfix because we do not include duplicated applications and krandr largely duplicates kscreen and we chose kscreen to be the default. ** Changed in: kscreen (Ubuntu) Status: New = Won't Fix -- You received

[Bug 755877] Re: Changing setting in SpeedCrunch causes system to be unresponsive

2013-11-23 Thread Harald Sitter
Still a problem? ** Changed in: speedcrunch (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to speedcrunch in Ubuntu. https://bugs.launchpad.net/bugs/755877 Title: Changing setting in SpeedCrunch

[Bug 1069439] Re: user management does not allow to create encrypted home directory

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 891946] Re: taglib: FLAC stream corrupted

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 759319] Re: Can't mount encrypted home after using userconfig to change password

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 418921] Re: vlc crashed with SIGSEGV in TagLib::String::isEmpty()

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 521687] Re: Kubuntu 9.10: Cannot change UID in userconfig

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1194174] Re: clementine crashed on adding my music collection to library

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 521685] Re: Kubuntu 9.10: userconfig ignores UID given

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 656880] Re: Creating a new user should make sure the user gets a group assigned

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1244036] Re: Quasselcore should use an Upstart script instead of a sysv initscript

2013-11-23 Thread Harald Sitter
** Changed in: quassel (Ubuntu) Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1244036 Title: Quasselcore should use an Upstart script instead of a sysv

[Bug 867925] Re: quassel crashes while opening

2013-11-23 Thread Harald Sitter
** Changed in: quassel (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to quassel in Ubuntu. https://bugs.launchpad.net/bugs/867925 Title: quassel crashes while opening To manage notifications about

[Bug 1153064] Re: Quassel IRC client has a 2 pixel window start position creep

2013-11-23 Thread Harald Sitter
** Changed in: quassel (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to quassel in Ubuntu. https://bugs.launchpad.net/bugs/1153064 Title: Quassel IRC client has a 2 pixel window start position creep

[Bug 961737] Re: quassel-client doesn't handle notification daemon not supporting actions

2013-11-23 Thread Harald Sitter
** Changed in: quassel (Ubuntu) Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/961737 Title: quassel-client doesn't handle notification daemon not supporting

[Bug 833751] Re: error in English string

2013-11-23 Thread Harald Sitter
** Changed in: quassel (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/833751 Title: error in English string To manage notifications about this bug go to:

[Bug 475589] Re: Quassel dosen't respond and report a bug after kill the process

2013-11-23 Thread Harald Sitter
Thanks for taking the time to report this bug. 9.10 reached end of life on April 30, 2011. Please see this document for currently supported Kubuntu releases: https://wiki.kubuntu.org/Releases Unfortunately this means that there will be no more bugfixes for 9.10. It is also recommended that you

[Bug 745622] Re: Quasselcore crashes randomly when using default sqlite backend

2013-11-23 Thread Harald Sitter
Thanks for taking the time to report this bug. 10.10 reached end of life on April 10, 2012. Please see this document for currently supported Kubuntu releases: https://wiki.kubuntu.org/Releases Unfortunately this means that there will be no more bugfixes for 10.10. It is also recommended that you

[Bug 833751] Re: error in English string

2013-11-23 Thread Harald Sitter
https://github.com/quassel/quassel/commit/ada78b14a8352c12b4d7eab35a4fea1da0f8a630 ** Changed in: quassel (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 504690] Re: some caracter can't be see without select all

2013-11-23 Thread Harald Sitter
Thanks for taking the time to report this bug. 9.10 reached end of life on April 30, 2011. Please see this document for currently supported Kubuntu releases: https://wiki.kubuntu.org/Releases Unfortunately this means that there will be no more bugfixes for 9.10. It is also recommended that you

[Bug 646467] Re: quassel : No language dictionaries for the language : fr

2013-11-23 Thread Harald Sitter
Thanks for taking the time to report this bug. 10.04 reached end of life on May 9, 2013. Please see this document for currently supported Kubuntu releases: https://wiki.kubuntu.org/Releases Unfortunately this means that there will be no more bugfixes for 10.04. It is also recommended that you

[Bug 1038431] Re: nepomukservicestub crashed with SIGSEGV in Soprano::Client::ClientQueryResultIteratorBackend::close()

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 454070] Re: quasselclient crashed with SIGSEGV in QSortFilterProxyModel::mapToSource()

2013-11-23 Thread Harald Sitter
Thanks for taking the time to report this bug. 9.10 reached end of life on April 30, 2011. Please see this document for currently supported Kubuntu releases: https://wiki.kubuntu.org/Releases Unfortunately this means that there will be no more bugfixes for 9.10. It is also recommended that you

[Bug 1035908] Re: nepomukservicestub crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 473645] Re: Facebook plasma won't alow status update

2013-11-23 Thread Harald Sitter
Works on 13.10. ** Changed in: plasma-widget-facebook (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/473645 Title: Facebook plasma won't alow status update To

[Bug 1247835] Re: plasma-nm has several usability issues

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1230198] Re: [upstream fix] Cannot add static routes on OpenVPN connections

2013-11-23 Thread Harald Sitter
** Changed in: plasma-nm (Ubuntu) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1230198 Title: [upstream fix] Cannot add static routes on OpenVPN connections

[Bug 1030442] Re: opening a file from the web fails

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 560606] Re: Fetching of desktop file pos needs to be improved

2013-11-23 Thread Harald Sitter
Not fetching pots anymore. ** Changed in: ubuntu-translations Status: Triaged = Won't Fix ** Changed in: pkg-kde-tools (Ubuntu) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 635384] Re: ark crashes while loading a big archive

2013-11-23 Thread Harald Sitter
Closing in favor of upstream report. ** Changed in: ark (Ubuntu) Status: Triaged = Invalid -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ark in Ubuntu. https://bugs.launchpad.net/bugs/635384 Title: ark crashes while loading a

[Bug 860854] Re: ark does not copy selected files from one archive to another

2013-11-23 Thread Harald Sitter
Thanks for taking the time to report this bug. 11.04 reached end of life on October 28, 2012. Please see this document for currently supported Kubuntu releases: https://wiki.kubuntu.org/Releases Unfortunately this means that there will be no more bugfixes for 11.04. It is also recommended that

[Bug 1022889] Re: Extracting to Desktop extracts to Home directory instead

2013-11-23 Thread Harald Sitter
Thanks for taking the time to report this bug. 11.04 reached end of life on October 28, 2012. Please see this document for currently supported Kubuntu releases: https://wiki.kubuntu.org/Releases Unfortunately this means that there will be no more bugfixes for 11.04. It is also recommended that

[Bug 1080833] Re: Large zip file shown as empty

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 405080] Re: filelight crashed with SIGSEGV in _start()

2013-11-23 Thread Harald Sitter
Dinosaur release. ** Information type changed from Private to Public ** Changed in: filelight (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/405080 Title:

[Bug 601869] Re: [backport request] Please backport attica 0.1.4 to Lucid as 0.1.3 has missing symbols

2013-11-23 Thread Harald Sitter
Thanks for taking the time to report this bug. 10.04 reached end of life on May 9, 2013. Please see this document for currently supported Kubuntu releases: https://wiki.kubuntu.org/Releases Unfortunately this means that there will be no more bugfixes for 10.04. It is also recommended that you

[Bug 65811] Re: incorrectly shows the apparent size of sparse files.

2013-11-23 Thread Harald Sitter
** Changed in: filelight (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/65811 Title: incorrectly shows the apparent size of sparse files. To manage

[Bug 497358] Re: Toolbar position not saved

2013-11-23 Thread Harald Sitter
Thanks for taking the time to report this bug. 9.10 reached end of life on April 30, 2011. Please see this document for currently supported Kubuntu releases: https://wiki.kubuntu.org/Releases Unfortunately this means that there will be no more bugfixes for 9.10. It is also recommended that you

[Bug 906675] Re: The Grantlee *Builders do not properly handle unindented lists.

2013-11-23 Thread Harald Sitter
Closing in favor of upstream report. ** Changed in: grantlee (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/906675 Title: The Grantlee *Builders do not

[Bug 263690] Re: Juk fights against hidden files

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 342989] Re: juk crashed with SIGSEGV

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1191583] Re: missing pdf format while saving

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 902529] Re: Skanlite saves as PNG by default

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1192460] Re: kscreen does not apply saved settings on start-up

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1142243] Re: black screen on connecting external monitor

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1213753] Re: Cannot clone or mirror multiple screens in kscreen

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1252235] Re: Ksnapshot captures its window if Snapshot delay is No delay and window hide effect is enabled

2013-11-23 Thread Harald Sitter
Closing in favor of upstream report. ** Changed in: ksnapshot (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ksnapshot in Ubuntu. https://bugs.launchpad.net/bugs/1252235 Title: Ksnapshot captures

[Bug 1171331] Re: Screen rotation isn't taken into account when positioning screens in KCM

2013-11-23 Thread Harald Sitter
** Changed in: kscreen (Ubuntu) Status: In Progress = Fix Committed ** Changed in: kscreen (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kscreen in Ubuntu.

[Bug 1056288] Re: KSnapshot with Snap window under cursor and Iclude mouse cursor during snap crashes X

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1135350] Re: Corrupted image on kbackgroundsnapshot -c

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1167028] Re: kdeinit4 segmentation fault

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 869652] Re: Ksnapshot: Include mouse pointer doesn't.

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1178480] Re: package libmarblewidget15 4:4.10.2-0ubuntu1 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de intentar su configuración.

2013-11-23 Thread Harald Sitter
** Changed in: marble (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178480 Title: package libmarblewidget15 4:4.10.2-0ubuntu1 failed to install/upgrade:

[Bug 1252678] Re: Black screen when installing.

2013-11-23 Thread Harald Sitter
** Package changed: kubuntu-settings (Ubuntu) = ubiquity (Ubuntu) ** Changed in: ubiquity (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kubuntu-settings in Ubuntu.

[Bug 1174597] Re: package marble-plugins 4:4.9.5-0ubuntu0.1 failed to install/upgrade: cannot copy extracted data for './usr/lib/kde4/plugins/marble/15/QNamNetworkPlugin.so' to '/usr/lib/kde4/plugins/

2013-11-23 Thread Harald Sitter
I know nothing about this either. I am sorry. ** Changed in: marble (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1174597 Title: package marble-plugins

[Bug 904522] Re: Wrong flag for Libya, South Sudan not shown

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 1244792] Re: Marble-qt does not create menu entry

2013-11-23 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

[Bug 829288] Re: pyenchant's SpellChecker has problems with UTF-8 locale

2013-11-23 Thread Harald Sitter
Please report to the upstream developer. http://pythonhosted.org/pyenchant/ ** Changed in: pyenchant (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829288

[Bug 1246408] Re: package oxygen-icon-theme 4:4.10.3+dfsg-0ubuntu0.1~ubuntu13.04 failed to install/upgrade: sub-processo dpkg-deb --fsys-tarfile retornou estado de saída de erro 2

2013-11-23 Thread Harald Sitter
** Package changed: oxygen-icons (Ubuntu) = dpkg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246408 Title: package oxygen-icon-theme 4:4.10.3+dfsg-0ubuntu0.1~ubuntu13.04 failed to

[Bug 1198797] Re: ktouch unmet dependencies: libqt4-sql-sqlite

2013-11-23 Thread Harald Sitter
** Changed in: ktouch (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1198797 Title: ktouch unmet dependencies: libqt4-sql-sqlite To manage notifications

[Bug 851953] Re: Rebuild for transition away from desktop file stripping

2013-11-23 Thread Harald Sitter
** Changed in: kopete-message-indicator (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/851953 Title: Rebuild for transition away from desktop file

[Bug 672746] Re: kremotecontrol must depend on kdebase-workspace-bin

2013-11-23 Thread Harald Sitter
No longer the case. ** Changed in: kremotecontrol (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/672746 Title: kremotecontrol must depend on

[Bug 1030442] Re: opening a file from the web fails

2013-11-23 Thread Harald Sitter
No. ** Changed in: ark (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1030442 Title: opening a file from the web fails To manage notifications about this bug

[Bug 1253528] Re: Desktop slideshow settings are forgotten (Desktop Settings, Slideshow)

2013-11-20 Thread Harald Sitter
Hi there! Thanks for reporting this bug! Your bug seems to be a problem with the KDE program itself, and not with our KDE packages. While we appreciate your issue, it would be better if it was tracked at https://bugs.kde.org, so that the KDE developers can deal with this speedily and have direct

phonon-gstreamer 12.04 sru

2013-11-19 Thread Harald Sitter
anyone interessted in SRUing [1] bug #1154630 [2] to 12.04? [1] https://wiki.ubuntu.com/StableReleaseUpdates [2] https://bugs.launchpad.net/ubuntu/+source/phonon-backend-gstreamer/+bug/1154630 HS -- kubuntu-devel mailing list kubuntu-de...@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1053315] Re: dist-upgrade failed due to wanting to remove update-manager-kde

2013-11-19 Thread Harald Sitter
Supposedly phonon-backend-gstreamer cannot be satisfied, so it wants to keep xine except xine can't be kept so it wants to remove all and everything kde including update-manager-kde. Why backend-gstreamer canot be satisfied is a mystery to me though, from looking at the deps and the apt.log it

[Bug 1251391] Re: Cmake doesn't recognize polkit-qt

2013-11-17 Thread Harald Sitter
FWIW, please report this kind of issue at bugs.kde.org. It takes considerably longer to get from launchpad to kde ;) ** Changed in: qapt (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1250387] Re: Internationalisation: languages mixed

2013-11-12 Thread Harald Sitter
You will have to logout and back in again. Should the issues continue for KDE applications please report them at bugs.kde.org ** Changed in: kde-workspace (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed

[Bug 1250487] Re: Trying to fix broken packages

2013-11-12 Thread Harald Sitter
** Also affects: kdesudo (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250487 Title: Trying to fix broken packages To manage notifications

[Bug 1249832] Re: Kinfocenter doesn't show my processor info

2013-11-10 Thread Harald Sitter
*** This bug is a duplicate of bug 1245542 *** https://bugs.launchpad.net/bugs/1245542 ** This bug has been marked a duplicate of bug 1245542 Solid can not read processor information -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1245216] Re: Kubuntu-settings-desktop makes the Grub lose the translations

2013-11-07 Thread Harald Sitter
Most certainly not. Please file a bug against grub. It seems very strange that it would work with update-grub manually though since a new kernel would as far as I know also simply call update-grub. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1242417] Re: UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g. Kubuntu/UbuntuStudio)

2013-11-06 Thread Harald Sitter
** Changed in: kubuntu-settings (Ubuntu Saucy) Status: Fix Committed = Fix Released ** Changed in: kubuntu-settings (Ubuntu Trusty) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

<    4   5   6   7   8   9   10   11   12   13   >