Le mercredi 27 novembre 2024, 13:44:21 UTC+1 Marc Haber a écrit : > On Wed, Nov 27, 2024 at 10:46:49AM +0100, MERLIN Philippe wrote: > > For me there is a problem in normally upgrade . > > When i do an : > > apt dist-upgrade -V after an apt update he want to remove : > > kde-plasma-deskstop ,kde-standard, plasma-deskstop, plasma-workspace , sddm- > > theme-breeze ... > > Naturally i stop the upgrade > > I can confirm this for the test VM that I decided to break first.
This should be due to kde-standard depending on knotes for which there is no Qt6 version and which depends on Qt5 versions of its supporting libraries that are not coinstallable with their Qt6 counterparts. I’ve updated meta-kde to remove this dependency and uploaded version 5.151 some minutes ago so you should be able to retry later today and not have that issue. > > if i do an apt -s install sddm-theme-breeze > > This was also a working workaround for me. > > About KDE in System Settings and Dolphin doesn't give any version > numbers. How do I find out which version I am actually running? There’s a second item in the menu of each component besides « About KDE » that is called something like « About $component_name ». For example « About System Settings ». It will show you the version at the top of the dialog. There’s also a Components tab in this dialog where you can find information about the version of Qt & KDE Frameworks used for compilation and the windowing system in use for that window. Happy hacking, -- Aurélien