Bug 483603 - Startpage shows no internet connection
Summary: Startpage shows no internet connection
Status: RESOLVED DUPLICATE of bug 475050
Alias: None
Product: Discover
Classification: Applications
Component: discover (show other bugs)
Version: 6.0.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2024-03-14 20:09 UTC by Gui Do
Modified: 2024-05-13 16:07 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Startpage (84.17 KB, image/png)
2024-03-14 20:09 UTC, Gui Do
Details
New log from terminal while starting discover (88.14 KB, text/plain)
2024-03-25 10:48 UTC, Gui Do
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gui Do 2024-03-14 20:09:35 UTC
Created attachment 167204 [details]
Startpage

Startpage shows no internet connection although connection is enabled and working, search for software and update of installed apps are fine
***
Operating System: openSUSE Leap 15.5
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 5.14.21-150500.55.52-default (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i3-7100U CPU @ 2.40GHz
Memory: 11.5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 620
Comment 1 Harald Sitter 2024-03-25 01:25:14 UTC
Any output when started from a terminal?
Comment 2 Gui Do 2024-03-25 08:56:41 UTC
Sure, here you are:

[gui@suse ~]$ plasma-discover
libs QList("/usr/lib64/qt6/plugins", "/usr/bin")
org.kde.plasma.libdiscover: OdrsReviewsBackend: Fetch ratings: false
adding empty sources model QStandardItemModel(0x55d1c3b05600)
qt.qml.typeresolution.cycle: Cyclic dependency detected between "qrc:/qt/qml/org/kde/desktop/private/TextFieldContextMenu.qml" and "qrc:/qt/qml/org/kde/desktop/MenuItem.qml"
QObject::startTimer: Timers cannot have negative intervals
qrc:/qt/qml/org/kde/discover/qml/DiscoverWindow.qml:330:5: QML OverlaySheet: Binding loop detected for property "implicitHeight"
qrc:/qt/qml/org/kde/discover/qml/BrowsingPage.qml:17:1: QML BrowsingPage: Created graphical object was not placed in the graphics scene.
PackageKitBackend: No distro component found for "org.opensuse.opensuse-leap"
packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
AppStreamIntegration: No distro component found for "org.opensuse.opensuse-leap"
packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
Comment 3 Harald Sitter 2024-03-25 09:16:01 UTC
Doesn't look too useful unfortunately :(
Comment 4 Gui Do 2024-03-25 09:25:25 UTC
Sorry that I can not help you. Issue is in a cosmetical manner, does not really matter.
Comment 5 Gui Do 2024-03-25 10:48:36 UTC
Created attachment 167728 [details]
New log from terminal while starting discover

New log with mor info from terminal while starting discover
Comment 6 Harald Sitter 2024-03-25 10:55:58 UTC
Now that is interesting

"PackageKit stopped running!"

Please check your journalctl for possible traces of packagekit.service crashing or exiting with an error.
Comment 7 Gui Do 2024-03-25 11:04:25 UTC
In systemlog while starting discover is written down:

25.03.24 12:02	dbus-daemon	[system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.99' (uid=1000 pid=3750 comm="/usr/bin/plasma-discover ")
25.03.24 12:02	systemd	Starting PackageKit Daemon...
25.03.24 12:02	PackageKit	daemon start
25.03.24 12:02	dbus-daemon	[system] Successfully activated service 'org.freedesktop.PackageKit'
25.03.24 12:02	systemd	Started PackageKit Daemon.
25.03.24 12:02	plasma-discover	PackageKitBackend: No distro component found for "org.opensuse.opensuse-leap"
25.03.24 12:02	DiscoverNotifier	packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
25.03.24 12:02	plasma-discover	packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
25.03.24 12:02	PackageKit	get-updates transaction /1_aceccbee from uid 1000 finished with success after 6883ms
25.03.24 12:02	DiscoverNotifier	packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
25.03.24 12:02	plasma-discover	packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
25.03.24 12:02	PackageKit	get-updates transaction /2_cbabecda from uid 1000 finished with success after 11124ms
25.03.24 12:02	PackageKit	daemon quit
25.03.24 12:02	plasma-discover	PackageKit stopped running!
25.03.24 12:02	systemd	packagekit.service: Deactivated successfully.
Comment 8 Harald Sitter 2024-03-25 11:19:32 UTC
25.03.24 12:02	PackageKit	daemon quit

Pretty sure that's not supposed to happen. Why it happens I can't say but discover should probably surface this in the error message. The stuff about internet connection is just because the code doesn't handle the daemon disappearing so it doesn't know what went wrong.
Comment 9 Bug Janitor Service 2024-05-13 10:57:11 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/840
Comment 10 Nate Graham 2024-05-13 16:07:03 UTC

*** This bug has been marked as a duplicate of bug 475050 ***