On 07/10/2020 13:52, Lumír Balhar wrote:
A workaround solution for me was to remove
pulseaudio-module-bluetooth-freeworld and install
pulseaudio-module-bluetooth from Fedora's repositories but it wasn't
that straightforward because some parts of gnome has this package in
dependencies so it'd end up uninstalling protected packages so I had to
remove it manually using RPM and then install the official one.
rpm --erase --nodeps pulseaudio-module-bluetooth-freeworld
dnf install pulseaudio-module-bluetooth
This is where using the shell can help:
% sudo dnf shell
> erase pulseaudio-module-bluetooth-freeworld
> install pulseaudio-module-bluetooth
> run
and it will do it all in one transaction, allowing the
dependency to be maintained.
Tom
--
Tom Hughes (tom@xxxxxxxxxx)
http://compton.nu/
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx