You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/meshlab/files/2016.12/meshlab-2016.12-fix-plugins...

18 lines
509 B

diff --git a/common/pluginmanager.cpp b/common/pluginmanager.cpp
index 5354055..9a523d4 100644
--- a/common/pluginmanager.cpp
+++ b/common/pluginmanager.cpp
@@ -189,7 +189,11 @@ QString PluginManager::osDependentFileBaseName(const QString &plname)
QString PluginManager::getBaseDirPath()
{
- QDir baseDir(qApp->applicationDirPath());
+ #if defined(Q_OS_LINUX)
+ QDir baseDir("/usr/share/meshlab");
+ #else
+ QDir baseDir(qApp->applicationDirPath());
+ #endif
#if defined(Q_OS_WIN)
// Windows: