Summary: | RuntimeError when calling <containment>.toolBoxItem() method from a python plasmoid | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Benoît Monin <benoit.monin> |
Component: | pykde | Assignee: | kde-bindings |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | pulfer, yasuna |
Priority: | NOR | ||
Version: | 4.11.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Benoît Monin
2013-10-05 13:20:30 UTC
I've got this issue with python-sip 4.14.5 and pykde4 4.11.2. Had to revert these commits to make it work with python-sip 4.14 again: http://quickgit.kde.org/?p=pykde4.git&a=commit&h=783d073f30e253e8db52d8801c1c829e6f405e60 http://quickgit.kde.org/?p=pykde4.git&a=commit&h=7c0648b3931e069892943bc645dc61f246375cdf I voted 20 votes for this bug.. And I bet lots of other people would vote for this bug too if they knew they could.. This regression really needs to be fixed!.. My experience with KDE is going to be more aggravating until this bug is fixed.. As I'm sure many many other KDE users' experience will be as well.. I think aaron seigo him self should have to fix this bug since he is the one that was so adamant about keeping a certain "feature" in KDE.. −_− That API is not intended for external consumption. p.s. Baconmon's comment is exactly the sort of the thing that drove me to having far less to do with KDE than I used to; the community has no problems with people taking pot-shots at other people and generally being assholes to each other, which is not the sort of environment I choose to work in. Ah, and to expand on that "not intended" bit: Plasmoids are not supposed to be able to touch the containment or other plasmoids (for obvious safety and security reasons), the only reason they could was because of limitations in QGraphicsView in this regard. With QML2, Plasma 2 seals this off entirely. So even "fixing" this now will simply be broken in future. Please stop working around things with dangerous and unsupported *hacks* and do it properly: use a containment that does not have a toolbox. That has been the option for what, 6 years now? Nobody bothers to do it even though it would be far less work than maintaining these broken-by-design plasmoids. Why people insist on taking the wrong approach when there is a clearly supported useful approach that would do precisely what they want is beyond me. *** This bug has been confirmed by popular vote. *** |