home.social

#desktoplinux — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #desktoplinux, aggregated by home.social.

  1. Gestire le associazioni dei file su Linux può diventare complicato, ma Mimic rende tutto molto più intuitivo tra MIME type, app predefinite e ricerca veloce. #Linux #OpenSource #Flathub #DesktopLinux

    linuxeasy.org/mimic-gestione-d

  2. Fedora Linux 44 ships with GNOME 50 and KDE Plasma 6.6, plus Anaconda changes that simplify post-install network configuration. 🐧
    It also updates key stack components across Workstation and KDE, including MariaDB 11.8, OpenSSL improvements, and Wine NTSYNC support. ⚙️

    🔗 fedoramagazine.org/announcing-

    #TechNews #Fedora #Fedora44 #Linux #GNOME #GNOME50 #KDE #KDEPlasma #OpenSource #FOSS #MariaDB #Wine #NTSYNC #DesktopLinux #Server #Security #Upgrades #OperatingSystem

  3. A neat thing that I have gotten into: QMK firmware for keyboards and mice. Enormous potential to make things more comfortable/convenient. Good normie-friendly tools in Win/MacOS. But on Linux, the attitude is still "fuck you learn to code". Doesn't help that documentation is scattered, hard to come by, and often amounts to "here's a Discord, go beg"

    Genuinely annoying/exhausting

    #Desktoplinux #Linux #QMK

  4. A neat thing that I have gotten into: QMK firmware for keyboards and mice. Enormous potential to make things more comfortable/convenient. Good normie-friendly tools in Win/MacOS. But on Linux, the attitude is still "fuck you learn to code". Doesn't help that documentation is scattered, hard to come by, and often amounts to "here's a Discord, go beg"

    Genuinely annoying/exhausting

    #Desktoplinux #Linux #QMK

  5. A neat thing that I have gotten into: QMK firmware for keyboards and mice. Enormous potential to make things more comfortable/convenient. Good normie-friendly tools in Win/MacOS. But on Linux, the attitude is still "fuck you learn to code". Doesn't help that documentation is scattered, hard to come by, and often amounts to "here's a Discord, go beg"

    Genuinely annoying/exhausting

    #Desktoplinux #Linux #QMK

  6. RE: framapiaf.org/@sebsauvage/1163

    This article is quite interesting and I'm interested about the idea of #immutable #Linux, at least for end users. I found nothing official on the #debian wiki.
    On Debian, I don't remember having often experienced myself upgrade problems, with more than 25 years using it. Not on stable at least. (because ofc I run #testing :)
    I don't know much about Fedora but I had the idea that it was not *that* stable because of its bleeding-edge nature.

    #sysadmin #desktop #desktoplinux #yearofdesktoplinux

  7. The Year of the Linux Desktop continues: My current linux desktop solution for combined Bluesky/Mastodon feeds: Openvibe running inside a Waydroid session. Wish someone would port Openvibe to Linux or give us an equivalent.

    #Linux #DesktopLinux #CachyOS #Waydroid #Bluesky #Mastodon #Openvibe #GNOME

  8. Want a transparent dock in #elementaryOS 8.1?

    1️⃣ Open Terminal and run:
    nano ~/.config/gtk-4.0/gtk.css

    2️⃣ Paste this at the end:
    CSS

    dock {
    background-color: transparent;
    box-shadow: none;
    border: none;
    }

    3️⃣ Save (Ctrl+O, Enter, Ctrl+X) and restart the dock: killall io.elementary.dock

    Simple as that! #Linux #eOS #Customisation #DesktopLinux