[SOLVED] - Mageia 9 KDE Plasma missing after Lock Up

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] - Mageia 9 KDE Plasma missing after Lock Up

Postby oldbaldy » Feb 20th, '24, 15:30

Hi Everyone,

After a failed attempt to install and use Wine my system locked up. Following a forced powerdown my problem arose.

KDE Plasma has vanished. In its place, when I successfully log on, is an Icewm desktop. So my system appears to be OK.

I would like to return to my familiar KDE Plasma environment. rpmdrake lists several Plasma packages as installed.

Is it possible to make the switch back to KDE easily or do I need to do some sort of repair or even a reinstall?

Thanks for your guidance in advance.
Last edited by oldbaldy on Feb 21st, '24, 15:22, edited 2 times in total.
oldbaldy
 
Posts: 7
Joined: Feb 19th, '21, 17:56

Re: Mageia 9 KDE Plasma missing after Lock Up

Postby Germ » Feb 20th, '24, 18:44

First thing I would do is reinstall task-plasma5
Starting in 1999: Mandrake > Mandriva > Mageia
Linux User #274693
User avatar
Germ
 
Posts: 718
Joined: Mar 30th, '11, 13:16
Location: Chelsea, Oklahoma USA

Re: Mageia 9 KDE Plasma missing after Lock Up

Postby oldbaldy » Feb 20th, '24, 19:11

Thank you. I will do it ASAP
oldbaldy
 
Posts: 7
Joined: Feb 19th, '21, 17:56

Re: Mageia 9 KDE Plasma missing after Lock Up

Postby oldbaldy » Feb 20th, '24, 19:18

Thank you for offering help.

task-plasma5 was not installed. It is now.

No apparent impact on rebooting so where do I go from here?
oldbaldy
 
Posts: 7
Joined: Feb 19th, '21, 17:56

Re: Mageia 9 KDE Plasma missing after Lock Up

Postby morgano » Feb 20th, '24, 20:01

When you get to login screen, select Plasma.

If problem: where do it go wrong?

EDIT, ADD: Regarding wine see
https://wiki.mageia.org/en/Ways_to_inst ... grams#Wine
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1488
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Mageia 9 KDE Plasma missing after Lock Up

Postby doktor5000 » Feb 20th, '24, 21:27

Germ wrote:First thing I would do is reinstall task-plasma5

Reinstalling task- meta-packages won't do anything, as this does not cover any of the dependencies, only the empty task- package itself.

One would need to run urpmi --replacepkgs --replacefiles against any package which is required or suggested by task-plasma5 and task-plasma5-minimal.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18042
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Mageia 9 KDE Plasma missing after Lock Up

Postby morgano » Feb 21st, '24, 00:11

doktor5000 wrote:Reinstalling task- meta-packages won't do anything, as this does not cover any of the dependencies, only the empty task- package itself.


It do seem to work to make sure Plasma5 is complete (package wise), Example:

1) urpme okular, and it will also remove task-plasma5-minimal and task-plasma5.
then
2) urpmi task-plasma5, and it will also install task-plasma5-minimal and okular
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1488
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Mageia 9 KDE Plasma missing after Lock Up

Postby doktor5000 » Feb 21st, '24, 00:57

That's not the same, and in your case only works for okular because you removed it - hence only okular itself will be reinstalled.

Something like this should work at least for the application packages, libraries are not that easy to query:
Code: Select all
unset reinstall; installed=$(rpm -qa --qf '%{NAME}\n'); packages="task-plasma5 task-plasma5-minimal"; for package in $packages; do for pkg in $(urpmq --recommends ${package}|awk -F'[' '{print $1}'); do echo "${installed}"|grep -qix ${pkg} && reinstall="${reinstall} ${pkg}"; done ; for pkg in $(urpmq --requires ${package}|awk -F'[' '{print $1}'); do echo "${installed}"|grep -qix ${pkg} && reinstall="${reinstall} ${pkg}"; done; done

urpmi --replacepkgs --replacefiles --test ${reinstall}


In any case, blindly reinstalling packages is not the right approach 95% of the time.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18042
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Mageia 9 KDE Plasma missing after Lock Up

Postby Germ » Feb 21st, '24, 14:35

i've fixed just such a scenario as oldbaldy's by reinstalling task-plasma. it's an easy first try at a fix. of course, I don't know his exact problem but its worth a shot.
Starting in 1999: Mandrake > Mandriva > Mageia
Linux User #274693
User avatar
Germ
 
Posts: 718
Joined: Mar 30th, '11, 13:16
Location: Chelsea, Oklahoma USA

SOLVED - Mageia 9 KDE Plasma missing after Lock Up

Postby oldbaldy » Feb 21st, '24, 15:21

Hi All,

Thanks to Germ's suggestion by rebooting and checking at the top of the login screen I found that I now had to option to select Plasma. I do not understand why it worked just that I am grateful to be up and running in my preferred Desktop once again.

Thanks very much for getting me out of an embarrassing hole.
oldbaldy
 
Posts: 7
Joined: Feb 19th, '21, 17:56

Re: [SOLVED] - Mageia 9 KDE Plasma missing after Lock Up

Postby Germ » Feb 21st, '24, 21:16

You're welcome. Glad you got it sorted. :mrgreen:
Starting in 1999: Mandrake > Mandriva > Mageia
Linux User #274693
User avatar
Germ
 
Posts: 718
Joined: Mar 30th, '11, 13:16
Location: Chelsea, Oklahoma USA


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron