diff --git a/share/applications/shutter.desktop b/share/applications/shutter.desktop index 01fd58c..66e7b94 100644 --- a/share/applications/shutter.desktop +++ b/share/applications/shutter.desktop @@ -15,30 +15,29 @@ Terminal=false Type=Application Categories=Utility; MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml; -Actions=Redo;Select;Screen;Window;Active +Actions=Redo;Select;Screen;Window;Active; [Desktop Action Redo] Name=Redo last screenshot Exec=shutter --redo -OnlyShowIn=Unity +OnlyShowIn=Unity; [Desktop Action Select] Name=Capture an area of the screen Exec=shutter --select -OnlyShowIn=Unity +OnlyShowIn=Unity; [Desktop Action Screen] Name=Capture the entire screen Exec=shutter --full -OnlyShowIn=Unity +OnlyShowIn=Unity; [Desktop Action Window] Name=Select a window to capture Exec=shutter --window -OnlyShowIn=Unity +OnlyShowIn=Unity; [Desktop Action Active] Name=Capture the current active window Exec=shutter --active -OnlyShowIn=Unity - +OnlyShowIn=Unity;