[brasero] Add Desktop Actions for Unity
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Add Desktop Actions for Unity
- Date: Tue, 17 Apr 2012 03:52:05 +0000 (UTC)
commit c1b08dce9066d67f376bfd89fa56a4cf8ced5b39
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Tue Mar 6 00:07:55 2012 -0500
Add Desktop Actions for Unity
This adds Unity quicklist support, now that desktop actions are part of
the .desktop spec
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions
https://bugzilla.gnome.org/show_bug.cgi?id=671442
data/brasero.desktop.in.in | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/data/brasero.desktop.in.in b/data/brasero.desktop.in.in
index ce560c2..78d9735 100644
--- a/data/brasero.desktop.in.in
+++ b/data/brasero.desktop.in.in
@@ -14,3 +14,29 @@ X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=brasero
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version= VERSION@
+Actions=Window;Image;Disc;Audio;Video;
+
+[Desktop Action Window]
+_Name=Open a New Window
+Exec=brasero --no-existing-session
+OnlyShowIn=Unity;
+
+[Desktop Action Image]
+_Name=Burn an Image File
+Exec=brasero --image
+OnlyShowIn=Unity;
+
+[Desktop Action Disc]
+Name=Copy a Disc
+Exec=brasero --copy
+OnlyShowIn=Unity;
+
+[Desktop Action Audio]
+_Name=Create an Audio Project
+Exec=brasero --audio
+OnlyShowIn=Unity;
+
+[Desktop Action Video]
+_Name=Create a Video Project
+Exec=brasero --video
+OnlyShowIn=Unity;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]