Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change mthemedaemon socket path to homedir
This corresponds with a patch to libmeegotouch to avoid the use of
/var/run.
  • Loading branch information
special committed Oct 2, 2012
1 parent 6c3a6b2 commit 4632135
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/meego/themedaemon/mthemedaemonprotocol.cpp
Expand Up @@ -44,11 +44,7 @@

using namespace M::MThemeDaemonProtocol;

#ifdef HAVE_THEMEDAEMON_PROTOCOL_V1
const QString M::MThemeDaemonProtocol::ServerAddress = "/var/run/m.mthemedaemon";
#else
const QString M::MThemeDaemonProtocol::ServerAddress = "m.mthemedaemon";
#endif
const QString M::MThemeDaemonProtocol::ServerAddress = QDir::homePath() + "/.m.mthemedaemon";

static const int SOCKET_DELAY_MS = 15000;

Expand Down

0 comments on commit 4632135

Please sign in to comment.