PDA

View Full Version : Chroot, KDE language?



maxmartin
02-12-2006, 03:35 PM
Hello

What sould I do to start KDE (in polish language) in chroot?

Any ideas?

tr
02-12-2006, 10:02 PM
What sould I do to start KDE (in polish language) in chroot?

I'm not sure if in /etc/knoppix-autoconfig is polish language section. It there is so boot in polish using lang cheatcode:

boot: linux lang=pl
The next thing is that you must have kde-i18n-pl installed. Perhaps you want also copy /etc/sysconfig/i18n from your CD to your chroot partition to get locales correct. That's it.

-tapsa-

maxmartin
02-12-2006, 11:04 PM
Hmm

Is there any possibility to add new item to Knoppix Menu in 2 languages? For example in Knoppix Menu:

Students stuff (in English) - booting with lang=en
Narzedzia studenckie (in Polish) - booting with lang=pl

How can I do this?

tr
02-14-2006, 08:15 PM
Hmm

Is there any possibility to add new item to Knoppix Menu in 2 languages? For example in Knoppix Menu:

Students stuff (in English) - booting with lang=en
Narzedzia studenckie (in Polish) - booting with lang=pl

How can I do this?

Yes, take a look at /usr/share/applnk/Knoppix directory. You can add Comment and Name in your language as I have done e.g. for netcardconfig.desktop:


[Desktop Entry]
Comment[de]=Netzwerkkarte konfigurieren
Comment[fi]=Verkkokortin asetukset
Exec=rxvt -ls -e /usr/sbin/netcardconfig
Icon=connect_creating
Name[de]=Netzwerkkarte konfigurieren
Name[fi]=Verkkokortti
Name=Network card configuration
Type=Application


But adding th whole sub-directory... I have never even tried. Perhaps there is more in that than just adding a new item. Sorry, I don't know.


-tapsa-

maxmartin
02-15-2006, 11:28 PM
Thanks -tapsa-.

I have looked at this directory /usr/share/applnk/Knoppix and subdirectories.

This is very complicated, but thanks for now.