First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 139082
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Malte S. Stretz <gentoo-bugger@msquadrat.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 139082 depends on: Show dependency tree
Show dependency graph
Bug 139082 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-03 13:53 0000
KMyMoney's executable is called kmymoney2 but per default a symlink kmymoney is
installed, too.  This is nice, but has a small glitch:  If you start KMyMoney
via the Run Command dialog in KDE, you won't get the KMyMoney icon for the
kmymoney symlink.  There are worse things but for some reason it annoyed me for
quite some time :)

The following patch creates symlinks for the icons, too, so we've got nice
icons everywhere:
--- kmymoney2-0.8.4.ebuild.orig 2006-07-03 21:58:25.000000000 +0200
+++ kmymoney2-0.8.4.ebuild      2006-07-03 21:57:51.000000000 +0200
@@ -43,3 +43,15 @@

        kde_src_compile
 }
+
+src_install() {
+       kde_src_install
+
+       # link icons for the kmymoney-symlink
+       for d in ${D}/usr/share/icons/*/*x*/apps; do
+               if [ -e ${d}/kmymoney2.png ]; then
+                       ln -s kmymoney2.png ${d}/kmymoney.png
+               fi
+       done
+}
+

------- Comment #1 From Carsten Lohrke 2007-04-09 15:56:25 0000 -------
Choose to remove the binary symlink instead. Would be nice, if you would inform
upstream about this minor issue. Thanks for your report, Malte.

First Last Prev Next    No search results available      Search page      Enter new bug