[gnome-screenshot] Make Desktop Actions work
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-screenshot] Make Desktop Actions work
- Date: Fri, 13 Feb 2015 00:06:53 +0000 (UTC)
commit 49b8f36d6670ca6afef3199b4d98cb2306ac54db
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Feb 12 19:05:41 2015 -0500
Make Desktop Actions work
For DBus-activatable applications, Desktop Actions must be
backed by GActions. Use the just-introduced app.screen-shot
and app.window-shot actions for this.
src/org.gnome.Screenshot.desktop.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/org.gnome.Screenshot.desktop.in b/src/org.gnome.Screenshot.desktop.in
index 30458fd..fc64e1b 100644
--- a/src/org.gnome.Screenshot.desktop.in
+++ b/src/org.gnome.Screenshot.desktop.in
@@ -12,13 +12,13 @@ NotShowIn=KDE;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-utils
X-GNOME-Bugzilla-Component=screenshot
-Actions=Screen;Window;
+Actions=screen-shot;window-shot;
DBusActivatable=true
-[Desktop Action Screen]
+[Desktop Action screen-shot]
_Name=Take a Screenshot of the Whole Screen
Exec=gnome-screenshot
-[Desktop Action Window]
+[Desktop Action window-shot]
_Name=Take a Screenshot of the Current Window
Exec=gnome-screenshot -w
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]