Fedora Linux: It's your Operating System.

johannbg,
@johannbg@mastodon.social avatar

Squeezing modern bt headphones setup for in a post :)

$ sudo dnf install pipewire-codec-aptx

$ sudo vim /etc/wireplumber/bluetooth.lua.d/51-bluez-config.lua

bluez_monitor.properties = {
["bluez5.enable-sbc-xq"] = true,
["bluez5.enable-msbc"] = true,
["bluez5.enable-hw-volume"] = true,
["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
}

$ sudo systemctl daemon-reload
$ systemctl --user restart pipewire.service

Hope you learned something....

johannbg,
@johannbg@mastodon.social avatar

Note: the pipewire-codec-aptx comes from rpmfusion also if you own one of those Sony WH-1000XM* headsets who dont support HSP Audio Gateway ( hsp_ag ), you need to remove that role from the bluez5.headset-roles line.

sesivany,
@sesivany@floss.social avatar

@johannbg does the package provide only the original AptX codec or its enhanced versions such as AptX HD? IMHO the original AptX codec doesn't have any advantage over what is already available in Fedora SBC-XQ, AAC, LDAC.

anders,

has general issues with building software currently, so 6.9.1 and 6.6.31 builds will be delayed until the issues have been resolved.

Bug report: https://github.com/fedora-copr/copr/issues/3266

keywan, German
@keywan@chaos.social avatar

I had a nice trip with @sesivany from Prague to Brno. We just found out at the 40 release party yesterday that we were taking the same train. We shared travel stories and Jiří gave me some good advice for my trip. Děkuji

sesivany,
@sesivany@floss.social avatar

@keywan Pleasure on my side. Enjoy the rest of your trip!

aral, (edited )
@aral@mastodon.ar.al avatar

This is great but can we please also have Fedora (& Ubuntu, etc.) acknowledge they started shipping operating systems without a functional screen reader when they switched to Wayland and that that’s still the case?

This is not to name and shame. Unless we acknowledge this as an error on par with shipping without monitor support and unless the culture is altered to make accessibility a showstopper, it’ll happen again.

https://fosstodon.org/@fedora/112450335722898487

LiberalArtist,
@LiberalArtist@mastodon.social avatar

@aral Again, I agree that accessibility is of utmost importance and that cultural changes are needed to emphasize it from the beginning. I just think systems that need some non-default configuration for a functional screen reader are importantly different than "operating systems without a functional screen reader".

Both X and Wayland have limitations that in some use-cases make them not viable. Until Wayland catches up, we each get to decide if we prefer Wayland's bugs or X's bugs.

aral,
@aral@mastodon.ar.al avatar

@LiberalArtist All I’m saying is that if you believe that, then shipping with Wayland without monitor support is also different than “operating systems without functional monitor support.” (Unless your point is that there are different criteria for what is acceptable for sighted people – which, clearly, is the case because those operating systems are shipping with monitor support by default but without screen reader support.)

fedoracz, Czech
@fedoracz@floss.social avatar

#Fedora 40 cake 😋

siosm,
@siosm@floss.social avatar
UniversalBlue,
@UniversalBlue@fosstodon.org avatar

Homebrew is now installed for you with the latest images of Bluefin, Aurora, and Bazzite. We don't have to strongly recommend installing it anymore because it's right there!

Homebrew is a great package manager especially for CLI apps. Give it a whirl if you haven't already.

Learn more: https://universal-blue.discourse.group/t/brew-is-now-installed-by-default-in-aurora-bluefin-and-bazzite/1717

#uBlue #Bluefin #Bazzite #uBlueAurora #Fedora #FedoraAtomic #Linux #OpenSource

gregorni,
@gregorni@fosstodon.org avatar

@UniversalBlue Homebrew for the win!

rooktallon,

Giving Mate a chance since they say that's the best version of in a Linux distro you can get now. Hopefully true.

fireborn,

@rooktallon this opinion is very unpopualar. I just install Deabian stable and run orca from backorts. That's it.

fedora,
@fedora@fosstodon.org avatar

For Global Accessibility Awareness Day, we want to recognize the work being done on accessibility by @matt as part of the @gnome Foundation. He is the lead for @accesskit and is currently working on Newton, a Wayland-oriented solution for assistive technologies that can modernize accessibility on the Linux desktop!

➡️ https://www.youtube.com/watch?v=w9psDfEFf9c

fedora,
@fedora@fosstodon.org avatar

The Fedora Accessibility Working Group is looking to work closer with upstream as we aim to improve accessibility on Fedora. If you are interested in joining, participating, collaborating, or sharing your experience, please reach out with the Fedora DEI tag on our forum.

➡️ https://discussion.fedoraproject.org/tag/dei-team

owen,
@owen@ordinary.cafe avatar

I will be speaking at the 40 release party on Friday, May 24th at 17:00-UTC about @hq, and @ultramarine!
Gonna be a fun one:)

https://fedoraproject.org/wiki/Fedora_Linux_40_Release_Party_Schedule

fedora,
@fedora@fosstodon.org avatar

PSA: Fedora Linux 38 will reach end of life on May 21, next Tuesday.

Time to start upgrading. Fedora 39 will be supported for up to one month after the release of Fedora 41 (~6 months). Fedora 40 will be supported until a month after Fedora 42 (~12 months).

➡️ https://discussion.fedoraproject.org/t/fedora-linux-38-end-of-life-in-one-week/117069

autkin,

Why dnf upgrade on #Fedora 39 shows me red lines of packageName replacing packageName (name being the same), but only for some? I know a thing or two on Linux #packaging, but not RPM.

thelinuxcast,
@thelinuxcast@fosstodon.org avatar

@autkin One is being added (wireshark) one is being removed (vga).

It does this because there is likely a conflict somewhere along the line. It's nothing to worry about and completley normal. All package mangers do it. Yours just has color coding so you are a bit more informed.

autkin,

@thelinuxcast No. Wireshark is being updated, and virtualbox-guest-additions is being updated. They are presented differently. Why?

UniversalBlue,
@UniversalBlue@fosstodon.org avatar

Have you heard of... the Forge?

"On-premises Universal Blue. This project's intent is to provide the service units necessary to set up a self-hosted OS forge for custom images."

The Forge is currently being developed and we're looking for contributions, so please take a look and help if you can!

Learn more: https://universal-blue.discourse.group/t/self-hosters-the-forge-needs-your-eyes-and-hands/1566?u=j0rge

mcdanlj,
@mcdanlj@social.makerforums.info avatar

I decided to try building #FreeCAD from source. I used a F39 toolbox on my #Fedora 40 #Silverblue and installed the prereqs; most from packages, but pyside2 from pip (inside the toolbox) since it hasn't been packaged in Fedora for years. The segfault I'm getting from libshiboken isn't illuminating to me. I could imagine a missing dependency on a package causing a segfault, or maybe no one is building FreeCAD on Fedora and it just doesn't work on F39. 🤔

Not clear that I'm close enough to the beaten path for this to be worth a bug report, though. Quite likely PEBCAK...

mcdanlj,
@mcdanlj@social.makerforums.info avatar

@garrett Yeah, it's the same pyside2 problem I ran into in toolbox. Pyside2 has been dropped from Fedora, I think that was because it's not working on current Python.

I think this is a temporary state, and when FreeCAD moves to Pyside6 along with the Qt6 framework, it will be easier. But that's not going to come before FreeCAD 1.0 I think.

So I think at least currently I'll start from a Debian container since @yorik is using Debian.

mcdanlj, (edited )
@mcdanlj@social.makerforums.info avatar

@yorik Building and running it in a debian:latest container is working, thank you! I used both shiboken and pyside as packaged, not using pip. The current docker build instructions are missing three packages. But one seems to have been intentionally removed, so I just put the information in github for someone who knows what's intended to decide what to do about it.

distrobox create --name debian --image debian:latest<br></br>
fedora,
@fedora@fosstodon.org avatar

If you would like to present at Fedora Week of Diversity, the deadline for proposals is in under 5 hours!

➡️ https://cfp.fedoraproject.org/fwd-2024/cfp

  • All
  • Subscribed
  • Moderated
  • Favorites
  • fedora
  • DreamBathrooms
  • magazineikmin
  • cubers
  • InstantRegret
  • cisconetworking
  • Youngstown
  • vwfavf
  • slotface
  • Durango
  • rosin
  • everett
  • kavyap
  • thenastyranch
  • mdbf
  • megavids
  • khanakhh
  • modclub
  • tester
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • ngwrru68w68
  • Leos
  • anitta
  • tacticalgear
  • normalnudes
  • provamag3
  • JUstTest
  • All magazines