diff --git a/debian/changelog b/debian/changelog index a39522f..4373698 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ applauncherd (3.0.1) unstable; urgency=low * Changes: single-instance library writes log messages to syslog instead of stderr * Changes: testcases added/fixed for code coverage * Changes: Fix python broken pipe randomly happened for Popen + * Changes: Correct file path and dir path for applications started by booster-m - -- Alexey Shilov Mon, 14 Nov 2011 13:39:38 +0200 + -- Alexey Shilov Mon, 14 Nov 2011 13:39:38 +0200 applauncherd (2.0.14) unstable; urgency=low diff --git a/src/mbooster/mbooster.cpp b/src/mbooster/mbooster.cpp index a126385..a43cc17 100644 --- a/src/mbooster/mbooster.cpp +++ b/src/mbooster/mbooster.cpp @@ -117,4 +117,8 @@ void MBooster::preinit() char* app_class = qstrdup(appClass.toLatin1().data()); QApplication::setAppClass(app_class); + + // Set the magic attribute so that paths are reinitialized + QApplication::setAttribute(Qt::AA_LinuxReinitPathsFromArgv0, true); + } diff --git a/tests/harmattan/red-tests/tests.xml b/tests/harmattan/red-tests/tests.xml index 4aaafcd..b03c70d 100644 --- a/tests/harmattan/red-tests/tests.xml +++ b/tests/harmattan/red-tests/tests.xml @@ -10,9 +10,9 @@ /usr/bin/waitloadavg.rb -l 1.0 -p 1.0 -t 120 - +