Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
rox-2.4.1 should set as executables /etc/xdg/rox.sourceforge.net/MIME-types/*, otherwise ROX-filer can not open text files etc. when clicked. the install section of the ebuild should end with: ............... insinto ${MIMECONFDIR}/MIME-types doins Choices/MIME-types/* chmod 0755 ${D}/${MIMECONFDIR}/MIME-types/* } .........
Even easier. use exeinto. New ebuild attached. This was on me. Sorry.
Created an attachment (id=84927) [edit] rox-2.4.1-r1.ebuild correctly sets permissions of files stored in /etc/xdg/rox.sourceforge.net/MIME-ypes/* by using exeinto and doexe. Sorry. My bad.
Added as is. Thanks Peter for the fix. Thanks Rossen for the bug report.