diff --git a/client/thememanager.cpp b/client/thememanager.cpp index 6b4ef16..587317f 100644 --- a/client/thememanager.cpp +++ b/client/thememanager.cpp @@ -49,13 +49,13 @@ ThemeManager::ThemeManager() * non-install-dir/themes/ * * /usr/[local]/bin/ - * /usr/[local]/share/ostinato/themes/ + * /usr/[local]/share/ostinato-controller/themes/ * * /opt/ostinato/bin/ * /opt/ostinato/share/themes/ */ if (themeDir_.contains(QRegularExpression("^/usr/.*/bin/"))) - themeDir_.replace("/bin/", "/share/ostinato/"); + themeDir_.replace("/bin/", "/share/ostinato-controller/"); else if (themeDir_.contains(QRegularExpression("^/opt/.*/bin/"))) themeDir_.replace("/bin/", "/share/"); #endif diff --git a/shared.pri b/shared.pri index f34dcaa..a0a8992 100644 --- a/shared.pri +++ b/shared.pri @@ -14,7 +14,7 @@ macx { shared.path = $${PREFIX}/Ostinato/Ostinato.app/Contents/SharedSupport/ } else: unix { - shared.path = $${PREFIX}/share/ostinato/ + shared.path = $${PREFIX}/share/ostinato-controller/ } else { shared.path = $${PREFIX}/bin }