Fix spawning of nautilus-connect-server.

This commit is contained in:
ajacoutot 2013-01-11 15:05:03 +00:00
parent ae5fbe63d8
commit c900c0873e
2 changed files with 18 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2012/11/15 14:41:06 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2013/01/11 15:05:03 ajacoutot Exp $
COMMENT= directory tree analyzer for GNOME
GNOME_PROJECT= baobab
GNOME_VERSION= 3.6.3
REVISION= 0
HOMEPAGE= https://live.gnome.org/Baobab

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-src_baobab-connect-server_vala,v 1.1 2013/01/11 15:05:03 ajacoutot Exp $
https://bugzilla.gnome.org/show_bug.cgi?id=690037
--- src/baobab-connect-server.vala.orig Fri Jan 11 15:55:19 2013
+++ src/baobab-connect-server.vala Fri Jan 11 15:55:08 2013
@@ -23,7 +23,8 @@ namespace Baobab {
class ConnectServer : Object {
const string[] argv = {
"nautilus-connect-server",
- "--print-uri"
+ "--print-uri",
+ null
};
public signal void selected(string? uri);