diff --git a/packaging/gnucash-1.9.x.ebuild b/packaging/gnucash-1.9.x.ebuild index 22d159c19a..70f86f2689 100644 --- a/packaging/gnucash-1.9.x.ebuild +++ b/packaging/gnucash-1.9.x.ebuild @@ -83,8 +83,7 @@ src_compile() { src_install() { gnome2_src_install || die "gnome2_src_install failed" dodoc AUTHORS ChangeLog* DOCUMENTERS HACKING INSTALL LICENSE NEWS TODO README* doc/README* - make_desktop_entry ${P} "GnuCash ${PV}" \ - /usr/share/${PN}/pixmaps/appicon.png "Office;Finance" + make_desktop_entry ${P} "GnuCash ${PV}" gnucash-icon.png "GNOME;Office;Finance" cd ${WORKDIR}/${PN}-docs-${DOC_VER} make DESTDIR=${D} \