Page 4 of 7
Re: noobie kde respin...yaah
Posted: Wed Jan 22, 2020 12:01 pm
by mikejade
grelos wrote: Sat Jan 18, 2020 4:59 am
I am trying to install the latest snapshot in a Virtualbox VM, however there is no installation icon on desktop.
When going to terminal and launching:
I get this:
Code: Select all
sudo: sorry, you are not allowed to preserve the environment
What should I do to install it? Thanks.
UPDATE: a simple
did it.
Glad you were able to find solution...{installer icon can be found by clicking on desktop folder in dolphin file manager when running the live cd}
Re: noobie kde respin...yaah
Posted: Mon Mar 09, 2020 6:47 pm
by suavedandy
I have a problem with changing Plasma's language. Only American English is available. I tried to install one of those kde-l10n packages but it didn't work. Please, help.
Re: noobie kde respin...yaah
Posted: Mon Mar 09, 2020 10:05 pm
by Stevo
Please go into detail on how you're changing the language from American English to whatever you're aiming for.
Re: noobie kde respin...yaah
Posted: Tue Mar 10, 2020 3:20 am
by Utopia
You must click on the "add language" button at the bottom right of the language settings page. And move the added language to the top position to make it default.
Henry
Re: noobie kde respin...yaah
Posted: Tue Mar 10, 2020 11:14 am
by suavedandy
Utopia wrote: Tue Mar 10, 2020 3:20 am
You must click on the "add language" button at the bottom right of the language settings page. And move the added language to the top position to make it default.
Henry
The problem is that there are no languages aside from American English.
Re: noobie kde respin...yaah
Posted: Tue Mar 10, 2020 1:07 pm
by Utopia
The problem is that there are no languages aside from American English
After installing the correct language pack, I could select my language (Swedish) with the "add language" button. And delete the American English alternative.
Did this only a few days ago on the 19.1 AHS version.
Henry
Re: noobie kde respin...yaah
Posted: Wed Mar 11, 2020 11:30 am
by mikejade
suavedandy wrote: Tue Mar 10, 2020 11:14 am
Utopia wrote: Tue Mar 10, 2020 3:20 am
You must click on the "add language" button at the bottom right of the language settings page. And move the added language to the top position to make it default.
Henry
The problem is that there are no languages aside from American English.
Unfortunately to make the iso smaller i had to delete the other languages using "localepurge" and manually removed the contents in /usr/share/locale thats why you cant seem to add other languages ....try adding back the localization package for your country using the twoletter (of your country) example for swedish language would be
"
sudo apt-get install kde-l10n-sv"
to generate and set the new locale to system default run as root this command
dpkg-reconfigure locales
Re: noobie kde respin...yaah
Posted: Thu Mar 12, 2020 6:37 am
by suavedandy
mikejade wrote: Wed Mar 11, 2020 11:30 am
Unfortunately to make the iso smaller i had to delete the other languages using "localepurge" and manually removed the contents in /usr/share/locale thats why you cant seem to add other languages ....try adding back the localization package for your country using the twoletter (of your country) example for swedish language would be
"
sudo apt-get install kde-l10n-sv"
to generate and set the new locale to system default run as root this command
dpkg-reconfigure locales
I installed kde-l10n-ru, ran "sudo dpkg-reconfigure locales," clicked "next" two times, rebooted and it doesn't work. I checked that the selected default locale was correct. What am I doing wrong?
Re: noobie kde respin...yaah
Posted: Thu Mar 12, 2020 12:24 pm
by mikejade
suavedandy wrote: Thu Mar 12, 2020 6:37 am
mikejade wrote: Wed Mar 11, 2020 11:30 am
Unfortunately to make the iso smaller i had to delete the other languages using "localepurge" and manually removed the contents in /usr/share/locale thats why you cant seem to add other languages ....try adding back the localization package for your country using the twoletter (of your country) example for swedish language would be
"
sudo apt-get install kde-l10n-sv"
to generate and set the new locale to system default run as root this command
dpkg-reconfigure locales
I installed kde-l10n-ru, ran "sudo dpkg-reconfigure locales," clicked "next" two times, rebooted and it doesn't work. I checked that the selected default locale was correct. What am I doing wrong?
Assuming you setting the russian language
open root terminal and type
# export LANG=ru_RU.utf-8
confirm whether default locale settings /etc/defaul/locale contains this line
LANG="ru_RU.utf-8"
ADDITIONALLY you might need to add these line to
~/.bashrc or
~/.profile files, in your home folder to change permanently the locale of the current user to:ru_RU.utf-8
export LANG=ru_RU.utf-8
reboot
Re: noobie kde respin...yaah
Posted: Thu Mar 12, 2020 2:58 pm
by suavedandy
mikejade wrote: Thu Mar 12, 2020 12:24 pm
Assuming you setting the russian language
open root terminal and type
# export LANG=ru_RU.utf-8
confirm whether default locale settings /etc/defaul/locale contains this line
LANG="ru_RU.utf-8"
ADDITIONALLY you might need to add these line to
~/.bashrc or
~/.profile files, in your home folder to change permanently the locale of the current user to:ru_RU.utf-8
export LANG=ru_RU.utf-8
reboot
So I tried doing the first command as a normal user, with sudo and as root. Checked the locales file. The line was there. Added the line to ~/.profile and rebooted. Didn't work.