voidq.xyz is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin account
@hey@voidq.xyz

Search results for tag #wayland

[?]gary » 🌐
@gary_alderson@infosec.exchange

i never expected linux desktop comment to gain so much traction, sort of surprising

the linux desktop has really evolved, they mostly all work, some are a bit more resource intensive and you get bells and whistles

    [?]linuxwebzine » 🌐
    @linuxwebzine@mstdn.ro

    🖥️ KDE Plasma 6.8 va face panourile „Auto-Hide” de 10 ori mai rapide!

    Versiunea viitoare a mediului de lucru KDE Plasma 6.8 va aduce o schimbare tehnică majoră pentru panourile și barele de sarcini configurate în modul de ascundere automată (Auto-Hide / Dodge Windows), făcându-le să răspundă aproape instantaneu la trecerea cursorului de mouse.

    ✨ Cum se obține această creștere spectaculoasă de viteză?

    ⚡ Trecerea de la procesare software la GPU (Qt Quick / Scene Graph):
    • În versiunile anterioare, detectarea poziției cursorului la marginea ecranului și calcularea animației de revelare a panoului ascuns se bazau pe verificare software în fundal (polling), generând o mică întârziere sesizabilă (lag) între mișcarea mouse-ului și apariția barierelor vizuale.
    • Dezvoltatorii KDE au refăcut mecanismul prin integrarea directă cu KWin (compositorul Wayland) și prin Randare Accelerată Hardware direct pe placă video. Rezultatul este o reducere a timpului de latență de până la 10 ori, oferind un răspuns vizual de sub câțiva milisecunde.

    🎯 Experiență de navigare extrem de fluidă:
    • Elimină complet senzația de întârziere la accesarea aplicațiilor din bară când lucrați pe ecrane de înaltă rezoluție (4K/8K) sau cu rate mari de reîmprospătare (high refresh rate - 120Hz/144Hz+).
    • Gesturile tactile pe ecranele portabile sau prin touchpad devin mult mai precise la declanșarea panourilor ascunse.

    🛠️ Optimizări suplimentare în Plasma 6.8:
    • Această modificare face parte dintr-un efort continuu al echipei KDE de a elimina din codul vechi moștenit și de a optimiza la maximum latența interfeței grafice sub Wayland.

    O îmbunătățire de tip quality-of-life extrem de binevenită, care va face mediul desktop KDE Plasma să se simtă incomparabil mai rapid și mai receptiv! 🚀

      [?]pulusound [they/she] » 🌐
      @ahihi@anticapitalist.party

      on macOS ive used Hammerspoon to remap my trackball buttons (and their various combinations) to custom actions like scrolling, application-dependent shortcuts, etc. i like it because everything is done with Lua code, making complex remapping logic easy to implement. i guess its similar to AutoHotkey but with a more standard language

      im wondering if there is a comparable thing for ( ). or is it just [pick a scripting language] + libinput bindings?

        [?]xro [He / Them (p.m)] » 🌐
        @xro@chaos.social

        just encountered a very weird keyboardmap bug.

        1. started Element Matrix
        2. Key `k` on my Keyboard stopped working. Not the letter, the key. All other keys continued to work.
        3. Switched to gdm3 using Strg-Alt-F1
        4. Switched back to my wayland session using Strg-Alt-F2
        5. Key worked again

        What the Hell ????

          [?]jjba23 » 🌐
          @jjba23@lemmy.ml

          lambdock v0.6.2: A Wayland-native desktop dock written in C & GNU Guile Scheme (GTK4) - with REPL, hot-reload, multi-instance and flexible config - now on Guix, Nix, openSUSE, Debian, Podman/Docker

          cross-posted from: lemmy.ml/post/51712940

          lambdock is a lightweight, hyper-hackable desktop dock for Wayland compositors that bridges a high-performance C graphics engine with an embedded GNU Guile Scheme runtime.

          Repository: codeberg.org/jjba23/lambdock

          License: GPLv3+

          Whether you are looking for a smooth macOS-style dock, a minimal launcher, or a Lisp-powered desktop widget bar, lambdock was built to offer extreme flexibility without bloating system resources and remaining flexible but easy to use, with good defaults.

          Why would you consider lambdock? Modern Stack & Ultra-Low Footprint: Built on GTK4 and gtk4-layer-shell in C for minimal resource usage, rich graphics and animations (opt-in) with smooth cubic-eased auto-hiding.

          Embedded Guile Scheme Engine: Declarative Lisp configuration (~/.config/lambdock/settings*.scm). Easily construct custom app launchers, separators, or dynamic polling widgets (RAM, CPU load/temp, Battery, Clock) using standard Scheme procedures and macros.

          Live Interactive REPL & Hot-Reloading: Connect straight into the running dock over a Unix domain socket (/tmp/lambdock-repl.sock) via Emacs/Geiser or socat or whatever you like. Hot-reload configuration files and GTK CSS overrides on the fly via GFileMonitor or the (reload-dock!) REPL hook without dropping Wayland frames or UI thread freezes.

          Dynamic Wayland Window Tracking: Uses zwlr_foreign_toplevel_manager_v1 for running app indicators, active window titles, and interactive popover HUDs to focus or close specific instances.

          Opt-In Fisheye Magnification: Includes a native, fluid cosine-bell curve hover magnification effect (macOS-style) that can be toggled on or off per item or globally.

          Multi-Dock & Multi-Monitor Support: Run independent dock instances across screen edges or monitors simply by dropping additional settings-*.scm files into your config directory.

          Built-in Themes & CSS Overrides: Ships with presets (Vanilla, Snow Leopard, Solarized, Unity, Nature) and supports full user CSS customization via ~/.config/lambdock/styles.css.

          lambdock works seamlessly across all wlr-layer-shell and foreign-toplevel compliant compositors: Sway, Hyprland, Niri, River, Wayfire, COSMIC, and KDE Plasma (Wayland).

          (Note: GNOME/Mutter is currently not supported as GNOME does not implement the layer-shell protocol).


          Installation & Packaging (a bit WIP)

          lambdock provides multiple ways to build and install across distros:

          GNU Guix: Packaged via guix.scm and available in channels.

          openSUSE: Packaged as an RPM on openSUSE OBS.

          Nix / NixOS: Ships with flake.nix / package.nix (and a PR has been submitted upstream to nixpkgs).

          Debian / Ubuntu: Debian packaging helpers included (debuild).

          Podman / Docker: Containers are available and also pre-built ones on DockerHub

          Build System: Builds cleanly with Meson (meson setup build && ninja -C build).

          Since this is my first GTK4 project, all feedback, suggestions, bug reports, and contributions are very welcome!

          lambdock v0.6.2: A Wayland-native desktop dock written in C & GNU Guile Scheme (GTK4) - with REPL, hot-reload, multi-instance and flexible config - now on Guix, Nix, openSUSE, Debian, Podman/Docker

          Alt...lambdock v0.6.2: A Wayland-native desktop dock written in C & GNU Guile Scheme (GTK4) - with REPL, hot-reload, multi-instance and flexible config - now on Guix, Nix, openSUSE, Debian, Podman/Docker

          (https://lemmy.ml/c/wayland)

          [?]Roos » 🌐
          @roos@tooting.ch

          I set out last week to replace my . My requirements: keys live on my , unlocking one secret doesn't expose the whole vault, native UX, per secret fingerprint/pin policy.

          Survey: severely lacking. I was not looking for a project, but the desktop really needs this.

          To stay motivated I raised the bar: native and too, learning on the way. Not a webview. Secrets done right: constant-time and zeroized.

          Now we're cooking on gas!

          A screen capture of the settings screen design wireframes.

          Alt...A screen capture of the settings screen design wireframes.

          A screen capture of the secret details screen design wireframes.

          Alt...A screen capture of the secret details screen design wireframes.

          A screencapture of the homepage design wireframe.

          Alt...A screencapture of the homepage design wireframe.

          A screencapture of the app stub running in my phone.

          Alt...A screencapture of the app stub running in my phone.

            [?]dei Muddr » 🌐
            @mueggl@social.tchncs.de

            [?]linuxwebzine » 🌐
            @linuxwebzine@mstdn.ro

            📱 Phosh 0.57 a fost lansat: Interfața grafică pentru dispozitive mobile Linux aduce îmbunătățiri de performanță și rafinamente vizuale!

            A fost lansată versiunea Phosh 0.57, mediul grafic bazat pe tehnologii GNOME și Wayland conceput special pentru telefoane inteligente (precum PinePhone sau Librem 5) și tablete cu Linux. Această actualizare se concentrează pe fluidizarea animațiilor și îmbunătățirea utilizării zilnice.

            ✨ Noutățile principale din Phosh 0.57:

            🚀 Performanță vizuală și animații mai fluide:
            • Optimizări la nivelul compositor-ului phoc și al interfeței grafice, reducând întârzierile la tranzițiile între ecranul de blocare, sertarul de aplicații (app drawer) și modul de afișare al aplicațiilor deschise.

            🔒 Ajustări pentru ecranul de blocare (Lock Screen):
            • Meniul de securitate și tastatura pe ecran pentru introducerea codului PIN sau a parolei au primit ajustări de layout, făcând deblocarea dispozitivului mai rapidă și mai exactă la atingere.

            🔔 Gestionare îmbunătățită a notificărilor și centrelor de control:
            • Panoul superior de configurare rapidă (Quick Settings) și zona de notificări permit o organizare mai clară a alertelor primite, cu opțiuni mai ușor de apăsat pe ecrane de dimensiuni reduse.

            🌐 Suport extins pentru ecran tactil și rotire automată:
            • Comportament mai stabil la schimbarea orientării ecranului (portret / peisaj) și o mai bună detectare a gesturilor tactile pe un număr mai mare de dispozitive mobile suportate de comunitate.

            🛠️ Corecții de bug-uri și compatibilitate GNOME:
            • Actualizarea aduce alinieri cu versiunile recente de componente GNOME de fundal, asigurând o integrare mai bună a aplicațiilor GTK4 și Libadwaita pe ecranele tactile mici.

            O lansare importantă ce continuă să maturizeze experiența Linux pe dispozitive mobile! 🚀

              [?]Martin » 🌐
              @martin@social.mdosch.de

              @nik@toot.teckids.org Seit meinem Umstieg auf nutze ich . Keine Ahnung ob das besser oder schlechter als ist, ich glaube ich schreibe da einfach nur Befehle rein.

                [?]Josep Bigorra (jjba23) » 🌐
                @jjba23@mastodon.social

                Meet lambdock 🐑
                Desktop Dock that is lightweight, hyper-hackable and combines GTK4/C performance with GNU Guile Scheme!

                • Wayland window tracking & popover HUDs
                • Live socket REPL & hot-reloading
                • Opt-in fisheye hover magnification
                • Dynamic widgets (RAM, CPU, clock)
                • Multi-dock & multi-monitor support
                • Guix, Nix, openSUSE & Debian support

                Works on Sway, Hyprland, Niri, River, KDE & more.

                🔗 codeberg.org/jjba23/lambdock

                Alt...GIF showing lambdock working

                  [?]R.L. Dane :Debian: :FreeBSD: :OpenBSD: :NetBSD:🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
                  @rl_dane@polymaths.social

                  Viewing a 1920x1080 [screenshot] taken from #NetBSD on a 1920x1080 laptop running #sway (#wayland) with 1.5x scaling set in sway:

                  nsxiv (X11) -- horrible blurry mess
                  imv (Wayland native) -- far clearer, but still blurry (can tell by looking at the parts that use bitmapped fonts)
                  swayimg (Wayland, maybe wlroots-native??) -- completely crisp

                  #FractionalScaling still sucks too much, y'all. 🫣 🙄

                    [?]vavakado :flaggenderfluid: [https://pronouns.cc/@vavakado] » 🌐
                    @vavakado@mas.to

                    could anyone review: github.com/NixOS/nixpkgs/pull/? it's a minimalist wallpaper setter

                      [?]Linux Easy » 🌐
                      @linuxeasy@mastodon.uno

                      Quanti link copi durante una giornata? Leenky li raccoglie automaticamente dagli appunti, li organizza e permette di salvarli in un file di testo. linuxeasy.org/leenky-il-clipbo

                        [?]Fabian【ファビアン】🏳️‍🌈 » 🌐
                        @fabiscafe@mstdn.social

                        With all the LLM agents, im pretty happy to not have X11 around anymore. With no restrictions to capture just everything.

                          [?]Mx. Chara Aznable of Pnictogen [They/Them] » 🌐
                          @mxchara@cyberpunk.lol

                          Unbelievable. I actually got working on with the LXQt desktop and an Nvidia RTX 3070 card

                          photo of Pnictogen Wing's widescreen monitor showing freshly installed LXQt Wayland session

                          Alt...photo of Pnictogen Wing's widescreen monitor showing freshly installed LXQt Wayland session

                            [?]Multi Purr Puss :unverified: » 🌐
                            @platymew@layer8.space

                            🧵 3/n of course, shader compilation - that'll certainly get me over the release timestamp threshold. 🤣

                            Edit: i'm on , via , using the variant of . (, 6.7, "PROTON_ENABLE_WAYLAND=1 PROTON_FSR4_UPGRADE=1 PROTON_DXVK_LOWLATENCY=1 SteamDeck=0 %command%")

                              [?]linuxwebzine » 🌐
                              @linuxwebzine@mstdn.ro

                              🌊 Aqua Dock Pro aduce un dock avansat și animat pe GNOME Shell 50 și Wayland! Aqua Dock Pro reprezintă o extensie modernă pentru mediul grafic GNOME, concepută pentru a înlocui sau extinde dock-ul nativ cu o bară de aplicații extrem de fluidă, personalizabilă și bogată în animații. Extensia este optimizată special pentru sesiunile Wayland și pentru cea mai nouă versiune GNOME Shell 50.✨ Funcționalități principale și caracteristici cheie:🌀 Animații fluide și efecte vizuale moderne:• Oferă efecte de mărire (zoom) la trecerea cursorului, tranziții cursive la deschiderea/închiderea aplicațiilor și un design curat adaptat stilului vizual GNOME.🖼️ Aprecierea rapidă a ferestrelor (Live Previews):• Suportă afișarea miniaturilor în timp real (window previews) la trecerea peste pictograma unei aplicații deschise, făcând comutarea între ferestre mult mai intuitivă.📁 Organizare prin Stack-uri și Dosare:• Permite gruparea aplicațiilor sau documentelor în directoare/stack-uri speciale direct în dock, reducând aglomerarea vizuală pe ecran.🔌 Gestionarea unităților și dispozitivelor externe:• Detectează și afișează automat stick-urile USB, hard disk-urile externe sau partițiile montate, oferind opțiuni rapide de acces și deconectare sigură (eject).⚙️ Personalizare avansată și suport Wayland nativ:• Include numeroase opțiuni de configurare pentru poziționare, dimensiuni, transparență, comportament de auto-ascundere (autohide) și integrare nativă pe sesiunile de afișare Wayland.O extensie excelentă pentru utilizatorii de Linux pe GNOME 50 care își doresc o experiență desktop mai dinamică, amintind de docurile clasice din macOS, dar perfect integrată în ecosistemul open-source! 🚀#GNOME

                                [?]Linux Easy » 🌐
                                @linuxeasy@mastodon.uno

                                Aqua Dock Pro porta su GNOME Shell 50 un dock moderno e altamente personalizzabile, con effetti fluidi, anteprime delle finestre, gestione dei dispositivi e numerose opzioni di configurazione. linuxeasy.org/aqua-dock-pro-po

                                  [?]0xC0DEC0DE07EA [he/him] » 🌐
                                  @c0dec0dec0de@hachyderm.io

                                  Running sway now and after removing all window decorations and borders, I like the way the screen looks with my usually split of terminal (running tmux) on one side and a browser on the other for reference. One thing I haven’t been able to figure out is a way to get the colors desaturated like I had in GNOME with an accessibility filter (zoom, but without a magnification multiplier).

                                  I don’t think it can be done with gamma/brightness adjustment without screwing up black and greys or I could use gammastep.

                                    [?]مصدر إكس » 🌐
                                    @masdarx@mastodon.social

                                    🖥️🚀 **COSMIC 1.6** يصل بتحسينات مهمة لسطح مكتب Linux، أبرزها التحكم في مستوى الصوت لكل تطبيق، ودعم صوتي أكثر مرونة، وتحسينات كبيرة في **Wayland** وتجربة النوافذ.

                                    📖 masdarx.com/posts/cosmic-1-6-d

                                      [?]Justine Smithies [She / Her] » 🌐
                                      @justine@snac.smithies.me.uk

                                      Right that's me added a new script along with keybindings for my ( for ) desktop that allow me to record the focused output, focused window or even a selected region of the screen using wf-recorder. You can find the info in my dotfiles

                                      CoW - https://codeberg.org/thomasadam/cow

                                        [?]Justine Smithies [She / Her] » 🌐
                                        @justine@snac.smithies.me.uk

                                        Finally added the screen recorder wf-recorder to my tools list that allows selection of areas using slurp. This will be useful for recording bugs as they happen and maybe the odd show off desktop in action? 😉

                                        https://github.com/ammen99/wf-recorder

                                          [?]linuxwebzine » 🌐
                                          @linuxwebzine@mstdn.ro

                                          🌌 COSMIC Desktop 1.6 a fost lansat cu control audio per aplicație și îmbunătățiri majore pentru Compositor!

                                          Echipa de la System76 a lansat oficial versiunea 1.6 a mediului de desktop COSMIC (construit de la zero în limbajul Rust), aducând un set consistent de funcționalități noi, optimizări vizuale și stabilitate sporită pentru sesiunea Wayland.

                                          ✨ Noutățile principale din COSMIC Desktop 1.6:

                                          🎛️ Control audio individual per aplicație:
                                          • Panoul de sunet integrat în applet-ul de sistem permite acum ajustarea volumului sau oprirea sunetului (mute) individual pentru fiecare aplicație care redă conținut audio în acel moment, direct din bara de stare.

                                          🖥️ Îmbunătățiri masive pentru Compositor (cosmic-comp):
                                          • Managerul de ferestre și compositorul Wayland primesc optimizări semnificative de performanță, o mai bună gestionare a ratelor de reîmprospătare variabile (VRR / FreeSync) pe monitoare multiple și efecte vizuale/animații mai fluide la comutarea workspace-urilor.

                                          🎨 Tematică avansată și opțiuni noi de personalizare:
                                          • Centrul de setări oferă acum opțiuni mai detaliate pentru personalizarea bordurilor ferestrelor, gestionarea transparențelor și reglarea fină a comportamentului de tiling (aranjarea automată a ferestrelor pe ecran).

                                          🚀 Aplicații native actualizate:
                                          • Colecția de aplicații proprii scrise în libcosmic/iced (cum ar fi COSMIC Files, COSMIC Terminal și COSMIC Text Editor) a primit numeroase corecții de erori, timpi de pornire reduși și un consum mai mic de memorie RAM.

                                          O nouă lansare solidă ce demonstrează maturizarea rapidă a acestui mediu de desktop modern și ultra-rapid! 🚀

                                            [?]linuxwebzine » 🌐
                                            @linuxwebzine@mstdn.ro

                                            📦 VirtualBox 7.2.16 a fost lansat: Suport pentru Linux FRED și clipboard îmbunătățit pe Wayland!

                                            Oracle a lansat VirtualBox 7.2.16, o nouă versiune de mentenanță și stabilitate din seria 7.2, ce aduce corecții importante de erori, optimizări de securitate și o integrare mai bună cu kernelurile Linux recente și serverele grafice moderne.

                                            ✨ Noutățile principale din VirtualBox 7.2.16:

                                            🧠 Suport pentru instrucțiunile Linux FRED (Flexible Return and Event Delivery):
                                            • Adaugă suport pentru arhitectura FRED prezentă în kernelurile Linux recente și pe procesoarele Intel de generație nouă. Această tehnologie optimizează gestionarea evenimentelor, excepțiilor și întreruperilor de sistem în medii virtualizate, sporind stabilitatea și performanța mașinilor virtuale.

                                            📋 Clipboard partajat mai stabil pe Wayland:
                                            • Rezolvă problemele anterioare de sincronizare ale funcției de Copy & Paste (clipboard partajat) între sistemul gazdă și cel oaspete în sesiunile Wayland pe Linux.

                                            🐧 Compatibilitate extinsă cu kerneluri Linux noi:
                                            • Include module îmbunătățite de kernel (VirtualBox Guest Additions și Host Modules) pregătite pentru versiunile recente de Linux Kernel, asigurând o instalare fără erori pe distribuții precum Ubuntu, Fedora sau Arch Linux.

                                            🛠️ Corecții pentru stocare, USB și Audio:
                                            • Remediază scurgerile de memorie și crash-urile ocazionale apărute la conectarea dispozitivelor USB passthrough, precum și mici erori de procesare audio și gestionare a imaginii discurilor virtuale (VDI/VMDK).

                                            O actualizare recomandată tuturor utilizatorilor de VirtualBox pentru menținerea unui mediu de virtualizare rapid și fără probleme! 🚀

                                              [?]ebeem » 🌐
                                              @ebeem@mastodon.social

                                              I'm almost finished with the second layout for (which will become the default layout), here's a quick demo!
                                              is a based window manager inspired by and , its new manual layout should give you complete control over splitting and resizing containers. New windows spawn in your focused container, and empty containers display a placeholder until they're in use.

                                                [?]UrsaOS ™ » 🌐
                                                @ursaos@mastodon.social

                                                UrsaOS v0.1.0-beta.3 is out — now with Plasma. 🐻

                                                I switched from Niri+DMS to KDE Plasma Wayland. Same offline installer, same Arch base, new desktop with UrsaOS Aurora look. Why? One maintainer needs a platform with long-term community support. Plasma is that platform.

                                                Beta 2 (Niri) stays available as a historical ISO.

                                                ursaos.dev/blog/plasma-desktop

                                                UrsaOS Live Desktop Screenshot

                                                Alt...UrsaOS Live Desktop Screenshot

                                                  [?]Andrew [He/Him] » 🌐
                                                  @alsorew@mastodon.online

                                                  [?]impromptux » 🌐
                                                  @impromptux@pouet.chapril.org

                                                  @jmcunx @BrideOfLinux I agree with you about and but what is the problem with ?

                                                    [?]linuxwebzine » 🌐
                                                    @linuxwebzine@mstdn.ro

                                                    🚀 Omarchy 4.0 „Quattro” este aici: Cea mai mare revizuire de desktop de până acum pentru distribuția bazată pe Arch Linux!Distribuția bazată pe Arch Linux orientată pe estetică minimalistă, viteză și o experiență de utilizare profund personalizată — Omarchy — a primit versiunea 4.0 („Quattro”). Această lansare aduce o transformare majoră la nivelul interfeței grafice și al fluxului de lucru (workflow).✨ Principalele noutăți din Omarchy 4.0 „Quattro”:🎨 Revizuire masivă a mediului de desktop (Tiling Window Manager):• Sistemul trece la o versiune intens customizată și modernizată a managerului de ferestre ferestre alăturate (tiling compositor Wayland / Hyprland), oferind animații ultra-fluide, efecte de blur elegante și colțuri rotunjite perfect optimizate.🛠️ Panou de control și aplicație de setări dedicate:• În loc să necesite editarea manuală a fișierelor de configurare .conf, Omarchy 4.0 introduce noi instrumente grafice și meniuri rapide (bazate pe Rofi/Wofi) pentru schimbarea temelor, ajustarea comenzilor rapide (keybindings) și gestionarea afișajelor externe.🎨 Mecanism nou de tematizare instantanee (Global Theme Switcher):• Permite schimbarea paletelor de culori (inclusiv scheme populare precum Catppuccin, Nord, Tokyo Night sau Gruvbox) la nivelul întregului sistem cu o singură comandă — sincronizând automat terminalul, bara de stare (Waybar), editorul de cod și ferestrele de aplicații.⚙️ Script-uri interne rescrise și performanță sporită:• Toate utilitarele proprii de configurare și scripturile de post-instalare au fost optimizate pentru a reduce consumul de resurse la pornire și pentru a asigura o tranziție fără probleme la actualizările de pachete directe din repository-urile Arch Linux.📦 Kernel & Stack de aplicații la zi:• Vine la pachet cu cele mai recente kernel-uri Linux, suport complet pentru PipeWire pe partea audio și drivere video pre-configurate pentru o experiență Out-of-the-Box excelentă pe plăci NVIDIA, AMD și Intel.O lansare spectaculoasă ce transformă Arch Linux într-un desktop complet configurat, gata de utilizare și incredibil de arătos! 🚀#Omarchy

                                                      [?]jmcunx » 🌐
                                                      @jmcunx@mastodon.sdf.org

                                                      @BrideOfLinux

                                                      Quote: "Linux is gradually entering the mainstream"

                                                      To me that is an issue, I think is slowly moving into a clone. Between , and , eventually it will act like . That is because is now controlled by big-corp.

                                                      At this point I think people, especially people who remember the old days, would be better off to moving to a . At least to me it seems the various still care about their users,

                                                        [?]Jacen Sekai » 🌐
                                                        @jacenboy@mastodon.jacen.moe

                                                        rustdesk.com/blog/unattended-r

                                                        The fact that it's taken this long for anyone to figure out unattended Wayland access is just further proving that Wayland is a complete piece of shit

                                                          [?]Horacio Galan » 🌐
                                                          @ubuntu_touch@mstdn.social

                                                          Rotaciones de rectangulo

                                                            [?]بجاد الأثري » 🤖 🌐
                                                            @bidjadtech@mastodon.social

                                                            حققت شركة RustDesk إنجازاً تقنياً بارزاً في مجال التحكم عن بُعد لأنظمة لينكس، حيث أتاحت ميزة الوصول غير المراقب عبر بروتوكول Wayland. يتيح هذا التحديث للمستخدمين الاتصال بأنظمتهم بسلاسة، حتى مع وجود شاشات متعددة، دون الحاجة لموافقة يدوية عند كل جلسة أو بعد إعادة التشغيل. يتوفر هذا الإصدار التجريبي حالياً لأنظمة دبيان وأوبونتو، مع خطط مستقبلية للتوسع لتشمل توزيعات أخرى مثل فيدورا وآرتش لينكس لتعزيز استقرار الخدمة وتكاملها بشكل نهائي.

                                                              [?]Juan Pablo Ugarte » 🌐
                                                              @xjuan@mastodon.social

                                                              Host/Guest compositor DnD integration in Casilda, a simple Wayland compositor widget for @GTK 4

                                                              Alt...Video of Drag and Drop interaction between two instances of Gtk4 demo running in different wayland compositors.

                                                                [?]一色いろは :blobcatnomcookie2: » 🌐
                                                                @wzqtparor@fedibird.com

                                                                The actual meaning of "Wayland has supported it!"

                                                                1. The latest release has the protocol, but no one really use it yet.

                                                                2. One or a few compositors has supported it, but the compositor you are using doesn't support it yet.

                                                                3. One or a few apps has supported it, but the app you are using doesn't support it yet.

                                                                4. You can use it via Xwayland only.

                                                                5. In some rare cases, it's well supported by all compositors and all apps, but it's very unstable.

                                                                6. In some even more rare cases, it works extremely well, but only when you're not using NVIDIA.

                                                                  [?]一色いろは :blobcatnomcookie2: » 🌐
                                                                  @wzqtparor@fedibird.com

                                                                  It's funny that evil corps have endless money and manpower, but they still can't make a working display server after 18 years.

                                                                    [?]Mx. Chara Aznable of Pnictogen [They/Them] » 🌐
                                                                    @mxchara@cyberpunk.lol

                                                                    Who is anyway? Yes it turns out there's a reason for the "Wayland" name: the lead programmer was driving through Wayland, Massachusetts:

                                                                    Høgsberg had the inspiration for Wayland while driving through the town of Wayland in Massachusetts, which gave the display server its name.

                                                                    Driving through, of course. Extreme techie types don't like slowing down or stopping along the way or anything, it's all go go go with them.

                                                                    (cont'd)

                                                                      [?]Mx. Chara Aznable of Pnictogen [They/Them] » 🌐
                                                                      @mxchara@cyberpunk.lol

                                                                      But Høgsberg may have had someone else in mind, at least subconsciously: the Smith, who can be found in the Poetic Edda, which I have yet completely to read even though the inestimable @KaylinEvergreen gave me an especially good edition of it. I have read a bit but I'll need to read more to discover Wayland.

                                                                      (cont'd)

                                                                        [?]Thomas Adam » 🌐
                                                                        @thomasadam@bsd.network

                                                                        has a webs(h)ite:

                                                                        thomasadam.codeberg.page/cow/

                                                                        It's meant to be a bit of fun (inspired from fvwm.org), but also useful.

                                                                        Even without JS enabled, this site should still be functional.

                                                                        One of the key things here is that the man pages are now generated when the website is -- including at the point of releases, which means, those who like HTML docs can now view that.

                                                                        I am NOT a web person -- I hate frontend with a passion, and up until quite recently used to type <HTML> like that -- in upper case as that's what I recall being taught in the 1990s.

                                                                        Anyway -- have fun!

                                                                          [?]openSUSE Linux » 🌐
                                                                          @opensuse@fosstodon.org

                                                                          The .Asia Summit venue returns to where it all began in 2016, ships Rails 8.0.5.1 with dev skills in the pipeline, and delivered five snapshots with switching to by default. news.opensuse.org/2026/08/14/p

                                                                            [?]錆人形/RE_DO » 🌐
                                                                            @RE_DO@mstdn.jp

                                                                            “WindowsやKDE Plasmaでは当たり前に存在する操作がGNOMEでは「テンプレートフォルダにファイルを自分で置く」という前提知識... / 1件のコメント b.hatena.ne.jp/entry/s/joho-to htn.to/f66gvneNw2

                                                                              [?]fugahogeds » 🌐
                                                                              @fugahogeds@mastodon.social

                                                                              更新されたよ、見に来てね!→

                                                                              【夏休み自由検証】AIが檻を破った日の全容 X11最後の日、Copilot減額 速報では見えない続き 夏休みキャッチアップ 2026年08月12日(水)【答え合わせの時間】 youtube.com/shorts/f9I0xWxK-pg

                                                                                [?]fugahogeds » 🌐
                                                                                @fugahogeds@mastodon.social

                                                                                更新されたよ、見に来てね!→

                                                                                AIが檻を破った日の全容 X11最後の日、Copilot減額 速報では見えない続き 夏休みキャッチアップ 2026年08月12日(水) youtube.com/watch?v=tcfqs1vLd7U

                                                                                  [?]Justine Smithies [She / Her] » 🌐
                                                                                  @justine@snac.smithies.me.uk

                                                                                  Haha! I've not only managed to make a bar for ( for ) using only cowpager and cowbuttons, I've managed to script it so each output has it's own independent bar too. The scripting could probably be tidied up and there is more than likely an easier way to achieve the same thing but it works for me. 😉

                                                                                  Dotfiles are here if anyone is interested?

                                                                                    [?]Fossery Tech :debian: :gnome: » 🌐
                                                                                    @fosserytech@social.linux.pizza

                                                                                    (more Linux news in previous posts)

                                                                                    LightDM returns from the dark with first release in 4 years:
                                                                                    omgubuntu.co.uk/2026/08/lightd

                                                                                    Mango Wayland Compositor Hits 0.16.0 with Native Touch Support and XWayland Fixes:
                                                                                    linuxcompatible.org/story/mang

                                                                                    DebConf27 Debian Developers Conference to Be Held in Asahikawa, Japan:
                                                                                    9to5linux.com/debconf27-debian

                                                                                    Debian Developers Begin Voting Over LLM Usage Within The Project:
                                                                                    phoronix.com/news/Debian-Votes

                                                                                    Fedora CoreOS To Enable systemd-oomd & zRAM Swap By Default:
                                                                                    phoronix.com/news/Fedora-CoreO

                                                                                    ChatGPT desktop app is now available for Linux (in preview):
                                                                                    omgubuntu.co.uk/2026/08/chatgp

                                                                                    RustConn 0.20 Continues Further Polishing This GTK4/libadwaita-Based Connection Manager:
                                                                                    phoronix.com/news/RustConn-0.2

                                                                                    Make sure your Flatpak is up to date due to security issues:
                                                                                    gamingonlinux.com/2026/08/make

                                                                                    Mesa 26.1.7 Lands as a Targeted Bugfix Drop for the Stable Branch:
                                                                                    linuxcompatible.org/story/mesa

                                                                                    Mesa 26.3 Intel Driver Code Enables Large GRF Mode For Newer GPUs:
                                                                                    phoronix.com/news/Intel-Large-

                                                                                    Open-Source exFAT Programs 1.4.3 Improves Fsck & Mkfs:
                                                                                    phoronix.com/news/exfatprogs-1

                                                                                    Linux Patches Enable Apple M4 NVMe Support:
                                                                                    phoronix.com/news/Linux-Apple-

                                                                                    Liquorix Kernel 7.1-11 Brings a Single Targeted Patch to Your Gaming and Streaming Setup:
                                                                                    linuxcompatible.org/story/liqu

                                                                                    Liquorix Drops Kernel 7.1-12 With Heavy Project-C Scheduler Tweaks:
                                                                                    linuxcompatible.org/story/liqu

                                                                                    Samba 4.25.0rc1 Released: Persistent Handles, Cluster Functional Levels, and AES-Only Domain Encryption:
                                                                                    linuxcompatible.org/story/samb
                                                                                    (Am I the only one who starts hearing the Samba De Janeiro song in my head every time I read about Samba? lol)

                                                                                    (FOSS news in comments)

                                                                                      [?]Graham Perrin » 🌐
                                                                                      @grahamperrin@mastodon.bsd.cafe

                                                                                      @thomholwerda @TheEvilSkeleton

                                                                                      The consequent uproar in Hacker News made my eyes bleed. I know, HN is supposedly quite lightweight but the sheer volume of comments caused Firefox to grind to a halt on my ZBook with 32 G memory.

                                                                                      news.ycombinator.com/item?id=4

                                                                                      I might describe the outrage in the Xfce as deafening, but not bad enough to burst a blood vessel.

                                                                                      reddit.com/r/xfce/comments/1ve

                                                                                        [?]Mx. Chara Aznable of Pnictogen [They/Them] » 🌐
                                                                                        @mxchara@cyberpunk.lol

                                                                                        RE: mas.to/@zzt/117102639383299608

                                                                                        Obviously I'm boosting a sour opinion about . I feel like the marginalized folks of , people whom the elites of are habituated to spitting upon and regarding as subhumans who ought to stumbling around in a perpetual haze of grateful amazement at the miracles wrought by a pack of programmers, i.e. people who are totally dependent upon the actual builders and shapers of the nation, have a right to be sour and peeved and "negative" about this whole subject.

                                                                                        (cont'd)

                                                                                          [?]Mx. Chara Aznable of Pnictogen [They/Them] » 🌐
                                                                                          @mxchara@cyberpunk.lol

                                                                                          It seems increasingly clear that should never have been released in its current state, but this is HABIT with the sector and all the grifters. They have normalized releasing unfinished garbage because (a) they're always in a tearing hurry to make the sale and (b) they can charge more money for slooowly incrementally fixing the broken thing, if it ever gets fixed at all.

                                                                                          They're used to this. cars are like this, always on the verge of falling apart or burning to a white ash of aluminium oxide.

                                                                                          (cont'd)

                                                                                            [?]Mx. Chara Aznable of Pnictogen [They/Them] » 🌐
                                                                                            @mxchara@cyberpunk.lol

                                                                                            RE: cyberpunk.lol/@mxchara/1170898

                                                                                            I like that one person voted for "graphics what are those." Anyway just about half a day left on the poll.

                                                                                            I find myself asking: is there a point to trying to start over from scratch here? As a project down the line, that is, not an immediate thing. The and conflict points to the possibility of trying to use a relatively low-level and cross-platform graphics library, OpenGL perhaps, and try to come up with a fresh approach. (cont'd)

                                                                                            🗳

                                                                                            [?]Mx. Chara Aznable of Pnictogen [They/Them] » 🌐
                                                                                            @mxchara@cyberpunk.lol

                                                                                            RE: cyberpunk.lol/@mxchara/1170721

                                                                                            OK! After running this poll about X11 vs. Wayland vs. other application environments on or or other type operating systems, let me ask...what TOOLKIT, what general-purpose widget set or GUI toolkit, is your preferred option:

                                                                                            GTK (Gnome, Xfce, LXDE, etc.):5
                                                                                            Qt (KDE, LXQt, Lumina, etc.):6
                                                                                            FLTK (flwm, slwm, EDE):0
                                                                                            nothing specific (e.g like with twm):3
                                                                                            graphics? what are those?:0
                                                                                            what's a "toolkit" I just open apps and they work:0
                                                                                            OTHER:0

                                                                                                Back to top - More...