[Xfce4-commits] <exo:master> Enable startup-notify in the exo-open desktop files.

Nick Schermer noreply at xfce.org
Mon Apr 2 17:56:01 CEST 2012


Updating branch refs/heads/master
         to 04f9a8d328353b53723cfd965731fa65bd0b0d63 (commit)
       from a904b8ce17b8599ec343b3743bfa3259f05f4875 (commit)

commit 04f9a8d328353b53723cfd965731fa65bd0b0d63
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Apr 2 17:54:08 2012 +0200

    Enable startup-notify in the exo-open desktop files.

 exo-open/exo-mail-reader.desktop.in       |    2 +-
 exo-open/exo-terminal-emulator.desktop.in |    2 +-
 exo-open/exo-web-browser.desktop.in       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/exo-open/exo-mail-reader.desktop.in b/exo-open/exo-mail-reader.desktop.in
index 511fff7..f7dd483 100644
--- a/exo-open/exo-mail-reader.desktop.in
+++ b/exo-open/exo-mail-reader.desktop.in
@@ -3,7 +3,7 @@ Version=1.0
 Type=Application
 Exec=exo-open --launch MailReader %u
 Icon=internet-mail
-StartupNotify=false
+StartupNotify=true
 Terminal=false
 Categories=Network;X-XFCE;X-Xfce-Toplevel;
 OnlyShowIn=XFCE;
diff --git a/exo-open/exo-terminal-emulator.desktop.in b/exo-open/exo-terminal-emulator.desktop.in
index d5c51bd..202e4d3 100644
--- a/exo-open/exo-terminal-emulator.desktop.in
+++ b/exo-open/exo-terminal-emulator.desktop.in
@@ -3,7 +3,7 @@ Version=1.0
 Type=Application
 Exec=exo-open --launch TerminalEmulator
 Icon=utilities-terminal
-StartupNotify=false
+StartupNotify=true
 Terminal=false
 Categories=Utility;X-XFCE;X-Xfce-Toplevel;
 OnlyShowIn=XFCE;
diff --git a/exo-open/exo-web-browser.desktop.in b/exo-open/exo-web-browser.desktop.in
index 49f31eb..e95ac9e 100644
--- a/exo-open/exo-web-browser.desktop.in
+++ b/exo-open/exo-web-browser.desktop.in
@@ -3,7 +3,7 @@ Version=1.0
 Type=Application
 Exec=exo-open --launch WebBrowser %u
 Icon=web-browser
-StartupNotify=false
+StartupNotify=true
 Terminal=false
 Categories=Network;X-XFCE;X-Xfce-Toplevel;
 OnlyShowIn=XFCE;


More information about the Xfce4-commits mailing list