1[Desktop Entry]
2Name=Screenshot
3Comment=Save images of your screen or individual windows
4# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
5Keywords=snapshot;capture;print;screenshot;
6Exec=gnome-screenshot --interactive
7Terminal=false
8Type=Application
9# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
10Icon=org.gnome.Screenshot
11StartupNotify=true
12Categories=GTK;GNOME;Utility;X-GNOME-Utilities;
13NotShowIn=KDE;
14X-GNOME-Bugzilla-Bugzilla=GNOME
15X-GNOME-Bugzilla-Product=gnome-utils
16X-GNOME-Bugzilla-Component=screenshot
17Actions=screen-shot;window-shot;
18DBusActivatable=true
19
20[Desktop Action screen-shot]
21Name=Take a Screenshot of the Whole Screen
22Exec=gnome-screenshot
23
24[Desktop Action window-shot]
25Name=Take a Screenshot of the Current Window
26Exec=gnome-screenshot -w
27