https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251628
--- Comment #4 from Paul Dufresne <dufres...@zoho.com> --- Got the same as you: ---- root@chakara:/home/paul # pkg info|grep phonon phonon-qt5-4.11.1 KDE multimedia framework root@chakara:/home/paul # pkg info -xD phonon-qt5 phonon-qt5-4.11.1: On install: Please, consider installing backends for Phonon: - multimedia/phonon-gstreamer GStreamer backend - multimedia/phonon-vlc VLC backend root@chakara:/home/paul # --- So I did: root@chakara:/home/paul # pkg install phonon-gstreamer-qt5 Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. The following 1 package(s) will be affected (of 0 checked): New packages to be INSTALLED: phonon-gstreamer-qt5: 4.10.0 Number of packages to be installed: 1 125 KiB to be downloaded. Proceed with this action? [y/N]: y [1/1] Fetching phonon-gstreamer-qt5-4.10.0.txz: 32% 40 KiB 41.0kB/s 00:02[1/1] Fetching phonon-gstreamer-qt5-4.10.0.txz: 100% 125 KiB 127.7kB/s 00:01 Checking integrity... done (0 conflicting) [1/1] Installing phonon-gstreamer-qt5-4.10.0... [1/1] Extracting phonon-gstreamer-qt5-4.10.0: 100% ===== Message from phonon-gstreamer-qt5-4.10.0: -- You'll need to install some GStreamer plugins to make Phonon able to play something via this backend: multimedia/gstreamer1-plugins-all will let you choose among all of them. root@chakara:/home/paul # blinken Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed "Session bus not found\nTo circumvent this problem try the following command (with Linux and bash)\nexport $(dbus-launch)" root@chakara:/home/paul # exit paul@chakara:~ % blinken Bus error (core dumped) paul@chakara:~ % The error message for not initializing phonon disappeared, but still got no sound. I changed the configuration to check out "sounds" and was able to go up to repeating the sequence, but then got the core dumped. Then I did: pkg install gstreamer1-plugins-all Which install probably way too much packages: 167? But blinken now works with sound. I wish it would be easier for people installing the package (on XFCE... maybe on KDE it works, I don't know). -- You are receiving this mail because: You are the assignee for the bug.