[latexila] Launcher: Added desktop actions (aka QuickList)



commit d352f727a84993378beb398b7ce9c315ffe254e3
Author: Matthieu Baerts <matttbe gmail com>
Date:   Mon Jul 30 14:05:53 2012 +0200

    Launcher: Added desktop actions (aka QuickList)
    
    With this modification, we will have new actions linked to the
    launcher in order to quickly open a new window or a new document
    simply by doing a right click on the launcher (e.g. on Unity,
    Cairo-Dock and other docks/panels)

 data/latexila.desktop |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/data/latexila.desktop b/data/latexila.desktop
index ea50e19..f764bca 100644
--- a/data/latexila.desktop
+++ b/data/latexila.desktop
@@ -12,3 +12,12 @@ Terminal=false
 Type=Application
 Categories=GTK;GNOME;Office;Publishing;
 MimeType=text/x-tex;
+Actions=Window;Document;
+
+[Desktop Action Window]
+Name=Open a New Window
+Exec=latexila --new-window
+
+[Desktop Action Document]
+Name=Open a New Document
+Exec=latexila --new-document



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]