Page 35 of 38
Re: MX-19.2 KDE Beta 2 Feedback Thread
Posted: Wed Aug 05, 2020 6:39 am
by leslie1017
My desktop disappear for each reboot, no panel, right click on desktop shows nothing:
I have to do below instructions to get it back:
leslie@leslie-desktop ~ $ killall plasmashell
plasmashell: no process found
leslie@leslie-desktop ~ $ plasmashell &
[1] 5064

Re: MX-19.2 KDE Beta 2 Feedback Thread
Posted: Wed Aug 05, 2020 6:50 am
by tony37
@ leslie: are you still using your old /home config files?
Re: MX-19.2 KDE Beta 2 Feedback Thread
Posted: Wed Aug 05, 2020 6:50 am
by leslie1017
Every time I click the "software updater" on system tray, the panel and desktop becomes not click able and requires plasmashell restart:

Re: MX-19.2 KDE Beta 2 Feedback Thread
Posted: Wed Aug 05, 2020 6:52 am
by leslie1017
tony37 wrote: Wed Aug 05, 2020 6:50 am
@ leslie: are you still using your old /home config files?
Yes, this system is my daily use one, I can't switch my home folder, need lots of configuration for other software in my home directory
Re: MX-19.2 KDE Beta 2 Feedback Thread
Posted: Wed Aug 05, 2020 7:01 am
by richb
Moderator
Images added to post via hot links from other websites as they appear in a post will be limited to a 640 x 620 pixel size. The image at the image hosting site can be a full size image without restriction. Large images take up large areas of the post and thread space, are distracting and impede the flow of the thread.
You can post the link to the full image without the [img] tags, or use a link provided by the image site of a smaller size.
Re: MX-19.2 KDE Beta 2 Feedback Thread
Posted: Wed Aug 05, 2020 7:09 am
by leslie1017
richb wrote: Wed Aug 05, 2020 7:01 am
Moderator
Images added to post via hot links from other websites as they appear in a post will be limited to a 640 x 620 pixel size. The image at the image hosting site can be a full size image without restriction. Large images take up large areas of the post and thread space, are distracting and impede the flow of the thread.
You can post the link to the full image without the [img] tags, or use a link provided by the image site of a smaller size.
Will find another img hosting site that providing smaller resolution
Re: MX-19.2 KDE Beta 2 Feedback Thread
Posted: Wed Aug 05, 2020 7:24 am
by richb
leslie1017 wrote: Wed Aug 05, 2020 7:09 am
richb wrote: Wed Aug 05, 2020 7:01 am
Moderator
Images added to post via hot links from other websites as they appear in a post will be limited to a 640 x 620 pixel size. The image at the image hosting site can be a full size image without restriction. Large images take up large areas of the post and thread space, are distracting and impede the flow of the thread.
You can post the link to the full image without the [img] tags, or use a link provided by the image site of a smaller size.
Will find another img hosting site that providing smaller resolution
Thank you. Imgur has an option to use a link labelled "Large". It meets the forum requirements.
Re: MX-19.2 KDE Beta 2 Feedback Thread
Posted: Wed Aug 05, 2020 8:08 am
by tony37
leslie1017 wrote: Wed Aug 05, 2020 6:52 am
tony37 wrote: Wed Aug 05, 2020 6:50 am
@ leslie: are you still using your old /home config files?
Yes, this system is my daily use one, I can't switch my home folder, need lots of configuration for other software in my home directory
It's very likely all your problems are caused by version conflicts in the config files, so you'll have to find a way to keep the config files you want and get rid of the other ones. But you'll have to reinstall MX KDE anyway as the beta apparently won't be upgraded, so what you can do then (there may be other options) is to transform your current /home folder into a separate data partition and have your /home folder (on the new install) on the same partition as /. Then you link the folders you want to use from your old /home to your new /home (you may have to delete some newly created folders first) and that's about it. And also put your data partition in /etc/fstab, so it is mounted at boot, for example at /mnt/data.
I suspect you're seeing a lot of problems because you have downgraded your Plasma from a newer version to 5.14, and the newer version will have put stuff in the config files that the older version isn't programmed to understand.
Re: MX-19.2 KDE Beta 2 Feedback Thread
Posted: Wed Aug 05, 2020 8:40 am
by asqwerth
shmu26 wrote: Wed Aug 05, 2020 4:32 am
I have Kubuntu 20.04 installed. I want to replace it with MX KDE Beta, and keep my home directory.
1 Is this tantamount to suicide?
...
Code: Select all
shmuel@shmuel-Kubuntu:~$ inxi -F
System:
Host: shmuel-Kubuntu Kernel: 5.4.0-42-generic x86_64 bits: 64
Desktop: KDE Plasma 5.18.5 Distro: Ubuntu 20.04.1 LTS (Focal Fossa)
...
Please read the post
below above, from this same thread:
viewtopic.php?p=590497#p590497
Even if you wait for the RC or Final release, there are no guarantees that there won't be conflicts in config settings between Kubuntu 20.04's Plasma 5.18 and Debian Buster's 5.14.
Your system may not self destruct, but you may face little niggling issues without being able to figure out why.
Re: MX-19.2 KDE Beta 2 Feedback Thread
Posted: Wed Aug 05, 2020 9:16 am
by leslie1017
tony37 wrote: Wed Aug 05, 2020 8:08 am
leslie1017 wrote: Wed Aug 05, 2020 6:52 am
tony37 wrote: Wed Aug 05, 2020 6:50 am
@ leslie: are you still using your old /home config files?
Yes, this system is my daily use one, I can't switch my home folder, need lots of configuration for other software in my home directory
It's very likely all your problems are caused by version conflicts in the config files, so you'll have to find a way to keep the config files you want and get rid of the other ones. But you'll have to reinstall MX KDE anyway as the beta apparently won't be upgraded, so what you can do then (there may be other options) is to transform your current /home folder into a separate data partition and have your /home folder (on the new install) on the same partition as /. Then you link the folders you want to use from your old /home to your new /home (you may have to delete some newly created folders first) and that's about it. And also put your data partition in /etc/fstab, so it is mounted at boot, for example at /mnt/data.
I suspect you're seeing a lot of problems because you have downgraded your Plasma from a newer version to 5.14, and the newer version will have put stuff in the config files that the older version isn't programmed to understand.
Is there any plasma/kde log to look for what error occured?