Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 237366

Summary: app-pda/multisync-gui-0.92.0_pre20080531 installs shared files into wrong directory
Product: Gentoo Linux Reporter: Miroslaw Mieszczak <gentoo>
Component: Current packagesAssignee: Gentoo PDA project <pda>
Status: RESOLVED FIXED    
Severity: minor CC: flameeyes, rhill, rose
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 354423    
Attachments: patch to install files correctly
Corrected ebuild

Description Miroslaw Mieszczak 2008-09-10 19:10:04 UTC
All shared files from this package would be installed into following directory:
/usr/usr/share/ ....


Reproducible: Always

Actual Results:  
Shared files in 
/usr/usr/share/ ...

Expected Results:  
Shared files in:
/usr/share/ ....
Comment 1 Miroslaw Mieszczak 2008-09-10 19:10:43 UTC
Created attachment 165168 [details, diff]
patch to install files correctly
Comment 2 Miroslaw Mieszczak 2008-09-10 19:11:12 UTC
Created attachment 165169 [details]
Corrected ebuild
Comment 3 Dirk Salewski 2008-12-31 10:58:54 UTC
The patch works for me, however there's still a problem with a faulty .desktop-file in /usr/share/applications. Within that file you find the lines 

Exec=/bin/multisync-gui
Icon=/multisync.png

Those are obviously wrong and have to be 

Exec=/usr/bin/multisyncgui
Icon=/usr/share/pixmaps/multisync-gui/multisync.png

Then the program will start as expected when clicked in the applications menu. Unfortunately I do not know how to write a patch, but perhaps someone else does.
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-02 14:09:03 UTC
*** Bug 260864 has been marked as a duplicate of this bug. ***
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2011-03-13 15:37:38 UTC
Fixed.