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

2013-12-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/kde-workspace -- 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: /usr/bin/krunner:TypeError:reloadConfiguration To manage notifications about

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

2013-12-08 Thread Launchpad Bug Tracker
This bug was fixed in the package kde-workspace - 4:4.11.4-0ubuntu1 --- kde-workspace (4:4.11.4-0ubuntu1) trusty; urgency=low [ Harald Sitter ] * Add upstream_Fix-traceback-in-Python-runner-plugins.patch from upstream fixing annoying backtraces when having a python krunner

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

2013-12-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~kubuntu-packagers/kubuntu-packaging/kde-workspace -- 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: /usr/bin/krunner:TypeError:reloadConfiguration To manage

[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.

[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: