[gthumb/ext] Add desktop file to support auto-import upon camera plug-in, bug 597121
- From: Michael J. Chudobiak <mjc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] Add desktop file to support auto-import upon camera plug-in, bug 597121
- Date: Mon, 5 Oct 2009 12:12:41 +0000 (UTC)
commit 49dbb2b450bcfa63a92f0fbb497aa5841c8910b6
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Mon Oct 5 08:11:40 2009 -0400
Add desktop file to support auto-import upon camera plug-in, bug 597121
configure.ac | 1 +
data/Makefile.am | 2 +-
data/gthumb-import.desktop.in.in | 18 ++++++++++++++++++
po/POTFILES.in | 1 +
4 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b6a0fe4..9e2e845 100644
--- a/configure.ac
+++ b/configure.ac
@@ -241,6 +241,7 @@ Makefile
copy-n-paste/Makefile
data/Makefile
data/gthumb.desktop.in
+data/gthumb-import.desktop.in
data/icons/Makefile
data/icons/16x16/Makefile
data/icons/16x16/apps/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 072c01b..995f2f5 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = icons ui
-desktop_in_in_files = gthumb.desktop.in.in
+desktop_in_in_files = gthumb.desktop.in.in gthumb-import.desktop.in.in
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
diff --git a/data/gthumb-import.desktop.in.in b/data/gthumb-import.desktop.in.in
new file mode 100644
index 0000000..a79ffd2
--- /dev/null
+++ b/data/gthumb-import.desktop.in.in
@@ -0,0 +1,18 @@
+[Desktop Entry]
+_Name=gThumb
+_GenericName=Photo Import Tool
+_X-GNOME-FullName=gThumb Photo Import Tool
+_Comment=Import the photos on your camera card
+Categories=GNOME;GTK;Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
+Exec=gthumb --import-photos %U
+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
+X-GNOME-Bugzilla-Version= VERSION@
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9f7de22..9b44f5a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -9,6 +9,7 @@ copy-n-paste/eggsmclient-private.h
copy-n-paste/eggsmclient-xsmp.c
data/gthumb.desktop.in.in
data/gthumb.schemas.in
+data/gthumb-import.desktop.in.in
[type: gettext/glade]data/ui/bookmarks.ui
[type: gettext/glade]data/ui/extensions.ui
[type: gettext/glade]data/ui/filter-editor.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]