Summary: | kaffeine-0.8-r1 doesn't respect the language-settings | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Daniel Rose <gogool> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | genzilla, polynomial-c, sbriesen, StormByte |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Daniel Rose
2006-03-27 11:37:56 UTC
never used it. maybe the kaffeine folks can help? or the #kde folks on freenode? same here. 0.7.1 appeared in german (I'm using de_DE@UTF-8), but 0.8 is in english. Seems to be a problem either in Kaffeine or the ebuild. Considering that the ebuild doesn't change anything wrt language handling, probably upstream fault. Can someone try to get in touch with the author? I also use de_DE.utf8(which I haven't postet yet, shame on me). I will file a bug report to the kaffeine authors. kaffeine-0.8.1 also affected. Bug report is here: http://sourceforge.net/tracker/index.php?func=detail&aid=1464409&group_id=86937&atid=581406 new info: the 1st time setup wizard is in german, but the interface afterwards is in english. Try it. stop kaffeine, remove all kaffeine configs in ~/.kde (rename is enough) and then start kaffeine again. Hi, I stumbled about the same problem after upgrading from kde-3.5.3 to kde-3.5.4. Even a recompile of kaffeine didn't help. What I can tell is that this problem also occurs with LANG="de_DE@wuro" as I avoid UTF-8 where I can. Cheers Poly-C damn typos. I meant LANG="de_DE@euro" I suspect this bug is restricted to "de" (german) language only. My kaffeine (8.1-r1 in kde-3.5.4) is perfectly italianized. I would suggest you to try to insert a clean de.po german file with just one or two senteces translated and check if it works ok, if this is the case then the error is in the de.po file (wrong char set, wrong character or similar issue). (In reply to comment #9) > I suspect this bug is restricted to "de" (german) language only. > My kaffeine (8.1-r1 in kde-3.5.4) is perfectly italianized. > > I would suggest you to try to insert a clean de.po german file with just > one or two senteces translated and check if it works ok, if this is the case > then the error is in the de.po file (wrong char set, wrong character or > similar issue). > No way, I have my system as es-ES.UTF8 and it is in english only! hmmm. I don't know when this happend, but now my kaffeine is fully localized (de_DE.UTF-8). Version is kaffeine-0.8.1-r1. still no german language with kaffeine-0.8.2 :-( Ok, for my italian version I found that I needed to create a symlink: /usr/share/locale/it/LC_MESSAGES/kaffeine.mo pointing to kaffeine-0.8.2.mo in the same directory. Please check if your issue is the same so we can start working on a better ebuild..... Hi, you're awesome ;) That solved the language problem. Thought I'm currently on kaffeine-0.8.1 again as kaffeine-0.8.2 doesn't find the xine-engine anymore I have a german kaffeine again. Cheers Poly-C digging in po/Makefile.in it seems all fine, same instructions as koverartist (that installs the .mo files fine), but somewhat it seems that the lines with "$(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo" the $(PACKAGE) value is "packagename-packageversion" instead of just "packagename". Hum, the Makefile.in present in po/ directory seems to be completely unused.. (patched substituting $(PACKAGE) with kaffeine but nothing has changed) Have to find what determines the name of the localization files, then. Makefile.in is regenerated by the autotools support. I'm on it, I'll try to find the cause. Okay this is fixed now. The problem is that the configure.in.in does not set correctly the package name, and it takes the name of the directory for it. On a SVN version it will get "kaffeine", on the release, "kaffeine-${PV}". I moved the directory before building, and here it is fixed :) Hi guys, why is this bug set to "fixed"? I just compiled kaffeine-0.8.4 and it still doesn't respect my language settings. |