[Pkg-xfce-commits] r709 - in desktop/trunk/thunar/debian: . patches
Yves-Alexis Perez
corsac-guest at costa.debian.org
Sat Jun 17 12:38:07 UTC 2006
Author: corsac-guest
Date: 2006-06-17 12:38:06 +0000 (Sat, 17 Jun 2006)
New Revision: 709
Added:
desktop/trunk/thunar/debian/patches/05_fix-open-terminal-uca.patch
Modified:
desktop/trunk/thunar/debian/changelog
Log:
use xfce4-terminal instead of Terminal in example uca
Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog 2006-06-17 12:27:39 UTC (rev 708)
+++ desktop/trunk/thunar/debian/changelog 2006-06-17 12:38:06 UTC (rev 709)
@@ -1,3 +1,9 @@
+thunar (0.3.0beta1-4) UNRELEASED; urgency=low
+
+ * Switch from Terminal to xfce4-terminal in the example UCA. Closes: #374103
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Sat, 17 Jun 2006 14:36:20 +0200
+
thunar (0.3.0beta1-3) unstable; urgency=low
* Fixed menu file and manpages being in libthunar-vfs-1-dev instead of
Added: desktop/trunk/thunar/debian/patches/05_fix-open-terminal-uca.patch
===================================================================
--- desktop/trunk/thunar/debian/patches/05_fix-open-terminal-uca.patch 2006-06-17 12:27:39 UTC (rev 708)
+++ desktop/trunk/thunar/debian/patches/05_fix-open-terminal-uca.patch 2006-06-17 12:38:06 UTC (rev 709)
@@ -0,0 +1,13 @@
+--- plugins/thunar-uca/uca.xml.in 2006-06-17 14:33:36.000000000 +0200
++++ plugins/thunar-uca/uca.xml.in.orig 2006-04-16 16:31:11.000000000 +0200
+@@ -36,8 +36,8 @@
+ <action>
+ <icon>Terminal</icon>
+ <patterns>*</patterns>
+- <_name>Open xfce4-terminal Here</_name>
+- <command>xfce4-terminal --working-directory %f</command>
++ <_name>Open Terminal Here</_name>
++ <command>Terminal --working-directory %f</command>
+ <_description>Example for a custom action</_description>
+
+ <directories/>
More information about the Pkg-xfce-commits
mailing list