Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237366 - app-pda/multisync-gui-0.92.0_pre20080531 installs shared files into wrong directory
Summary: app-pda/multisync-gui-0.92.0_pre20080531 installs shared files into wrong dir...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords:
: 260864 (view as bug list)
Depends on:
Blocks: 354423
  Show dependency tree
 
Reported: 2008-09-10 19:10 UTC by Miroslaw Mieszczak
Modified: 2011-03-13 15:37 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to install files correctly (multisync-gui.patch,1.41 KB, patch)
2008-09-10 19:10 UTC, Miroslaw Mieszczak
Details | Diff
Corrected ebuild (multisync-gui-0.92.0_pre20080531.ebuild,911 bytes, text/plain)
2008-09-10 19:11 UTC, Miroslaw Mieszczak
Details

Note You need to log in before you can comment on or make changes to this bug.
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.