[Xfce4-commits] <thunar:master> Enable startup-notify in the uca example.

Nick Schermer noreply at xfce.org
Mon Apr 2 17:52:03 CEST 2012


Updating branch refs/heads/master
         to be7c64b6ece15d96b16f3ca097070195ebe5629d (commit)
       from b8df164cbe62c04b79526b6f95611c19cbec8091 (commit)

commit be7c64b6ece15d96b16f3ca097070195ebe5629d
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Apr 2 17:50:28 2012 +0200

    Enable startup-notify in the uca example.
    
    Exo 0.7.2 supports passing the startup timestamp
    to the terminal, so use that.

 plugins/thunar-uca/uca.xml.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/plugins/thunar-uca/uca.xml.in b/plugins/thunar-uca/uca.xml.in
index a851407..390694f 100644
--- a/plugins/thunar-uca/uca.xml.in
+++ b/plugins/thunar-uca/uca.xml.in
@@ -14,6 +14,8 @@
   <!ELEMENT description (#PCDATA)>
   <!ATTLIST description xml:lang CDATA #IMPLIED>
 
+  <!ELEMENT startup-notify EMPTY>
+
   <!ELEMENT directories EMPTY>
   <!ELEMENT audio-files EMPTY>
   <!ELEMENT image-files EMPTY>
@@ -39,7 +41,7 @@
     <_name>Open Terminal Here</_name>
     <command>exo-open --working-directory %f --launch TerminalEmulator</command>
     <_description>Example for a custom action</_description>
-    
+    <startup-notify/>
     <directories/>
   </action>
 


More information about the Xfce4-commits mailing list