opie-taskbar 1.2.3: Fix first-run wizard after install path revamp.
authorPaul Eggleton <bluelightning@bluelightning.org>
Thu, 3 Jan 2008 11:04:14 +0000 (11:04 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 3 Jan 2008 11:04:14 +0000 (11:04 +0000)
packages/opie-taskbar/opie-taskbar/firstuse-path.patch [new file with mode: 0644]
packages/opie-taskbar/opie-taskbar_1.2.3.bb
packages/opie-taskbar/opie-taskbar_cvs.bb

diff --git a/packages/opie-taskbar/opie-taskbar/firstuse-path.patch b/packages/opie-taskbar/opie-taskbar/firstuse-path.patch
new file mode 100644 (file)
index 0000000..636eb81
--- /dev/null
@@ -0,0 +1,11 @@
+--- launcher/firstuse.cpp      2007-10-14 12:47:55.000000000 +1300
++++ launcher/firstuse.cpp      2007-10-14 13:58:54.000000000 +1300
+@@ -124,7 +124,7 @@
+ #endif
+     for ( int i = 0; settingsTable[i].app; i++ ) {
+-      QString file = QPEApplication::qpeDir() + "bin/";
++      QString file = OPIE_BINDIR + QString("/");
+       file += settingsTable[i].app;
+       file += exeSuffix;
+       if ( QFile::exists(file) )
index d8a794f..c22e3be 100644 (file)
@@ -13,4 +13,5 @@ SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/calibrate \
            file://kbdlocks-runtime.patch;patch=1 \
           file://restart-from-bindir.patch;patch=1 \
            file://server.pro \
+          file://firstuse-path.patch;patch=1 \
           "
index 3bda5c4..e84e35d 100644 (file)
@@ -1,6 +1,6 @@
 require ${PN}.inc
 PV = "${OPIE_CVS_PV}"
-PR = "r15"
+PR = "r16"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/calibrate \
            ${HANDHELDS_CVS};module=opie/noncore/settings/mediummount \
@@ -14,4 +14,5 @@ SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/calibrate \
            file://kbdlocks-runtime.patch;patch=1 \
           file://restart-from-bindir.patch;patch=1 \
            file://server.pro \
+          file://firstuse-path.patch;patch=1 \
           "