[Xfce4-commits] <midori:master> Change X-Ayatana-Desktop-Shortcuts to Actions

Christian Dywan noreply at xfce.org
Wed Feb 6 20:04:01 CET 2013


Updating branch refs/heads/master
         to 9310cfeab34607cca1c93e5cb485bf87160b3233 (commit)
       from a915d7253af904838f7db47e4d7fd91b73121e9a (commit)

commit 9310cfeab34607cca1c93e5cb485bf87160b3233
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Feb 6 19:55:00 2013 +0100

    Change X-Ayatana-Desktop-Shortcuts to Actions
    
    According to Desktop Entry Specification 1.1
    http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html

 data/midori.desktop.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/midori.desktop.in b/data/midori.desktop.in
index fc6f39e..b81af79 100644
--- a/data/midori.desktop.in
+++ b/data/midori.desktop.in
@@ -15,19 +15,19 @@ Terminal=false
 StartupNotify=true
 X-Osso-Type=application/x-executable
 X-Osso-Service=midori
-X-Ayatana-Desktop-Shortcuts=TabNew;WindowNew;Private
+Actions=TabNew;WindowNew;Private
 
-[TabNew Shortcut Group]
+[Desktop Action TabNew]
 _Name=New Tab
 Exec=midori -e TabNew
 TargetEnvironment=Unity
 
-[WindowNew Shortcut Group]
+[Desktop Action WindowNew]
 _Name=New Window
 Exec=midori -e WindowNew
 TargetEnvironment=Unity
 
-[Private Shortcut Group]
+[Desktop Action Private]
 _Name=New Private Browsing Window
 Exec=midori --private
 TargetEnvironment=Unity


More information about the Xfce4-commits mailing list