[Gnucash-changes] r13246 - gnucash/trunk - Christian Neumair's desktop patch (#145545)

Derek Atkins warlord at cvs.gnucash.org
Sun Feb 12 17:19:38 EST 2006


Author: warlord
Date: 2006-02-12 17:19:37 -0500 (Sun, 12 Feb 2006)
New Revision: 13246
Trac: http://svn.gnucash.org/trac/changeset/13246

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/Makefile.am
   gnucash/trunk/src/gnome/gnucash.desktop.in
Log:
Christian Neumair's desktop patch (#145545)
	* src/gnome/gnucash.desktop.in
	* src/gnome/Makefile.am
	  Make the desktop more HIG-compliant.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-02-12 22:09:08 UTC (rev 13245)
+++ gnucash/trunk/ChangeLog	2006-02-12 22:19:37 UTC (rev 13246)
@@ -71,6 +71,11 @@
           statement date.
 	Fixes #112653.
 
+	Christian Neumair's desktop patch (#145545)
+	* src/gnome/gnucash.desktop.in
+	* src/gnome/Makefile.am
+	  Make the desktop more HIG-compliant.
+
 2006-02-11  Derek Atkins  <derek at ihtfp.com>
 
 	* src/report/report-gnome/gnc-plugin-page-report.c:

Modified: gnucash/trunk/src/gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome/Makefile.am	2006-02-12 22:09:08 UTC (rev 13245)
+++ gnucash/trunk/src/gnome/Makefile.am	2006-02-12 22:19:37 UTC (rev 13246)
@@ -76,7 +76,7 @@
   ${top_srcdir}/src/backend/file/gnc-pricedb-xml-v2.c
 
 
-gnomeappdir = ${datadir}/gnome/apps/Applications
+gnomeappdir = ${datadir}/applications
 
 gnomeapp_in_files = gnucash.desktop.in
 gnomeapp_DATA = $(gnomeapp_in_files:.desktop.in=.desktop)

Modified: gnucash/trunk/src/gnome/gnucash.desktop.in
===================================================================
--- gnucash/trunk/src/gnome/gnucash.desktop.in	2006-02-12 22:09:08 UTC (rev 13245)
+++ gnucash/trunk/src/gnome/gnucash.desktop.in	2006-02-12 22:19:37 UTC (rev 13246)
@@ -1,12 +1,10 @@
 [Desktop Entry]
-_Name=GnuCash
-_GenericName=Money Management
+_Name=GnuCash Finance Management
 _Comment=Manage your finances, accounts, and investments
-TryExec=gnucash
 Exec=gnucash
 Icon=gnucash/gnucash-icon.png
 StartupNotify=true
 Terminal=false
 Type=Application
-Categories=GNOME;Application;Office;
+Categories=Application;Office;Finance;
 X-Desktop-File-Install-Version=0.3



More information about the gnucash-changes mailing list