openbsd-ports/x11/awn/patches/patch-awn-applet-activation_main_c
jasper d88df44261 import avant-window-navigator 0.3.2
Avant Window Navigator (Awn) is a dock-like bar which sits at the bottom
of the screen. It has support for launchers, task lists, and third party
applets.

with feedback from landry@
2009-03-13 19:34:00 +00:00

13 lines
587 B
Plaintext

$OpenBSD: patch-awn-applet-activation_main_c,v 1.1.1.1 2009/03/13 19:34:00 jasper Exp $
--- awn-applet-activation/main.c.orig Fri Mar 13 19:26:39 2009
+++ awn-applet-activation/main.c Fri Mar 13 19:37:53 2009
@@ -325,7 +325,7 @@ launch_python(const gchar *file,
}
- cmd = g_strdup_printf("python %s --uid=%s --window=%" G_GINT64_FORMAT " "
+ cmd = g_strdup_printf("${MODPY_BIN} %s --uid=%s --window=%" G_GINT64_FORMAT " "
" --orient=%d --height=%d",
exec, uid, window, orient, height);
g_spawn_command_line_async(cmd, &err);