Summary: | Unexpected failure message appears when downloading files in Chromium | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | cgku |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | REPORTED --- | ||
Severity: | minor | CC: | aleixpol, jgrulich, kdelibs-bugs, nate, vince |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Info captured by dbus-monitor |
Description
cgku
2022-01-28 02:07:56 UTC
Can you run "dbus-monitor --session" in a terminal and keep it running while trying to download a file? Then copy the log to a file and attach it here please. . Created attachment 146022 [details]
Info captured by dbus-monitor
I think this migh be because of file indexing. This is not related to xdg-desktop-portal-kde, it's just that xdp-kde starts the KFileWidget which probably runs these jobs. method call time=1643416956.854484 sender=:1.56 -> destination=org.kde.JobViewServer serial=307 path=/JobViewServer; interface=org.kde.JobViewServer; member=requestView string "xdg-desktop-portal-kde" method call time=1643416956.858592 sender=:1.56 -> destination=org.kde.JobViewServer serial=318 path=/org/kde/notificationmanager/jobs/JobView_5; interface=org.kde.JobViewV2; member=setInfoMessage string "Examining" What you recommend as a next step? Is this as simple as reinstalling the indexer, or does this warrant a post to that forum? I had the same bug with firefox. In my case, it was a wrong filename (a carriage return character in the filename) in one file in the default save directory. After finding and modify the name, no more pop-up. |