Summary: | Please stabilize =media-video/2mandvd-1.2-r1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Markos Chandras (RETIRED) <hwoarang> |
Component: | New packages | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | osugisakae |
Priority: | High | Keywords: | STABLEREQ |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Markos Chandras (RETIRED)
![]() Stable on amd64 I don't think it's ready. I have empty LINGUAS, and when running 2ManDVD, it prints an error message: LOCALE : "C" /usr/share/2mandvd/ ERROR LOADING ENGLISH LANGUAGE and displays a dialog: Ceci est le premier lancement de 2ManDVD. Afin de pouvoir fonctionner 2ManDVD necessite que vous choisissiez un repertoire de travail dans lequel seront stockes vos productions. Vous pourrez modifier cet emplacement par la suite si vous le souhaitez. and then displays a file chooser in an infinite loop (I don't understand what it wants, so it just keeps displaying even when I click cancel). You may raise a point that my system is badly configured, but this is just the default configuration. The ebuild should at least detect it, or maybe make sure that at least one locale gets installed. (In reply to comment #2) > I don't think it's ready. I have empty LINGUAS, and when running 2ManDVD, it > prints an error message: > > LOCALE : "C" /usr/share/2mandvd/ > ERROR LOADING ENGLISH LANGUAGE > > and displays a dialog: > > Ceci est le premier lancement de 2ManDVD. > Afin de pouvoir fonctionner 2ManDVD necessite que vous choisissiez un > repertoire de travail dans lequel seront stockes vos productions. > Vous pourrez modifier cet emplacement par la suite si vous le souhaitez. > > and then displays a file chooser in an infinite loop (I don't understand what > it wants, so it just keeps displaying even when I click cancel). > > You may raise a point that my system is badly configured, but this is just the > default configuration. The ebuild should at least detect it, or maybe make sure > that at least one locale gets installed. > 2mandvd uses the French language as default. So if you dont have LINGUAS="en" it will simply use the default French language (In reply to comment #3) > 2mandvd uses the French language as default. So if you dont have LINGUAS="en" > it will simply use the default French language Apparently it didn't. It wasn't functional. I didn't get past the error message, which indeed looks like French. (In reply to comment #4) > (In reply to comment #3) > > 2mandvd uses the French language as default. So if you dont have LINGUAS="en" > > it will simply use the default French language > > Apparently it didn't. It wasn't functional. I didn't get past the error > message, which indeed looks like French. > I dont have it installed right now, but afaik it *requires* a folder to be selected to be used as a project place. So you cant skip this step Maybe add something like [[ -z ${LINGUAS} ]] && doins ${PN}_en.qm at the end of src_install? Emerged fine on my machine but is missing the file /usr/share/2mandvd/fake.pl. Without it video conversion / encoding does not happen and dvd is not correctly generated. I am new to bugzilla. Is this the best place for this information or should I open a new bug for it? AMD64, 2mandvd version 1.2 Right Fixed on every release of 2mandvd and bumped to 1.3.2 @Davide your suggestion has been added to every ebuild thanks stable x86, closing |