Bug 1221459 - Following TW update to 20240311 (Plasma6): Dolphin no longer plays (from the "Preview Panel") audio files.
Summary: Following TW update to 20240311 (Plasma6): Dolphin no longer plays (from the ...
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: KDE Applications (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-Mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-15 10:16 UTC by Paul Tannington
Modified: 2024-03-17 21:31 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Tannington 2024-03-15 10:16:21 UTC
Following the TW update to 20240311 (Plasma6): Dolphin no longer plays (From the "Preview Panel") audio files (of any format, mp3, ogg, wav...)


Logged to journal:
Mar 15 10:05:26 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Mar 15 10:05:26 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Mar 15 10:05:26 Orion-15.openSUSE dolphin[2766]: WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  EmbeddedVideoPlayer ( no objectName ).
Mar 15 10:05:26 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Mar 15 10:05:26 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Mar 15 10:05:26 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Mar 15 10:05:26 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Mar 15 10:05:26 Orion-15.openSUSE dolphin[2766]: WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioOutput ( no objectName ).
Mar 15 10:05:26 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Mar 15 10:05:26 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Mar 15 10:05:27 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Mar 15 10:05:28 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Mar 15 10:05:28 Orion-15.openSUSE dolphin[2766]: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded



Package "libphonon4qt6" is installed. This package recommends "phonon-backend-qt6" which does not seem to be available (?):


paul@Orion-15:~$ sudo zypper in phonon-backend-qt6
[sudo] password for root: 
Loading repository data...
Reading installed packages...
'phonon-backend-qt6' not found in package names. Trying capabilities.
No provider of 'phonon-backend-qt6' found.
Resolving package dependencies...
Nothing to do.
paul@Orion-15:~$



Operating System: openSUSE Tumbleweed 20240313
KDE Plasma Version: 6.0.1
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.7.9-1-default (64-bit)
Graphics Platform: X11
Comment 1 Paul Tannington 2024-03-15 10:43:28 UTC
Just found this bug report:

https://bugs.kde.org/show_bug.cgi?id=481979

indicating the same issue with "KDE NEON"

In the first comment (from "Patrick Silva") it is suggested this is due to a packaging issue.
Comment 2 Christophe Marin 2024-03-15 12:16:07 UTC
https://build.opensuse.org/request/show/1158213 +
https://build.opensuse.org/request/show/1158212

you can install phonon-vlc-qt6 manually to fix your issue
Comment 3 Paul Tannington 2024-03-15 12:39:10 UTC
(In reply to Christophe Marin from comment #2)
> https://build.opensuse.org/request/show/1158213 +
> https://build.opensuse.org/request/show/1158212
> 
> you can install phonon-vlc-qt6 manually to fix your issue

Installing "phonon-vlc-qt6" is going to pull in vlc itself, together with all of vlc's dependencies...

Looking at an older (20240303) TW install on another machine it appears to be using "phonon4qt5-backend-gstreamer" - is there not a qt6 variant of that? as I don't really want vlc installed.
Comment 4 Christophe Marin 2024-03-15 12:44:18 UTC
(In reply to Paul Tannington from comment #3)
> (In reply to Christophe Marin from comment #2)
> > https://build.opensuse.org/request/show/1158213 +
> > https://build.opensuse.org/request/show/1158212
> > 
> > you can install phonon-vlc-qt6 manually to fix your issue
> 
> Installing "phonon-vlc-qt6" is going to pull in vlc itself, together with
> all of vlc's dependencies...
> 
> Looking at an older (20240303) TW install on another machine it appears to
> be using "phonon4qt5-backend-gstreamer" - is there not a qt6 variant of
> that? as I don't really want vlc installed.

no, the gstreamer backend is gone.
Comment 5 Paul Tannington 2024-03-15 13:39:36 UTC
(In reply to Christophe Marin from comment #4)
> (In reply to Paul Tannington from comment #3)
> 
> no, the gstreamer backend is gone.

Ah! OK.

That is, though, rather unfortunate.

So, dolphin now in effect, depends upon vlc if one wants audio/video in the preview panel.
Comment 6 Christophe Marin 2024-03-15 15:31:55 UTC
(In reply to Paul Tannington from comment #5)
> (In reply to Christophe Marin from comment #4)
> > (In reply to Paul Tannington from comment #3)
> > 
> > no, the gstreamer backend is gone.
> 
> Ah! OK.
> 
> That is, though, rather unfortunate.
> 
> So, dolphin now in effect, depends upon vlc if one wants audio/video in the
> preview panel.

See https://bugzilla.suse.com/show_bug.cgi?id=1219416 on the same topic.

vlc itself isn't used, but we need the plugins provided by the package.
Comment 7 OBSbugzilla Bot 2024-03-17 15:35:03 UTC
This is an autogenerated message for OBS integration:
This bug (1221459) was mentioned in
https://build.opensuse.org/request/show/1158764 Factory / phonon-vlc
Comment 8 Christophe Marin 2024-03-17 21:31:26 UTC
Fix is now in factory, it will appear in one of the next snapshots