winft / disman

Qt/C++ display management library
GNU Lesser General Public License v2.1
2 stars 1 forks source link

"libDisman.so.0 missing" on Manjaro Plasma display settings #47

Closed romangg closed 7 months ago

romangg commented 2 years ago

In GitLab by @dtonder on Jun 28, 2022, 10:24

Ahoi!

Im not sure if this is the right place for my problem => Since a system update that i did yesterday, i see this when i open the display settings: image

% pacman -Q --info disman
Name            : disman
Version         : 0.525.0-1
Description     : Qt/C++ display management library
Architecture    : x86_64
URL             : https://gitlab.com/kwinft/disman
Licenses        : LGPL
Groups          : None
Provides        : None
Depends On      : kcoreaddons  qt5-x11extras  wrapland
Optional Deps   : None
Required By     : kdisplay
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 1773,10 KiB
Packager        : Bernhard Landauer <oberon@manjaro.org>
Build Date      : Di 21 Jun 2022 22:31:34 CEST
Install Date    : Di 27 Jun 2022 10:18:36 CEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

with kdisplay:

% pacman -Q --info kdisplay
Name            : kdisplay
Version         : 5.24.0-1
Description     : Display management for kwinft
Architecture    : x86_64
URL             : https://gitlab.com/kwinft/kdisplay
Licenses        : LGPL
Groups          : None
Provides        : kscreen
Depends On      : disman  kcmutils  plasma-framework  qt5-sensors
Optional Deps   : None
Required By     : kwinft
Optional For    : plasma-desktop
Conflicts With  : kscreen
Replaces        : None
Installed Size  : 432,53 KiB
Packager        : Bernhard Landauer <oberon@manjaro.org>
Build Date      : Do 10 Feb 2022 23:28:04 CET
Install Date    : Mi 02 Mär 2022 13:51:43 CET
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

OS:

% cat /etc/lsb-release 
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=21.3.1
DISTRIB_CODENAME=Ruah
DISTRIB_DESCRIPTION="Manjaro Linux"
% uname -a
Linux leberle-desktop 5.15.49-1-MANJARO #1 SMP PREEMPT Wed Jun 22 14:15:49 UTC 2022 x86_64 GNU/Linux

"About this system"

Operating System: Manjaro Linux
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
Kernel Version: 5.15.49-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 1800X Eight-Core Processor
Memory: 47,0 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1080/PCIe/SSE2

If this is the wrong place to report this problem, a hint about the right-place would be much appreciated :smile:

romangg commented 2 years ago

Hey, thanks for the report. There seems to be a packaging problem or only a partial update was done accidentally. While Disman has been updated to 0.525.0, KDisplay is still at 5.24.5.

But according to the packaging it should be updated. Maybe try to update one more time.

romangg commented 2 years ago

In GitLab by @dtonder on Jun 28, 2022, 11:36

:+1: For some reason the kdisplay package was still with 5.24.0-1 in pacman, but kdisplay-kwinft was updated, installing this one solve the issue :smile: image Thanks!