gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33604 - gnunet-gtk/contrib


From: gnunet
Subject: [GNUnet-SVN] r33604 - gnunet-gtk/contrib
Date: Sun, 8 Jun 2014 15:24:25 +0200

Author: grothoff
Date: 2014-06-08 15:24:25 +0200 (Sun, 08 Jun 2014)
New Revision: 33604

Added:
   gnunet-gtk/contrib/gnunet-gnome.sh
   gnunet-gtk/contrib/gnunet.protocol
Removed:
   gnunet-gtk/contrib/gnunet-fs-gtk-gnome.sh
   gnunet-gtk/contrib/gnunet-fs-gtk.protocol
Modified:
   gnunet-gtk/contrib/Makefile.am
Log:
-update URI handler integration to use new gnunet-uri tool

Modified: gnunet-gtk/contrib/Makefile.am
===================================================================
--- gnunet-gtk/contrib/Makefile.am      2014-06-08 13:11:50 UTC (rev 33603)
+++ gnunet-gtk/contrib/Makefile.am      2014-06-08 13:24:25 UTC (rev 33604)
@@ -9,8 +9,8 @@
  gnunet-setup-oxygen-ok.png
 
 EXTRA_DIST = \
-  gnunet-fs-gtk.protocol \
-  gnunet-fs-gtk-gnome.sh \
+  gnunet.protocol \
+  gnunet-gnome.sh \
   $(pkgdata_DATA) \
   $(IMAGES)
 

Deleted: gnunet-gtk/contrib/gnunet-fs-gtk-gnome.sh
===================================================================
--- gnunet-gtk/contrib/gnunet-fs-gtk-gnome.sh   2014-06-08 13:11:50 UTC (rev 
33603)
+++ gnunet-gtk/contrib/gnunet-fs-gtk-gnome.sh   2014-06-08 13:24:25 UTC (rev 
33604)
@@ -1,9 +0,0 @@
-#!/bin/sh
-# This shell script can be used to configure the "gnunet://" URL handler for 
Gnome
-gconftool-2 -t string -s /desktop/gnome/url-handlers/gnunet/command 
"gnunet-fs-gtk \"%s\""
-gconftool-2 -t bool -s /desktop/gnome/url-handlers/gnunet/enabled true
-gconftool-2 -t bool -s /desktop/gnome/url-handlers/gnunet/needs_terminal false 
-
-# Uninstall using
-# gconftool-2 -u /desktop/gnome/url-handlers/gnunet --recursive-unset
-

Deleted: gnunet-gtk/contrib/gnunet-fs-gtk.protocol
===================================================================
--- gnunet-gtk/contrib/gnunet-fs-gtk.protocol   2014-06-08 13:11:50 UTC (rev 
33603)
+++ gnunet-gtk/contrib/gnunet-fs-gtk.protocol   2014-06-08 13:24:25 UTC (rev 
33604)
@@ -1,12 +0,0 @@
-[Protocol]
-exec=gnunet-fs-gtk
-# technically gnunet://fs/, but for now this should do...
-protocol=gnunet
-input=none
-output=none
-helper=true
-listing=false
-reading=false
-writing=false
-makedir=false
-deleting=false

Copied: gnunet-gtk/contrib/gnunet-gnome.sh (from rev 33592, 
gnunet-gtk/contrib/gnunet-fs-gtk-gnome.sh)
===================================================================
--- gnunet-gtk/contrib/gnunet-gnome.sh                          (rev 0)
+++ gnunet-gtk/contrib/gnunet-gnome.sh  2014-06-08 13:24:25 UTC (rev 33604)
@@ -0,0 +1,9 @@
+#!/bin/sh
+# This shell script can be used to configure the "gnunet://" URL handler for 
Gnome
+gconftool-2 -t string -s /desktop/gnome/url-handlers/gnunet/command 
"gnunet-uri \"%s\""
+gconftool-2 -t bool -s /desktop/gnome/url-handlers/gnunet/enabled true
+gconftool-2 -t bool -s /desktop/gnome/url-handlers/gnunet/needs_terminal false 
+
+# Uninstall using
+# gconftool-2 -u /desktop/gnome/url-handlers/gnunet --recursive-unset
+

Copied: gnunet-gtk/contrib/gnunet.protocol (from rev 33592, 
gnunet-gtk/contrib/gnunet-fs-gtk.protocol)
===================================================================
--- gnunet-gtk/contrib/gnunet.protocol                          (rev 0)
+++ gnunet-gtk/contrib/gnunet.protocol  2014-06-08 13:24:25 UTC (rev 33604)
@@ -0,0 +1,11 @@
+[Protocol]
+exec=gnunet-uri
+protocol=gnunet
+input=none
+output=none
+helper=true
+listing=false
+reading=false
+writing=false
+makedir=false
+deleting=false




reply via email to

[Prev in Thread] Current Thread [Next in Thread]