gthumb r2444 - in trunk: . data
- From: mjc svn gnome org
- To: svn-commits-list gnome org
- Subject: gthumb r2444 - in trunk: . data
- Date: Wed, 12 Nov 2008 16:34:54 +0000 (UTC)
Author: mjc
Date: Wed Nov 12 16:34:54 2008
New Revision: 2444
URL: http://svn.gnome.org/viewvc/gthumb?rev=2444&view=rev
Log:
2008-11-12 Michael J. Chudobiak <mjc svn gnome org>
* NEWS:
* data/Makefile.am:
* data/gthumb-import.desktop.in:
* data/gthumb.desktop.in:
Added a new gthumb-import.desktop.in file to handle gvfs-mounted
cameras more elegantly. The camera is first unmounted, and the
libgphoto import routines are then run. Merged from Ubuntu.
Bug #560352. Patch by Martin Pitt <martin pitt canonical com>.
Added:
trunk/data/gthumb-import.desktop.in
Modified:
trunk/ (props changed)
trunk/ChangeLog
trunk/NEWS
trunk/data/Makefile.am
trunk/data/gthumb.desktop.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Nov 12 16:34:54 2008
@@ -70,6 +70,9 @@
* The "g" key now launches the "gimp" command, instead of the
deprecated "gimp-remote" command.
+ * Added a new gthumb-import.desktop.in file to handle gvfs-mounted
+ cameras more elegantly. The camera is first unmounted, and the
+ libgphoto import routines are then run. Bug #560352.
version 2.10.10
---------------
Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am (original)
+++ trunk/data/Makefile.am Wed Nov 12 16:34:54 2008
@@ -3,7 +3,7 @@
@INTLTOOL_DESKTOP_RULE@
desktopdir = $(datadir)/applications
-desktop_in_files=gthumb.desktop.in
+desktop_in_files=gthumb.desktop.in gthumb-import.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
man_MANS = gthumb.1
Added: trunk/data/gthumb-import.desktop.in
==============================================================================
--- (empty file)
+++ trunk/data/gthumb-import.desktop.in Wed Nov 12 16:34:54 2008
@@ -0,0 +1,16 @@
+[Desktop Entry]
+_Name=gThumb Image Viewer
+_GenericName=Image Viewer
+_Comment=View and organize your images
+Categories=GNOME;GTK;Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
+Exec=sh -c 'gvfs-mount -u "%U"; exec gthumb --import-photos'
+Icon=gthumb
+MimeType=x-content/image-dcf;x-content/image-picturecd;
+NoDisplay=true
+StartupNotify=true
+Terminal=false
+Type=Application
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gthumb
+X-GNOME-Bugzilla-Component=general
+X-GNOME-DocPath=gthumb/gthumb.xml
Modified: trunk/data/gthumb.desktop.in
==============================================================================
--- trunk/data/gthumb.desktop.in (original)
+++ trunk/data/gthumb.desktop.in Wed Nov 12 16:34:54 2008
@@ -5,7 +5,7 @@
Categories=GNOME;GTK;Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
Exec=gthumb %U
Icon=gthumb
-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-content/image-dcf;x-content/image-picturecd;
+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;
StartupNotify=true
Terminal=false
Type=Application
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]