| Summary: | Python plasmoids can no longer run from system directory | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | Jonathan Riddell <jr> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | sgh |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jonathan Riddell
2010-03-22 13:28:43 UTC
I can confirm that. Symlinking stuff to ~/.kde/share/apps/plasma/plasmoids solves it temporary. SVN commit 1108640 by jriddell: Check for actual metadata file, else it will try to load the plasmoid from ~/.kde if only the directory exists even though the plasmoid might be in /usr BUG:231761 "Python plasmoids can no longer run from system directory" M +2 -1 applet.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1108640 SVN commit 1108644 by jriddell: backport 1108640 Check for actual metadata file, else it will try to load the plasmoid from ~/.kde if only the directory exists even though the plasmoid might be in /usr BUG:231761 "Python plasmoids can no longer run from system directory" M +2 -1 applet.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1108644 |