| Summary: | Something spams the notification area with hundreds of "Additional multimedia codec required" | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-knotifications | Reporter: | Ralf Jung <post> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | kdelibs-bugs-null, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.54.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ralf Jung
2019-05-25 07:26:10 UTC
I have found this in my ".xsession-errors": qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 59768, resource id: 90177543, major code: 142 (Unknown), minor code: 3 qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 60242, resource id: 35651590, major code: 142 (Unknown), minor code: 3 ** Message: 09:11:25.639: PackageKit: xid = 90177543 ** Message: 09:11:25.639: PackageKit: desktop_id = (null) ** Message: 09:11:25.639: PackageKit: Codec nice name: Vorbis decoder ** Message: 09:11:25.639: PackageKit: structure: gstreamer1(decoder-audio/x-vorbis)()(64bit) Unfortunately there is no indication *why* it requests that codec from PackageKit. Also this lets me count how often I got that notification... $ fgrep decoder-audio/x-vorbis .xsession-errors -c 8926 Another report of the same issue for opensuse: https://lists.opensuse.org/opensuse-gnome/2016-06/msg00001.html This is some misbehaving GNOME app IIRC. It would be very helpful if you can determine which one it is. Do you have any suggestion for how one could determine which application is responsible? I am not even sure if I had any GNOME app running when the issue occurred. So far the spamming always stopped when I quit Kate/Konsole -- so looks more like a KDE issue to me. My guess is that a GNOME app open when I click the notification because somehow GNOME's software center is the default, but that's not the main problem here. Bug https://bugzilla.redhat.com/show_bug.cgi?id=1638147 suggests a binary named "pk-gstreamer-install". You could ask in a forum of your distribution which package tries to install this. More information on bug 391317. A few days ago I have uninstalled "gstreamer1.0-packagekit" and have not had the issue any more since then (but I am going to wait some more days to be sure). And indeed that package contains "pk-gstreamer-install". Phonon is using the GStreamer backend, so maybe that's how such things could be caused by a KDE application? Yep. Please report to developers of gstreamer-packagekit. |