70 lines
2.3 KiB
Diff
70 lines
2.3 KiB
Diff
diff -uprN shutter-0.87.2.orig/share/applications/shutter.desktop shutter-0.87.2/share/applications/shutter.desktop
|
|
--- shutter-0.87.2.orig/share/applications/shutter.desktop 2011-03-25 18:55:50.000000000 +0800
|
|
+++ shutter-0.87.2/share/applications/shutter.desktop 2011-06-04 11:13:43.066662084 +0800
|
|
@@ -17,23 +17,3 @@ Categories=Utility;Application;
|
|
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;
|
|
X-Ayatana-Desktop-Shortcuts=Select;Screen;Window;Active
|
|
|
|
-[Select Shortcut Group]
|
|
-Name=Capture an area of the screen
|
|
-Exec=shutter --select
|
|
-OnlyShowIn=Unity
|
|
-
|
|
-[Screen Shortcut Group]
|
|
-Name=Capture the entire screen
|
|
-Exec=shutter --full
|
|
-OnlyShowIn=Unity
|
|
-
|
|
-[Window Shortcut Group]
|
|
-Name=Select a window to capture
|
|
-Exec=shutter --window
|
|
-OnlyShowIn=Unity
|
|
-
|
|
-[Active Shortcut Group]
|
|
-Name=Capture the current active window
|
|
-Exec=shutter --active
|
|
-OnlyShowIn=Unity
|
|
-
|
|
diff -uprN shutter-0.87.2.orig/share/applications/shutter.desktop~ shutter-0.87.2/share/applications/shutter.desktop~
|
|
--- shutter-0.87.2.orig/share/applications/shutter.desktop~ 1970-01-01 08:00:00.000000000 +0800
|
|
+++ shutter-0.87.2/share/applications/shutter.desktop~ 2011-03-25 18:55:50.000000000 +0800
|
|
@@ -0,0 +1,39 @@
|
|
+[Desktop Entry]
|
|
+Version=1.0
|
|
+Name=Shutter
|
|
+Name[de_DE]=Shutter
|
|
+Name[pt_BR]=Shutter
|
|
+GenericName=Screenshot Tool
|
|
+GenericName[de_DE]=Anwendung für Bildschirmfotos
|
|
+GenericName[pt_BR]=Captura de tela
|
|
+Comment=Capture, edit and share screenshots
|
|
+Comment[de_DE]=Bildschirmfotos aufnehmen, bearbeiten und mit Anderen teilen
|
|
+Comment[pt_BR]=Aplicativo avançado para capturar imagens da tela
|
|
+Exec=shutter %F
|
|
+Icon=shutter
|
|
+Terminal=false
|
|
+Type=Application
|
|
+Categories=Utility;Application;
|
|
+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;
|
|
+X-Ayatana-Desktop-Shortcuts=Select;Screen;Window;Active
|
|
+
|
|
+[Select Shortcut Group]
|
|
+Name=Capture an area of the screen
|
|
+Exec=shutter --select
|
|
+OnlyShowIn=Unity
|
|
+
|
|
+[Screen Shortcut Group]
|
|
+Name=Capture the entire screen
|
|
+Exec=shutter --full
|
|
+OnlyShowIn=Unity
|
|
+
|
|
+[Window Shortcut Group]
|
|
+Name=Select a window to capture
|
|
+Exec=shutter --window
|
|
+OnlyShowIn=Unity
|
|
+
|
|
+[Active Shortcut Group]
|
|
+Name=Capture the current active window
|
|
+Exec=shutter --active
|
|
+OnlyShowIn=Unity
|
|
+
|