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

Bug 137058

Summary: x11-wm/matchbox-common-0.9.1's broken display manager session file
Product: Gentoo Linux Reporter: James Rowe <jnrowe>
Component: Current packagesAssignee: Yuri Vasilevski (RETIRED) <yvasilev>
Status: RESOLVED FIXED    
Severity: normal CC: gpe
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: matchbox-common-fix_session_install.patch"

Description James Rowe 2006-06-17 02:03:04 UTC
The ebuild installs a non-executable display manager session file due to
incorrect usage of doexe().  The attached patch fixes this, and also removes
the implicit dodir(), as doexe() takes care of it.

Cheers


James
Comment 1 James Rowe 2006-06-17 02:03:41 UTC
Created attachment 89371 [details, diff]
matchbox-common-fix_session_install.patch"
Comment 2 James Rowe 2006-06-17 02:07:39 UTC
  Curious user question too; any reason why make_session_desktop() isn't
used to build the other session data file?  I'd just like to know if there
is a reason I shouldn't be using it in my overlay :)
Comment 3 Yuri Vasilevski (RETIRED) gentoo-dev 2006-06-20 10:41:17 UTC
Thanks, fixed in CVS.
Also changed the build to use to make_session_desktop. :-)