Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE in deutsch
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
jepf
n00b
n00b


Joined: 04 Oct 2002
Posts: 44

PostPosted: Sat Oct 05, 2002 12:36 pm    Post subject: KDE in deutsch Reply with quote

Hallo!

Wie kann ich KDE auf deutsch umstellen?
Welche Pakete brauche ich dafür?

Ich habe KDE mit "emerge kde" installiert.

Danke!
Back to top
View user's profile Send private message
Dimitri
Guru
Guru


Joined: 24 Jul 2002
Posts: 373
Location: Niederbayern/Germany

PostPosted: Sat Oct 05, 2002 1:28 pm    Post subject: Reply with quote

Hi such mal mit emerge -s i18n
Dann findest du du das deutsch Paket für kde

Dim
Back to top
View user's profile Send private message
jepf
n00b
n00b


Joined: 04 Oct 2002
Posts: 44

PostPosted: Sat Oct 05, 2002 1:37 pm    Post subject: Reply with quote

Ja, fein. :D Danke!
Back to top
View user's profile Send private message
sgipan
n00b
n00b


Joined: 04 Nov 2002
Posts: 21
Location: Montevideo, Uruguay

PostPosted: Sat Nov 09, 2002 12:46 pm    Post subject: Probleme mit kde-i18n Reply with quote

Ich kriege da einen seltsamen error: Wenn das deutsche Language Pack kde-i18-de-3.0.4 fertig heruntergeladen ist, wird noch eine zweite Datei heruntergeladen: "kde-i18n-gentoo.patch". Daraufhin entpackt er kde-i18-de-3.0.4 problemlos, aber bei der 2. Datei heißt es:
Code:
>>>unpacking kde-i18n-gentoo.patch

!!! ERROR: The ebuild did not complete successfully.
!!! Function unpack, Line37, Exitcode 0
!!! unpack kde-i18n-gentoo.patch: file format not recognized


Habe versucht, die datei /usr/portage/disfiles/kde-i18n-gentoo.patch zu löschen; dann wurde sie (auf ein neues "emerge kde-i18n-de" hin) auch nochmal heruntergeladen, aber das Problem trat genauso wieder auf.

Habe es auch mit dem spanischen Language Pack versucht, aber das Gleiche.

Any help appreciated;
sgipan
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Sat Nov 09, 2002 1:09 pm    Post subject: Reply with quote

Vielleicht hilft es, die kde-i18n-gentoo.patch mit gzip zu packen:

Code:

gzip kde-i18n-gentoo.patch


Eine nicht gepackte Datei zu entpacken kann ganz schoen schwer werden :wink:

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
sgipan
n00b
n00b


Joined: 04 Nov 2002
Posts: 21
Location: Montevideo, Uruguay

PostPosted: Sat Nov 09, 2002 2:50 pm    Post subject: Reply with quote

ajordan wrote:
Vielleicht hilft es, die kde-i18n-gentoo.patch mit gzip zu packen:

Code:

gzip kde-i18n-gentoo.patch


Eine nicht gepackte Datei zu entpacken kann ganz schoen schwer werden :wink:

Alex

Ahhhh, Hannover, meine alte Heimat! Grüß mir die Buschwiese (naja, im Sommer)!
Klappt aber leider trotzdem nicht :( Habe gzip usw. ausgeführt, aber emerge hat daraufhin den patch einfach nochmal runtergeladen - mit dem gleichen Ergebnis.
Noch ne Idee? Oder hab ich was missverstanden/falsch gemacht?
- Stephan
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Sat Nov 09, 2002 4:49 pm    Post subject: Reply with quote

Sorry, ist nicht mir gzip sondern mit bzip2 gepackt: Ist klar, dasser das file neu holt, aber er bricht ab, weil er kein file *.tar.bz2 findet, deshalb versuch mal:

Code:

tar cvjf kde-i18n-gentoo.patch


Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
sgipan
n00b
n00b


Joined: 04 Nov 2002
Posts: 21
Location: Montevideo, Uruguay

PostPosted: Sat Nov 09, 2002 6:45 pm    Post subject: Reply with quote

ajordan wrote:
Sorry, ist nicht mir gzip sondern mit bzip2 gepackt: Ist klar, dasser das file neu holt, aber er bricht ab, weil er kein file *.tar.bz2 findet, deshalb versuch mal:

Code:

tar cvjf kde-i18n-gentoo.patch


Alex


Hm. auf "tar cvjf kde-i18n-gentoo.patch" kriegte ich nur "tar: cowardly refusing to create an empfy archive". Mit
Code:
tar cvjf kde-i18n-gentoo.patch.tar.bz2 kde-i18n-gentoo.patch
hat er dann zwar das tar.bz2 angelegt, aber dennoch no go: Hat das ungetarte kde-i18n-gentoo.patch wieder heruntergeladen und wieder vor die Wand :?
Und? noch einen auf Lager?
Stephan
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Sat Nov 09, 2002 7:04 pm    Post subject: Reply with quote

hmm, ich hab nochmal in die scripts reingeguckt, aber sonst nix unpassendes gefunden, vor allem keines, was ne line 37 hat (aus deiner Fehlerbeschreibung). Bei mir hats anstandslos geklappt

Code:

emerge kde-i18n-de


auch der Patch wurde mit eingespielt (haste mal wieder die scripts aktualisiert?)

Code:

emerge rsync


Alex

PS: Guck mal in den Thread: kde-i18n-de-3.0.4 läßt sich nicht installieren
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
sgipan
n00b
n00b


Joined: 04 Nov 2002
Posts: 21
Location: Montevideo, Uruguay

PostPosted: Sat Nov 09, 2002 7:39 pm    Post subject: Reply with quote

ajordan wrote:
hmm, ich hab nochmal in die scripts reingeguckt, aber sonst nix unpassendes gefunden, vor allem keines, was ne line 37 hat (aus deiner Fehlerbeschreibung). Bei mir hats anstandslos geklappt

Code:

emerge kde-i18n-de


auch der Patch wurde mit eingespielt (haste mal wieder die scripts aktualisiert?)

Code:

emerge rsync


Alex

PS: Guck mal in den Thread: kde-i18n-de-3.0.4 läßt sich nicht installieren


Danke, rsync brachte auch nix Neues, aber hier: :arrow: https://forums.gentoo.org/viewtopic.php?p=120435#120435 fand sich die -supereinfache- Lösung (also, ich nehme an, es ist die Lösung, denn nun kompiliert es schon munter vor sich hin). Sieht danach aus, als sei es ein Problem, in welcher Reihenfolge man was installiert; scheinbar legen andere Programme die folder an, die man dann zur Lösung (s.o.) installieren muss. Daher tauchen beim Einen Probleme auf, beim Anderen nicht.
Thanx a lot, hättest Du nicht nach dem anderen Thread gefragt, hätte ich diesen garnicht gefunden! :wink:
Danke nochmals für die vielen Tips!
Stephan
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum