seahorse r2647 - in trunk: . daemon po
- From: sadam svn gnome org
- To: svn-commits-list gnome org
- Subject: seahorse r2647 - in trunk: . daemon po
- Date: Thu, 11 Dec 2008 20:20:04 +0000 (UTC)
Author: sadam
Date: Thu Dec 11 20:20:04 2008
New Revision: 2647
URL: http://svn.gnome.org/viewvc/seahorse?rev=2647&view=rev
Log:
2008-12-11 Adam Schreiber <sadam clemson edu>
* configure.in:
* daemon/Makefile.am:
* daemon/seahorse-daemon.desktop.in.in:
* po/POTFILES.in: Autostart seahorse-daemon. Patch from F. Steinel.
Fixes bugs #555735, #484154
Added:
trunk/daemon/seahorse-daemon.desktop.in.in
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/daemon/Makefile.am
trunk/po/POTFILES.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Thu Dec 11 20:20:04 2008
@@ -582,6 +582,7 @@
pkcs11/Makefile
src/Makefile
src/seahorse.desktop.in
+daemon/seahorse-daemon.desktop.in
ssh/Makefile
daemon/Makefile
])
Modified: trunk/daemon/Makefile.am
==============================================================================
--- trunk/daemon/Makefile.am (original)
+++ trunk/daemon/Makefile.am Thu Dec 11 20:20:04 2008
@@ -62,9 +62,16 @@
glade_DATA =
+#autostart
+desktopdir = $(datadir)/gnome/autostart
+desktop_in_files = seahorse-daemon.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ INTLTOOL_DESKTOP_RULE@
+
EXTRA_DIST = \
$(man_MANS) \
$(glade_DATA) \
+ seahorse-daemon.desktop.in \
seahorse-service.xml \
seahorse-service-keyset.xml \
seahorse-service-crypto.xml \
@@ -74,6 +81,8 @@
org.gnome.seahorse.service.in
CLEANFILES = *.gladep* *.bak \
+ $(desktop_DATA) \
+ seahorse-daemon.desktop.in \
org.gnome.seahorse.service
# DBUS binding files
Added: trunk/daemon/seahorse-daemon.desktop.in.in
==============================================================================
--- (empty file)
+++ trunk/daemon/seahorse-daemon.desktop.in.in Thu Dec 11 20:20:04 2008
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+_Name=Seahorse Daemon
+Exec=seahorse-daemon -d
+OnlyShowIn=GNOME;
+X-GNOME-Autostart-Phase=Initialization
+X-GNOME-AutoRestart=true
+X-GNOME-Autostart-Notify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=seahorse
+X-GNOME-Bugzilla-Component=Daemon
+X-GNOME-Bugzilla-Version= VERSION@
+
Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in (original)
+++ trunk/po/POTFILES.in Thu Dec 11 20:20:04 2008
@@ -1,6 +1,7 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
daemon/seahorse-daemon.c
+daemon/seahorse-daemon.desktop.in.in
daemon/seahorse-service.c
daemon/seahorse-service-crypto.c
daemon/seahorse-service-keyset.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]