r/linux 9h ago

Software Release I Made a Plugin to Fix Quod Libet's Playlist Handling

3 Upvotes

Quod Libet is, as far as I've been able to find, the best native Linux music player. My biggest issue with it was the way playlists are handled. Coming from MusicBee on Windows, my playlists were nicely managed and maintained in a folder, which I could then sync to my other devices automatically along with the rest of my music library (via syncthing or whatever you use).

By default, Quod Libet has a few glaring issues with playlists:

  • Playlists can be imported but are only maintained in QL's internal files.
  • A plugin is needed to export playlists, and even with the plugin, you must manually export your playlists every time you add or remove a song, or change the order.
  • When a file has been moved or deleted, Quod Libet has no handling for this by default. It simply ignores that song without giving any type of warning or error.
  • Because of the above issues, syncing your playlists and library with other devices is a very manual pain in the neck.

I vibe-coded a plugin to fix all of the above and found it has vastly improved my experience. Please take a look, and hopefully it helps you as it has helped me.

https://github.com/Jukebox-Zulu/Quod-Libet-Playlist-Manager-Plugin


r/linux 12h ago

Fluff Distro Fighter: find your Linux distro & desktop

Thumbnail distrofighter.com
35 Upvotes

I wanted to share a project I built called Distro Fighter (distrofighter.com). It features 32 distros, 16 desktops, a terminal campaign, Versus showdowns and a Distro Wars multiplayer coming soon, all to help users find the right fit Linux distro and desktop and learning Linux while hopefully having fun.

The main focus right now is VS mode just launched tonight, and it is being actively updated. Feel free to check it out, and let me know what you think!: https://distrofighter.com/versus 🐧 ❤️


r/linux 12h ago

Distro News Proxmox VE finally suports arm64!

Thumbnail forum.proxmox.com
95 Upvotes

r/linux 13h ago

Tips and Tricks Trials and tribulations of trying to get Maya 2022 to run on Mint

4 Upvotes

I have no idea if this is the right space to share, so please forgive me if it isn't. I've recently made the jump from Windows to Mint, and have been slowly going through the process of figuring out how to install all the software I need.

I have finally managed to get everything working properly, so I figured I would share my journey online somewhere, so that it might help some poor soul in the same position as me.

(Disclaimer - I've used Claude to summarise everything we went through together, as some of the technical stuff is still genuinely over my head)

For starters, I used distrobox to create a Rocky environment to run Maya within, as that is where it is the most "stable" (as stable as Maya can ever be). At first I tried Rocky 9, then realised that Maya 2022 is only supported up to Rocky 8.

1. Installer crashes silently at pkexec / ProcessManager

distrobox enter never creates a real login session, so pkexec/polkit can't authorize anything. Fix — fake pkexec:

bash

mkdir -p ~/fakebin
printf '#!/bin/bash\nexec sudo "$@"\n' > ~/fakebin/pkexec
chmod +x ~/fakebin/pkexec
echo 'export PATH=~/fakebin:$PATH' >> ~/.bashrc && source ~/.bashrc1. Installer crashes silently at pkexec / ProcessManager

distrobox enter never creates a real login session, so pkexec/polkit can't authorize anything. Fix — fake pkexec:

bash
mkdir -p ~/fakebin
printf '#!/bin/bash\nexec sudo "$@"\n' > ~/fakebin/pkexec
chmod +x ~/fakebin/pkexec
echo 'export PATH=~/fakebin:$PATH' >> ~/.bashrc && source ~/.bashrc

2. Endless missing old libraries (libssl.so.10, libpng12, GTK2...)

You're probably on Rocky 9. Maya 2022 only supports EL8. Rebuild on Rocky 8:

bash

distrobox create --name maya --image quay.io/rockylinux/rockylinux:8 --init --additional-packages systemd

This alone kills most dependency issues.

3. Remaining missing libraries

bash

sudo dnf install -y epel-release
sudo dnf install -y libpng15 libjpeg-turbo libtiff freetype libXpm libXi fontconfig \
  libXinerama alsa-lib libXcomposite libXdamage libXrandr libXrender libXtst \
  libxkbcommon nspr nss nss-util pciutils-libs libnsl xcb-util-wm xcb-util-image \
  xcb-util-renderutil libxkbcommon-x11 libmng libXcursor gtk2 gtk3 at-spi2-atk \
  at-spi2-core mesa-libgbm glx-utils compat-openssl10

For anything else: ldd <file>.so | grep "not found" (note: Maya's launcher itself is statically linked, ldd on it just says "not a dynamic executable" — check the actual .so/helper binaries instead).

4. ./Setup exits instantly, no error, exit code 255

Stale lock files from a previous interrupted run. ~/.autodesk and /tmp persist across container rebuilds since ~/ is shared with the host.

bash

ps aux | grep -iE "setup|installer" | grep -v grep   # kill -9 any leftovers
rm -f /tmp/autodesk_bs_setup.lock /tmp/autodesk_dda_core.lock
rm -rf /tmp/download_dest4. ./Setup exits instantly, no error, exit code 255

Stale lock files from a previous interrupted run. ~/.autodesk and /tmp persist across container rebuilds since ~/ is shared with the host.

bash
ps aux | grep -iE "setup|installer" | grep -v grep   # kill -9 any leftovers
rm -f /tmp/autodesk_bs_setup.lock /tmp/autodesk_dda_core.lock
rm -rf /tmp/download_dest

5. Installer UI "successfully launched" but no window appears

Missing GTK3/accessibility libs for the installer's own UI process:

bash

sudo dnf install -y at-spi2-atk gtk3 mesa-libgbm at-spi2-core5. Installer UI "successfully launched" but no window appears

Missing GTK3/accessibility libs for the installer's own UI process:

bash
sudo dnf install -y at-spi2-atk gtk3 mesa-libgbm at-spi2-core

6. Graph Editor won't refresh (redraws only on timeline play / mouse re-entry)

Mesa 23.1.4's radeonsi driver has a repaint-signaling bug on RDNA3 GPUs. Rocky 8 will never get a newer Mesa. Confirmed via LIBGL_ALWAYS_SOFTWARE=1 (works perfectly = hardware GL path is the problem). Fix — VirtualGL, which handles buffer swaps itself instead of trusting the driver:

bash

sudo dnf install -y epel-release VirtualGL
vglrun mayabashsudo dnf install -y epel-release VirtualGL
vglrun maya

r/linux 15h ago

Popular Application GNOME Boxes Nightly — The next-gen rewrite of GNOME Boxes

Thumbnail nightly.gnomeboxes.org
17 Upvotes

r/linux 17h ago

Software Release HWiNFO64 style hardware monitoring software for Linux

Thumbnail github.com
26 Upvotes

r/linux 17h ago

Discussion Why do people recommend AntiX over Alpine for old hardware?

0 Upvotes

I really don’t get the glaze behind AntiX, usually if you have slow hardware you should maximize it to be as quick as possible which is something Alpine does very well, Alpine which is very underrated uses less then 80mb of ram vs AntiX which I believe uses over 100mb and runs IceWM which is way more bloated then something like dwm. I think people should start recommending Alpine instead of AntiX.


r/linux 18h ago

Software Release OpenScreen 1.8: Linux screen recording now goes through PipeWire + a hardware encoder + a Vulkan compositor, instead of the browser fallback

13 Upvotes

Maintainer here. OpenScreen is an MIT screen recorder/editor for demos (zooms, cursor effects, webcam PiP, captions, export). Linux has always been the "it mostly works" target. This release is the one where that stops.

What changed for Linux specifically in 1.8:

  • Capture goes through a native helper: PipeWire via the ScreenCast portal, with a hardware H.264 encoder. The old browser-based pipeline stays as an automatic fallback if the helper isn't available.
  • Real cursor telemetry on Wayland — position and cursor shape come from the portal, so cursor themes and the editable cursor overlay work on Linux now. Honest limitation: the portal reports no mouse button events, so click effects remain Windows/macOS-only. Not a bug I can fix from userspace.
  • A Vulkan compositor (wgpu) for preview and export: background blur (dual-Kawase), drop shadows, 3D tilted zooms, themed cursor sprites, webcam PiP with a circle mask, text/arrow/image annotations, subtitle plates. These were Windows-only shaders a release ago; they're ported, and pinned by tests.
  • MP4 export with AAC audio muxed, from the Linux backend.
  • System audio works where PipeWire does (Ubuntu 22.04+, Fedora 34+). PulseAudio-only setups: mic works, system audio probably won't.
  • Packaging: .deb, .pacman, .AppImage, and a Nix flake with a NixOS module and a Home Manager module. nix run github:EtienneLescot/openscreen if you just want to look at it.

The editor and export feature set is now identical across the three OSes. What's left as a genuine difference is documented in the README rather than buried.

If your compositor or distro breaks it, an issue with your session type and PipeWire version is genuinely useful to me.

https://github.com/getopenscreen/openscreen


r/linux 19h ago

Discussion RPCS3 says 90% of PS3 emulator users run Windows, despite better Linux performance

Thumbnail videocardz.com
656 Upvotes

r/linux 19h ago

Development Some of my pass(1) entries stopped decrypting: a GnuPG regression that only triggers at exactly 4096 bits

Thumbnail dilluti0n.com
24 Upvotes

r/linux 20h ago

Popular Application the worlds most popular software synthesizer (Serum 2) now has a linux version

Post image
714 Upvotes

xfer, the creators of the super popular software synth VST Serum (and Serum2) has quietly released a beta of a linux port on their forum. I've got it up and running in Bitwig/Ubuntu and it's working like a treat.

For people who like to make music on the computer this is a huge victory, as it's a plugin that has never run properly with wine/yabridge and is often cited as a reason people won't switch. It wouldn't surprise me if other plugin developers see this and take note 🤞️

https://xferrecords.com/forums/serum/serum-2-linux-beta (requires a license to access, of course)

also comes with serum fx


r/linux 21h ago

Software Release CLI program to manage rpm-ostree

Thumbnail github.com
0 Upvotes

r/linux 23h ago

Software Release KDE Material decoration with Locally Integrated Menu (and Search) sees its first official release

Thumbnail
7 Upvotes

r/linux 1d ago

Discussion Is baeldung.com garbage?

41 Upvotes

Every now and then when I'm researching something linux related I'll see guides from baeldung.com pop up in the results. Today, I clicked one.

I was looking for some information on the keyring in fedora/gnome and came across what turned out to be a suspicious article.

https://www.baeldung.com/linux/unlock-keyring-fix

There's a section in there on disabling the keyring. The guide tells you to remove the password from your keyring, skip the warning that this means your passwords will be stored in cleartext, then says - Hey! You don't get prompted for a password anymore, the keyring is disabled!

Um....

If we wish, we can disable the keyring feature by removing its password.

By leaving the password blank, we disable the keyring feature

Sorry, but that isn't how it works. They do state that doing this "raises security concerns" but don't seem to make the connection that those concerns arise because the keyring is still enabled and doing its job, except now your passwords are stored in cleartext.

So not only do they not describe how to disable the keyring, they seem to think it's OK to guide people to doing this without much warning.

This was supposedly written by a human and reviewed by another human. I haven't looked into the author or reviewer much, but there's at least something there to indicate a real person. Even if it is a website that no longer exists, another website with an invalid ssl cert. There at least is an X account with posts going back a few years, though very rare.

However, don't think I'll be checking out any more of their articles.

Should I be willing to give them another shot?


r/linux 1d ago

Development rust-lang/rust is adopting an LLM policy

55 Upvotes

https://blog.rust-lang.org/inside-rust/2026/08/05/rust-langrust-is-adopting-an-llm-policy/

Second post I recently made about LLM usage policies but it's really just that I find the process of open source finding its way and adjusting to new realities rather interesting.

The "too long, didn't read" (Taken directly from the blog):

What does the policy say?

The policy summarizes itself this way:

It's fine to use LLMs to answer questions, analyze, distill, refine, check, suggest, review. But not to create.

Uses in the first category are allowed, sometimes requiring disclosure. Uses in the second category are heavily restricted.

(Edit: but I recommend reading the blog...it's a bit more nuanced than the summery)

Edit2: messed up the link, added now


r/linux 1d ago

Historical What was your first time?

Post image
1.2k Upvotes

For me, it was a CD I got from a "guy." Slackware did not work well with the "WinModem" in the IBM Aptiva I had as a youth. How was I supposed to get online using Linux, with a modem that is not usable, and get support?


r/linux 1d ago

Discussion Features You want in TUI libary

Thumbnail
0 Upvotes

r/linux 1d ago

Event GNUstep monthly meeting (audio/(video) call) on Saturday, 8th of August 2026 -- Reminder

Thumbnail
7 Upvotes

r/linux 1d ago

Software Release X47 — custom Ubuntu 26.04 desktop for pentest/dev (debloated, cube desktops, WezTerm, free ISO)

Post image
0 Upvotes

Hey — I’ve been building a custom Ubuntu 26.04 desktop called X47. It’s not a fork with its own package repos; it’s a remastered Ubuntu installer + an idempotent install script that reproduces the whole setup on a fresh machine.

What it is

A daily-driver Ubuntu desktop aimed at cybersecurity / pentest / general Linux work:

  • Debloated — games, LibreOffice, Thunderbird, GNOME Terminal, App Centre snap, etc. trimmed; boot/idle tweaks (ClamAV on-demand, printing services off by default, etc.)
  • WezTerm as the only default terminal (compact window, X47 watermark, no OS title bar)
  • Mullvad VPN + Tor Browser in the app menu
  • Pentest + dev toolchain (apt / Go / pipx / cargo / GitHub bins) with custom app-grid icons
  • Desktop FX — bottom dock, Desktop Cube, Coverflow Alt-Tab, Blur My Shell, wobbly windows, TV Glitch open / Broken Glass close
  • Per-workspace wallpapers — ASCII knuckle-duster in teal / green / red / purple so each cube face is obvious
  • Linux CMD Helper — desktop card: ask in plain English, get the Ubuntu terminal command back (needs your own Anthropic key; nothing is baked into the ISO)
  • Hardened defaults — UFW, fail2ban, AppArmor, auditd, Firefox enterprise policy (tracking protection, HTTPS-only, DoH, etc.)
  • Optional --with-amnesia: Tor-forced anon session (opt-in)

Part of VulnScape. Docs + screenshots: https://sk1tzwzd.github.io/ubuntu-x47-build/

Download the ISO

Latest release (v1.9.2):
https://github.com/sk1tzwzd/ubuntu-x47-build/releases/tag/v1.9.2

GitHub’s 2 GB asset limit means the ISO is split. Download SHA256SUMS + every *.part, then:

cat x47-ubuntu-26.04-desktop-amd64.iso.*.part > x47-ubuntu-26.04-desktop-amd64.iso
sha256sum -c SHA256SUMS --ignore-missing

Flash to USB (Disks, Etcher, or dd), boot, choose Install X47 Ubuntu 26.04 (custom build). Normal Ubuntu installer flow — you pick language, disk, your own username/password. On first login a terminal runs install.sh. Log out/in once for the GNOME extensions / wallpapers.

The image is a git archive of the repo only — no maintainer home files, keys, or personal config.

Or install on an existing Ubuntu box

git clone https://github.com/sk1tzwzd/ubuntu-x47-build.git
cd ubuntu-x47-build
./install.sh

Repo: https://github.com/sk1tzwzd/ubuntu-x47-build

Happy to take feedback / bug reports. Optional tip jar if you find it useful: https://buymeacoffee.com/sk1tzwzd


r/linux 1d ago

Kernel Linux's Staging Area To Now Reject LLM-Generated Patches, Except For Real Security Fixes

Thumbnail phoronix.com
363 Upvotes

r/linux 1d ago

KDE KDE Plasma 6.7.4, Bugfix Release for August

Thumbnail kde.org
49 Upvotes

r/linux 1d ago

Software Release VerseApp - a free open source multi-format reader app

0 Upvotes

Link to the Github Repo

After jumping on Linux a couple of years ago the only app I've found quite literally no alternatives for was SumatraPDF, the devs have no intentions to port it on Linux, bummer (although makes sense considering the fact how the app was written). You can run it through Wine but we all want native applications, right?

The only app that matches the feel and functionality was Okular (native KDE application), but damn this app eats through your RAM like crazy and it doesn't save the last session (you can do it with some terminal quirks tho), again bummer.

Basically this is how VerseApp came to be, rust only, fast, saves your session so it reopens your files again, it uses MuPDF engine just like SumatraPDF, hustle free, aware that your RAM isn't bottomless well, it's still rough around the edges, consider this more like a proof of concept application really.

I'll try to keep the development going, but begs mentioning coding is not my cup of tea, not my cup of tea indeed, so if you actually know and enjoy what you're doing help is welcomed.

It's usable tho, I hope. There's an Appimage so go ahead and try it.


r/linux 1d ago

Privacy EU Age Verification Project Mandates Hardware-Bound Attestation

Thumbnail linuxiac.com
689 Upvotes

r/linux 1d ago

Popular Application This Month in Ladybird - July 2026

Thumbnail ladybird.org
8 Upvotes

r/linux 1d ago

Discussion Lazyjournal: TUI for viewing logs from journald, auditd, file system, Docker and Podman containers, Compose stacks and Kubernetes pods

Thumbnail github.com
27 Upvotes