Summary: | Amarok2 probably breaks system's plasma data engines | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Teodosiy Kirilov <tdik123> |
Component: | Context View | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | lfranchi, vianasw |
Priority: | VHI | ||
Version: | 2.0-SVN | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Output of 'make install' |
Description
Teodosiy Kirilov
2008-11-05 23:28:22 UTC
Seb was having similar problems. I've seen this for quite a long time now, but assumed it was something wrong with my installation and ignored it. It seems that the plasma dataengines fail to load. Created attachment 28350 [details]
Output of 'make install'
I've noticed following lines at the end of the original plasma-*.desktop files
(e.g plasma-dataengine.desktop)
[PropertyDef::X-Plasma-EngineName]
Type=QString
In Amarok's versions these lines are missing
SVN commit 881039 by seb: Don't overwrite plasma files. Since Amarok is using plasma trunk, this causes big problems for users with KDE 4.1 plasma installed. For anybody that has suffered at the hands of this indiscretion, you'll have to manually uninstall amarok, then replace your original plasma installation from your package manager. A big sideeffect of this fix is that Amarok-plasma probably won't work for anyone with no plasma installation. We need to resolve this. CCMAIL: vianasw@gmail.com CCMAIL: lfranchi@kde.org BUG: 174389 M +20 -17 CMakeLists.txt WebSVN link: http://websvn.kde.org/?view=rev&revision=881039 |