Summary: | Plasma crashes when configuring adjustable-clock | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Bob K <metamorfozis> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aseigo, Chaosspawn23, emdeck, gdarecki, hippich, jan.rauberg, john_douberro, mahasamoot, meetkrish, olaf, rdieter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bob K
2009-06-19 17:55:10 UTC
libplasmaclock is not actually a public library and binary compatibility may change from release to release. as a third party module, linking against it is rather risky :) perhaps we can make it BC stable for 4.4 however. in any case, in the code it is reimplementing createConfigurationInterface; it should actually be reimplementing createClockConfigurationInterface and not calling ClockApplet::createConfigurationInterface. Strange, I'm using KDE 4.3 beta 2 right now and it doesn't crash for me (it works good also for my friend that uses trunk)... I'm using own implementation of createConfigurationInterface to avoid strange order of pages, "Advanced" looks strange if it is placed before "General". ;-) And I can't workaround this by inserting own pages in right place (is it possible to insert page also with icon, like in addPage method?) because "standard" pages are added after createClockConfigurationInterface is executed (maybe this could be changed?)... *** Bug 198737 has been marked as a duplicate of this bug. *** *** Bug 202731 has been marked as a duplicate of this bug. *** *** Bug 205642 has been marked as a duplicate of this bug. *** *** Bug 205759 has been marked as a duplicate of this bug. *** Could someone check if it still happens in new version (2.2)? (In reply to comment #7) > Could someone check if it still happens in new version (2.2)? I have built from source, from here: http://www.kde-look.org/content/show.php/Adjustable+Clock?content=92825 I'm on: Qt: 4.5.2 KDE: 4.3.1 (KDE 4.3.1) kde4-config: 1.0 After exit/kbuildsycoca/add widget/rightclick adjust... it crashed again. But, for second time the config dialog just come up. I will test it more, then come back to tell the results. Anyways, thank you for fixing it. *** Bug 207149 has been marked as a duplicate of this bug. *** *** Bug 208337 has been marked as a duplicate of this bug. *** (In reply to comment #7) > Could someone check if it still happens in new version (2.2)? Works fine here, thank you. (In reply to comment #11) > (In reply to comment #7) > > Could someone check if it still happens in new version (2.2)? > > Works fine here, thank you. Thanks for testing. :-) *** Bug 212685 has been marked as a duplicate of this bug. *** *** Bug 218573 has been marked as a duplicate of this bug. *** |