Siduction Forum

Siduction Forum => Software - Support => Topic started by: unklarer on 2020/07/05, 11:18:41

Title: plasma 5.19
Post by: unklarer on 2020/07/05, 11:18:41
@dibl

I need your assistance.   :)

Softwareversion
Code: [Select]
Operating System: Debian GNU/Linux
KDE Plasma Version: 5.19.2
KDE Frameworks Version: 5.71.0
Qt Version: 5.14.2
Kernel Version: 5.7.7-towo.1-siduction-amd64
OS Type: 64-bit
Processors: 4 × Intel® Core™2 Quad CPU Q9400 @ 2.66GHz
Memory: 7.8 GiB of RAM
Graphics Processor: AMD CAICOS

Paket
Code: [Select]
apt policy plasma-workspace
plasma-workspace:
  Installiert:           4:5.19.2-1~np1
  Installationskandidat: 4:5.19.2-1~np1
  Versionstabelle:
     4:5.19.2-1~np1 500
        500 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma519/Debian_Unstable ./ Packages
 *** 4:5.19.2-1~np1 100
        100 /var/lib/dpkg/status
     4:5.17.5-4 500
        500 http://deb.debian.org/debian unstable/main amd64 Packages

Repo's
Code: [Select]
inxi -r
Repos:     No active apt repos in: /etc/apt/sources.list
           No active apt repos in: /etc/apt/sources.list.d/dbgsym.list
           Active apt repos in: /etc/apt/sources.list.d/debian.list
           1: deb http://deb.debian.org/debian/ unstable main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/extra.list
           1: deb http://ftp.uni-stuttgart.de/siduction/extra unstable main
           Active apt repos in: /etc/apt/sources.list.d/fixes.list
           1: deb https://packages.siduction.org/fixes unstable main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/obs-npreining-kde.list
           1: deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other-deps/Debian_Unstable/ ./
           2: deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/frameworks/Debian_Unstable/ ./
           3: deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/apps/Debian_Unstable/ ./
           4: deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma519/Debian_Unstable/ ./

I'm not sure, for over a week now, the package plasma-workspace is held back by apt and I can't "log off; reboot; shutdown" from the desktop

This can only be done via the console.
On the sddm login screen, however, everything works.
The error occurs since the upgrade from 5.18 to 5.19.

Are you struggling with this problem too?
Title: Re: plasma 5.19
Post by: hschn on 2020/07/05, 12:14:36
Hello

there was a problem with libqalculate21-data  libqalculate21

Solution:

apt install libqalculate20-data  libqalculate20
apt install --reinstall plasma-workspace

good luck

Title: Re: plasma 5.19
Post by: dibl on 2020/07/05, 13:47:16
Quote from: hschn
Solution:

apt install libqalculate20-data  libqalculate20
apt install --reinstall plasma-workspace

Thank you.  I still have plasma 5.18, but upgrade is coming soon.


EDIT:  I just checked the full-upgrade.  I've got a huge list of "automatically installed and no longer required" packages, including kde-config-sddm  and all the qml packages, plus 10 removals including plasma-desktop and plasma-workspace.  Is this all caused by the libqalculate20 problem?
Title: Re: plasma 5.19
Post by: unklarer on 2020/07/05, 16:03:05
^@hschn,

perfect! Thank you!  :D

Code: [Select]
apt update
OK:1 http://ftp.uni-stuttgart.de/siduction/extra unstable InRelease
OK:2 http://deb.debian.org/debian unstable InRelease
OK:3 http://deb.debian.org/debian experimental InRelease
OK:4 https://packages.siduction.org/fixes unstable InRelease
OK:5 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other-deps/Debian_Unstable ./ InRelease
OK:6 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/frameworks/Debian_Unstable ./ InRelease
OK:7 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/apps/Debian_Unstable ./ InRelease
OK:8 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma519/Debian_Unstable ./ InRelease
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Alle Pakete sind aktuell.

@dibl,

please note #2 from here. (https://forum.siduction.org/index.php?topic=7990.msg64824#msg64824) I needed libqalculate21 from experimental, so that the plasma-desktop etc. was not removed.

In the meantime, Norbert had changed the OBS repos (https://www.preining.info/blog/2020/06/kde-plasma-5-19-2-for-debian/) to his own because of bugs in the OBS repos.
If I may recommend, first update the whole system and then downgrade to libqalculate20

history.log
Code: [Select]
Start-Date: 2020-07-05  14:08:27
Commandline: apt install libqalculate20-data libqalculate20
Install: libqalculate20-data:amd64 (2.8.2-1), libqalculate20:amd64 (2.8.2-1+b2)
Upgrade: plasma-workspace:amd64 (4:5.19.2-1~np1, 4:5.19.2-1~np1)
Remove: libqalculate21-data:amd64 (3.3.0-1), libqalculate21:amd64 (3.3.0-1)
End-Date: 2020-07-05  14:08:41

Start-Date: 2020-07-05  14:12:38
Commandline: apt install --reinstall plasma-workspace
Reinstall: plasma-workspace:amd64 (4:5.19.2-1~np1)
End-Date: 2020-07-05  14:12:42
Title: Re: plasma 5.19
Post by: dibl on 2020/07/05, 16:26:44
Aha -- thank you @unklarer!

EDIT:  3 KDE/Plasma systems fully upgraded to:

Code: [Select]
root@dibl-HP350:/# apt policy plasma-desktop
plasma-desktop:
  Installed: 4:5.19.2-1~np1
  Candidate: 4:5.19.2-1~np1

Thank you hschn and unklarer..