This post has sections in boldface. Please pay attention to that. The discussion about the question in the title of this post is in a section below. The other sections provide background information. Thanks
Issue details
I went to clear my cookies from konqueror and the control had no icon and when I clicked on it
The kcm_cookies.so
plugin was moved from kf5-kio-core
to kf5-kio-widgets
.
This caused the location of kcm_cookies.so
to change from /usr/lib/qt5/plugins/kcm_cookies.so
to /usr/lib/qt5/plugins/plasma/kcms/systemsettings_qwidgets/kcm_cookies.so
This command shows that:
$ dnf provides '*/kcm_cookies.so'
Last metadata expiration check: 2 days, 3:24:29 ago on Fri 22 Jul 2022 06:32:54 AM EDT.
kf5-kio-core-5.91.0-1.fc36.i686 : Core components of the KIO Framework
Repo : fedora
Matched from:
Filename : /usr/lib/qt5/plugins/kcm_cookies.so
kf5-kio-core-5.91.0-1.fc36.x86_64 : Core components of the KIO Framework
Repo : fedora
Matched from:
Filename : /usr/lib64/qt5/plugins/kcm_cookies.so
kf5-kio-widgets-5.96.0-1.fc36.i686 : Widgets for KIO Framework
Repo : updates
Matched from:
Filename : /usr/lib/qt5/plugins/plasma/kcms/systemsettings_qwidgets/kcm_cookies.so
kf5-kio-widgets-5.96.0-1.fc36.x86_64 : Widgets for KIO Framework
Repo : @System
Matched from:
Filename : /usr/lib64/qt5/plugins/plasma/kcms/systemsettings_qwidgets/kcm_cookies.so
kf5-kio-widgets-5.96.0-1.fc36.x86_64 : Widgets for KIO Framework
Repo : updates
Matched from:
Filename : /usr/lib64/qt5/plugins/plasma/kcms/systemsettings_qwidgets/kcm_cookies.so
Software versions:
$ lsb_release -d
Description: Fedora release 36 (Thirty Six)
$ rpm -q konqueror konqueror-libs kf5-kio-core kf5-kio-widgets
konqueror-22.04.1-1.fc36.x86_64
konqueror-libs-22.04.1-1.fc36.x86_64
kf5-kio-core-5.96.0-1.fc36.x86_64
kf5-kio-widgets-5.96.0-1.fc36.x86_64
Is this an upstream issue or a downstream one?
- A read-only git mirror for the kio is available on github. The contents does not have anything that differentiates between kf5-kio-core and kf5-kio-widgets.
- When you
dnf download --source kf5-kio-core
you get the same source rpm as when you downloaddnf download --source kf5-kio-widgets
.
Offhand I’d say that it’s a downstream issue so I opened this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=2110209