• 5 Posts
  • 26 Comments
Joined 4 months ago
cake
Cake day: April 2nd, 2025

help-circle





  • The phrasing in that quote is unclear. It could be read to mean Debian 13 installs the stardict-gtk package and enables the bad plugin if you install stardict yourself, rather than meaning that any of this is included as part of the default Debian installation.

    I think this would indeed happen if you installed stardict yourself, because the stardict package depends on stardict-gtk, which recommends the stardict-plugin package, and the recommends relationship is treated as a dependency by default.

    The questions on my mind are:

    • Is stardict installed by default in a new Debian 13 installation, or does this only affect people who install it themselves?
    • When will this malicious plugin be fixed or removed, not just in Debian, but in all distros that have it?
    • When will the package maintainer who defended the plugin’s behavior be dealt with?




  • who@feddit.orgtoLinux@lemmy.worldWhat do you hate about linux?
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    6 days ago

    That’s a strange conclusion to reach, considering that KDE’s window manager / compositor draws uniform top (title) bars for all applications that allow it, while GNOME/Gtk has adopted client-side decorations where each app draws whatever it wants at the top of the window.

    I think it’s more likely that GP is either using GNOME apps that have different ideas about what to stuff into their title bars, or using some other desktop environment with a mix of apps built with different widget toolkits (or different versions of them).






  • It describes itself as a server-side application for playing music, but it can be used locally as well. For example, the Cantata music player uses mpd to handle music decoding and playback, but automates it in the background to keep the interface simple for the user. This separation of concerns allows Cantata to benefit from things like decoding improvements, security fixes, and new sound APIs (e.g. PipeWire) without having to reinvent the wheel.




  • who@feddit.orgtoKDE@lemmy.kde.socialRX 9060 XT not working
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    23 days ago

    If you want help, you’re going to have to give some detail about what “not working” means.

    The RX 9000 series is very new, so it’s likely that at least one of these components in the linux distros you’ve tried was not new enough to support that GPU:

    • The amdgpu driver (part of the kernel).
    • The GPU firmware (package names vary; probably linux-firmware package on Ubuntu).
    • Mesa.

    I suggest asking other RX 90xx users what linux distro/release they have found to support such new hardware out of the box, and trying one of those. Or if you know what you’re doing, grab a tarball of new firmware and install it manually.




  • Running ALSA as root had one huge benefit

    Huh? ALSA is not a sound server, but a collection of kernel components and libraries. You don’t run it.

    With PipeWire or PulseAudio, audio is bound to a user session.

    PipeWire has a system-wide mode of operation. It wasn’t well-tested when I last asked about it, but it might be worth a try.

    GTK3 broke accessibility for years.
    GTK4 released with no accessibility support at all.

    This whole article is focused on GNOME and other GTK-based desktops. The only mention of KDE Plasma at all is to say that a certain GNOME fork (MATE) isn’t like it. This seems like a rather large oversight given that Qt, upon which Plasma is built, has accessibility features built in.

    So, nearly every criticism here is not about Linux after all, but about a specific desktop family. I hope the author eventually notices that others exist, tries them, and discovers things that work better in them. (And it would be nice if they were to post a more comprehensive follow-up article, or at least rephrase this one so that it doesn’t mislead people into thinking it represents the Linux desktop ecosystem as a whole.)