Hi,

This small patch changes scripts/_sftp._tcp.sh to use nautilus instead
of gnome-terminal. 

regards,
        Johannes Hölzl
Index: scripts/_sftp-ssh._tcp.sh
===================================================================
--- scripts/_sftp-ssh._tcp.sh	(Revision 20)
+++ scripts/_sftp-ssh._tcp.sh	(Arbeitskopie)
@@ -25,6 +25,9 @@
 if [ ! -z "$TXT_path" ]
 then
     path=/`echo $TXT_path | sed -e 's/^\///g'`
+else
+    path=/
 fi
 
-gnome-terminal --tab -t "$NAME" -e "sftp -oPort=$PORT $USER_NAME$ADDRESS:$path"
+nautilus "sftp://$USER_NAME$ADDRESS:$PORT$path";
+#gnome-terminal --tab -t "$NAME" -e "sftp -oPort=$PORT $USER_NAME$ADDRESS:$path"

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
avahi mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/avahi

Reply via email to