Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 219133
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: media-video herd <media-video@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Zhang, Hongjiu <secludedsage@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 219133 depends on: Show dependency tree
Bug 219133 blocks: 215006
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2008-04-24 11:51 0000
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 From Jeroen Roovers 2008-05-19 03:11:44 0000 -------
The now to be stabilised version has the same problem.

------- Comment #2 From Jeroen Roovers 2008-05-19 04:57:21 0000 -------
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 From Jeroen Roovers 2008-05-20 14:41:18 0000 -------
*** Bug 222945 has been marked as a duplicate of this bug. ***

------- Comment #4 From Steve Dibb 2008-05-21 05:11:18 0000 -------
Should be finally fixed in mplayer-1.0_rc2_p26753-r1, reopen if still an issue

Thanks guys

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug