

I think it have something todo with Fedora, specifically with qt-4.5.
As mentioned on this side http://www.opendesktop.org/content/show.php?content=99450&forumpage=1&PHPSESSID=7efb689ff434dd9bf366bed758216c51
it is possible to modify the 2ManDVD.pro, so that a special targed could be definded for the language file. But i don't know how to handle this.
- May 07 2009
As mentioned on this side http://www.opendesktop.org/content/show.php?content=99450&forumpage=1&PHPSESSID=7efb689ff434dd9bf366bed758216c51
it is possible to modify the 2ManDVD.pro, so that a special targed could be definded for the language file. But i don't know how to handle this.
- May 07 2009
ok, i have changed my rpm build, so that
the language Files are played in /usr/share/2mandvd, but 2ManDVD starts only in french language.
rpm -ql | 2ManDVD
/usr/bin/2ManDVD
/usr/share/2mandvd/2mandvd_de.qm
/usr/share/2mandvd/2mandvd_en.qm
/usr/share/2mandvd/2mandvd_ru.qm
...
- May 06 2009
the language Files are played in /usr/share/2mandvd, but 2ManDVD starts only in french language.
rpm -ql | 2ManDVD
/usr/bin/2ManDVD
/usr/share/2mandvd/2mandvd_de.qm
/usr/share/2mandvd/2mandvd_en.qm
/usr/share/2mandvd/2mandvd_ru.qm
...
- May 06 2009
how can i manage the language file location in the 2ManDVD.pro file.
the location should be e.g.
/usr/share/2ManDVD/translations
The german languag only works, if the languag file are located in /usr/bin
/usr/bin/2ManDVD
/usr/bin/2mandvd_de.qm
/usr/bin/2mandvd_en.qm
/usr/bin/2mandvd_ru.qm
thanks in advanced. - May 06 2009
the location should be e.g.
/usr/share/2ManDVD/translations
The german languag only works, if the languag file are located in /usr/bin
/usr/bin/2ManDVD
/usr/bin/2mandvd_de.qm
/usr/bin/2mandvd_en.qm
/usr/bin/2mandvd_ru.qm
thanks in advanced. - May 06 2009
Hi,
Still the same problem, the file size is
-rw-rw-r-- 1 martin martin 12599599 2. Mai 19:39 2ManDVD-0.8.4.tar.gz
why thera a different file permissions
for language files:
-rwxr-xr-x 1 1000 users 36519 2. Mai 18:20 2mandvd_de.qm
-rwxr-xr-x 1 1000 users 74716 2. Mai 18:20 2mandvd_de.ts
-rwxr-xr-x 1 1000 users 32257 28. Apr 14:03 2mandvd_en.qm
-rwxr-xr-x 1 1000 users 85855 28. Apr 14:03 2mandvd_en.ts
-rw-r--r-- 1 1000 users 33367 2. Mai 14:46 2mandvd_ru.qm
-rw-rw-r-- 1 1000 users 89851 2. Mai 14:46 2mandvd_ru.ts
and a 2ManDVD.pro~ file.
thanks Mada - May 02 2009
Still the same problem, the file size is
-rw-rw-r-- 1 martin martin 12599599 2. Mai 19:39 2ManDVD-0.8.4.tar.gz
why thera a different file permissions
for language files:
-rwxr-xr-x 1 1000 users 36519 2. Mai 18:20 2mandvd_de.qm
-rwxr-xr-x 1 1000 users 74716 2. Mai 18:20 2mandvd_de.ts
-rwxr-xr-x 1 1000 users 32257 28. Apr 14:03 2mandvd_en.qm
-rwxr-xr-x 1 1000 users 85855 28. Apr 14:03 2mandvd_en.ts
-rw-r--r-- 1 1000 users 33367 2. Mai 14:46 2mandvd_ru.qm
-rw-rw-r-- 1 1000 users 89851 2. Mai 14:46 2mandvd_ru.ts
and a 2ManDVD.pro~ file.
thanks Mada - May 02 2009
Hi,
when i take the native 2ManDVD-0.8.3.tar.gz archive and build it with
# /usr/lib/qt4/bin/qmake 2ManDVD.pro
# make
2ManDVD will start correct in german language (LANG=de_DE.UTF-8), but the icons
are missing in the Menu Medias dialog.
e.g. Close, Import, Chapter and Delete are missing. In the english environment, all icons are there.
- Apr 30 2009
when i take the native 2ManDVD-0.8.3.tar.gz archive and build it with
# /usr/lib/qt4/bin/qmake 2ManDVD.pro
# make
2ManDVD will start correct in german language (LANG=de_DE.UTF-8), but the icons
are missing in the Menu Medias dialog.
e.g. Close, Import, Chapter and Delete are missing. In the english environment, all icons are there.
- Apr 30 2009
2ManDVD-0.8.3 didn't start in german language on Fedora 10.
2ManDVD only starts in french language.
If i start it from console, i get the followin error message:
2ManDVD
LOCALE : "de" "/usr/bin"
ERROR LOADING ENGLISH LANGUAGE
the file structure of my rpm is the following:
/usr/bin/2ManDVD
/usr/share/2ManDVD/2mandvd_de.qm
/usr/share/2ManDVD/2mandvd_de.ts
/usr/share/2ManDVD/2mandvd_en.qm
/usr/share/2ManDVD/2mandvd_en.ts
/usr/share/2ManDVD/Bibliotheque
/usr/share/2ManDVD/Bibliotheque/Luma
...
/usr/share/2ManDVD/Interface
...
/usr/share/applications/kde-2ManDVD.desktop
/usr/share/pixmaps/2ManDVD.png
/usr/share/pixmaps/2ManDVDSplash.png
can someon tell me, what is wrong ?.
I've build the rpm file from this spec file.
http://www.megafileupload.com/en/file/100820/2ManDVD-0-8-3-1-fc10-spec.html
- Apr 30 2009
2ManDVD only starts in french language.
If i start it from console, i get the followin error message:
2ManDVD
LOCALE : "de" "/usr/bin"
ERROR LOADING ENGLISH LANGUAGE
the file structure of my rpm is the following:
/usr/bin/2ManDVD
/usr/share/2ManDVD/2mandvd_de.qm
/usr/share/2ManDVD/2mandvd_de.ts
/usr/share/2ManDVD/2mandvd_en.qm
/usr/share/2ManDVD/2mandvd_en.ts
/usr/share/2ManDVD/Bibliotheque
/usr/share/2ManDVD/Bibliotheque/Luma
...
/usr/share/2ManDVD/Interface
...
/usr/share/applications/kde-2ManDVD.desktop
/usr/share/pixmaps/2ManDVD.png
/usr/share/pixmaps/2ManDVDSplash.png
can someon tell me, what is wrong ?.
I've build the rpm file from this spec file.
http://www.megafileupload.com/en/file/100820/2ManDVD-0-8-3-1-fc10-spec.html
- Apr 30 2009