Noobie KDE BUSTER 64bit respin...yaah

Help on all MX Re-spins
Message
Author
User avatar
mikejade
Posts: 29
Joined: Tue Jun 11, 2019 9:56 am

Re: noobie kde respin...yaah

#31 Post 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:

Code: Select all

sudo -E /usr/sbin/minstall
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

Code: Select all

sudo minstall
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}

suavedandy
Posts: 21
Joined: Mon Mar 09, 2020 6:15 pm

Re: noobie kde respin...yaah

#32 Post 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.

User avatar
Stevo
Developer
Posts: 14494
Joined: Fri Dec 15, 2006 7:07 pm

Re: noobie kde respin...yaah

#33 Post by Stevo »

Please go into detail on how you're changing the language from American English to whatever you're aiming for.

User avatar
Utopia
Administrator
Posts: 3383
Joined: Sun Apr 29, 2007 11:53 am

Re: noobie kde respin...yaah

#34 Post 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

suavedandy
Posts: 21
Joined: Mon Mar 09, 2020 6:15 pm

Re: noobie kde respin...yaah

#35 Post 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.

User avatar
Utopia
Administrator
Posts: 3383
Joined: Sun Apr 29, 2007 11:53 am

Re: noobie kde respin...yaah

#36 Post 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

User avatar
mikejade
Posts: 29
Joined: Tue Jun 11, 2019 9:56 am

Re: noobie kde respin...yaah

#37 Post 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

suavedandy
Posts: 21
Joined: Mon Mar 09, 2020 6:15 pm

Re: noobie kde respin...yaah

#38 Post 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?

User avatar
mikejade
Posts: 29
Joined: Tue Jun 11, 2019 9:56 am

Re: noobie kde respin...yaah

#39 Post 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

suavedandy
Posts: 21
Joined: Mon Mar 09, 2020 6:15 pm

Re: noobie kde respin...yaah

#40 Post 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.

Post Reply

Return to “MX Respins”