Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219133 - >=media-video/mplayer-1.0_rc2_p26454-r2 creates no desktop entry
Summary: >=media-video/mplayer-1.0_rc2_p26454-r2 creates no desktop entry
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 222945 (view as bug list)
Depends on:
Blocks: 215006
  Show dependency tree
 
Reported: 2008-04-24 11:51 UTC by Hongjiu Zhang
Modified: 2008-05-21 05:11 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hongjiu Zhang 2008-04-24 11:51:40 UTC
The program works correctly, but no desktop entry (at least for Gnome) was created.

I read the ebuild file, having found:
"# Install the default Skin and Gnome menu entry"
But in the following codes, I found no make_desktop_entry statement.

BTW, I found it installing Blue Skin as a default one. How to change it back to the default window-like theme?

Thank you!
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-05-19 03:11:44 UTC
The now to be stabilised version has the same problem.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-05-19 04:57:21 UTC
It seems make install doesn't call install-gui (anymore). Here's an ebuild fix.


Index: mplayer-1.0_rc2_p26753.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p26753.ebuild,v
retrieving revision 1.4
diff -u -B -r1.4 mplayer-1.0_rc2_p26753.ebuild
--- mplayer-1.0_rc2_p26753.ebuild       17 May 2008 14:04:09 -0000      1.4
+++ mplayer-1.0_rc2_p26753.ebuild       19 May 2008 04:54:20 -0000
@@ -506,6 +506,9 @@
        insinto /usr/share/mplayer
        doins "${S}/etc/input.conf"
        doins "${S}/etc/menu.conf"
+
+       insinto /usr/share/applications
+       doins etc/mplayer.desktop
 }

 pkg_preinst() {
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2008-05-20 14:41:18 UTC
*** Bug 222945 has been marked as a duplicate of this bug. ***
Comment 4 Steve Dibb (RETIRED) gentoo-dev 2008-05-21 05:11:18 UTC
Should be finally fixed in mplayer-1.0_rc2_p26753-r1, reopen if still an issue

Thanks guys