[Python-apps-commits] r3483 - in packages/kupfer/trunk/debian/patches (debian_wrappers.patch)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Wed Aug 19 21:36:51 UTC 2009


    Date: Wednesday, August 19, 2009 @ 21:36:50
  Author: dktrkranz-guest
Revision: 3483

Use hardcoded path instead of importing module in private directory

Modified:
  packages/kupfer/trunk/debian/patches/debian_wrappers.patch

Modified: packages/kupfer/trunk/debian/patches/debian_wrappers.patch
===================================================================
--- packages/kupfer/trunk/debian/patches/debian_wrappers.patch	2009-08-19 21:35:46 UTC (rev 3482)
+++ packages/kupfer/trunk/debian/patches/debian_wrappers.patch	2009-08-19 21:36:50 UTC (rev 3483)
@@ -37,4 +37,4 @@
  test \( $KUPFER_HAS_CLIARGS = 0 -a $KUPFER_HAS_OPTIONS != 0 \) && dbus-send --print-reply --dest=se.kaizer.kupfer /interface se.kaizer.kupfer.Listener.PutText string:"$PWD" string:"$*" >/dev/null 2>&1
  
 -test $KUPFER_RUNNING != 0 && exec ${PYTHON} -m kupfer.__init__ $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"
-+test $KUPFER_RUNNING != 0 && cd /usr/share/kupfer && exec ${PYTHON} -m kupfer.__init__ $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"
++test $KUPFER_RUNNING != 0 && exec /usr/share/kupfer/kupfer.py $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"




More information about the Python-apps-commits mailing list