linamh/media-sound/lastfmplayer/files/fix_plugin_path.patch

14 lines
540 B
Diff
Raw Normal View History

Index: lastfm-1.5.4.26862+dfsg/src/libMoose/MooseCommon.cpp
===================================================================
--- lastfm-1.5.4.26862+dfsg.orig/src/libMoose/MooseCommon.cpp
+++ lastfm-1.5.4.26862+dfsg/src/libMoose/MooseCommon.cpp
@@ -112,7 +112,7 @@ servicePath( QString name )
// Hack to get it working with VS2005
dirPath = qApp->applicationDirPath();
#else
- dirPath = qApp->applicationDirPath() + "/services";
+ dirPath = "/usr/lib/services";
#endif
#ifndef QT_NO_DEBUG