# Linux desktop

Published articles for Linux desktop.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## GNOME 51 replaces the camera-shutter sound used for screenshots

DevFeed: [GNOME 51 replaces the camera-shutter sound used for screenshots](<https://devfeed.tech/articles/gnome-saves-blushes-by-replacing-inappropriate-screenshot-sound-55750.md>)

Original publisher: [Read original article](<https://www.omgubuntu.co.uk/2026/09/gnome-screenshot-sound-change>)

Author: Joey Sneddon

Published: 2026-09-21T13:39:03Z

Content type: article

Language: en

Sources: [OMG! Ubuntu](<https://devfeed.tech/sources/omg-ubuntu.md>)

Topics: [screenshot](<https://devfeed.tech/topics/screenshot.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Web Accessibility (a11y)](<https://devfeed.tech/topics/web-accessibility.md>), [User Interfaces](<https://devfeed.tech/topics/user-interfaces.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [bug](<https://devfeed.tech/tags/bug.md>), [gnome](<https://devfeed.tech/tags/gnome.md>), [gnome-51](<https://devfeed.tech/tags/gnome-51.md>), [gnome-shell](<https://devfeed.tech/tags/gnome-shell.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-desktop](<https://devfeed.tech/tags/linux-desktop.md>), [news](<https://devfeed.tech/tags/news.md>), [screenshot](<https://devfeed.tech/tags/screenshot.md>), [screenshots](<https://devfeed.tech/tags/screenshots.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [ubuntu-26-10](<https://devfeed.tech/tags/ubuntu-26-10.md>)

### AI overview

GNOME 51 changes the sound effect played when users capture a desktop or application-window screenshot. The new sound is intended to provide an audible indicator without resembling a camera shutter, which users reported could cause embarrassment in public places.

### Source excerpt

Say goodbye to people thinking you're a creep next time you take a desktop screenshot in a public space, as GNOME 51 has changed the sound effect that plays when you do. For a while now, when you screen grab your desktop or an app window, the accompanying sound effect is a camera shutter, like the one you hear when you take a photo on a smartphone. Cute in the privacy of your own home, but less cute in a public setting like an office or café. The sound is the issue: how are people to know you're taking desktop [...] You're reading GNOME saves blushes by replacing 'inappropriate' screenshot sound, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

## Liquid Glass GNOME Shell extension uses real refraction shaders

DevFeed: [Liquid Glass GNOME Shell extension uses real refraction shaders](<https://devfeed.tech/articles/liquid-glass-gnome-shell-extension-uses-real-refraction-shaders-48082.md>)

Original publisher: [Read original article](<https://www.omgubuntu.co.uk/2026/09/liquid-glass-gnome-shell>)

Author: Joey Sneddon

Published: 2026-09-10T20:19:14Z

Content type: article

Language: en

Sources: [OMG! Ubuntu](<https://devfeed.tech/sources/omg-ubuntu.md>)

Topics: [Extension](<https://devfeed.tech/topics/extension.md>), [refraction shader](<https://devfeed.tech/topics/refraction-shader.md>), [shaders](<https://devfeed.tech/topics/shaders.md>), [liquid glass](<https://devfeed.tech/topics/liquid-glass.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [extension](<https://devfeed.tech/tags/extension.md>), [eye-candy](<https://devfeed.tech/tags/eye-candy.md>), [glass](<https://devfeed.tech/tags/glass.md>), [gnome](<https://devfeed.tech/tags/gnome.md>), [gnome-extensions](<https://devfeed.tech/tags/gnome-extensions.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-desktop](<https://devfeed.tech/tags/linux-desktop.md>), [liquid-glass](<https://devfeed.tech/tags/liquid-glass.md>), [news](<https://devfeed.tech/tags/news.md>), [shaders](<https://devfeed.tech/tags/shaders.md>), [testing](<https://devfeed.tech/tags/testing.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

An Ubuntu GNOME Shell extension recreates Apple's Liquid Glass aesthetic using refraction shaders based on Snell's Law, thickness calculations, rim lighting, and specular highlights. The article also discusses its configurable desktop integration, performance cost, and substantial use of AI coding assistants.

### Source excerpt

You can now give the Ubuntu desktop a 'Liquid Glass' makeover using a new GNOME Shell extension that was written with 'significant' help from AI. Its developer, Ryosuke Watanabe, said they loved the look of Liquid Glass - Apple's new design material that gives UI elements light-bending surfaces with depth and motion - but, not owning an Apple device, wanted a way to enjoy it on their Linux desktop. So they created an extension to do it. "The design, the shader math, the architecture decisions, and all of the testing on real hardware are mine", says Watanabe, but adds that [...] You're reading Liquid Glass GNOME Shell extension uses real refraction shaders, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

## How to perform find and replace operations within a visual selection in Vim

DevFeed: [How to perform find and replace operations within a visual selection in Vim](<https://devfeed.tech/articles/how-to-perform-find-and-replace-operations-within-a-visual-selection-in-vim-41965.md>)

Original publisher: [Read original article](<https://www.cyberciti.biz/tips/how-to-perform-find-and-replace-operations-within-a-visual-selection-in-vim.html>)

Author: Vivek Gite

Published: 2024-05-07T06:14:33Z

Content type: tutorial

Language: en

Sources: [nixCraft](<https://devfeed.tech/sources/nixcraft-linux-tips-hacks-tutorials-and-ideas-in-blog-format-rss-feed.md>)

Topics: [Vim](<https://devfeed.tech/topics/vim.md>), [Code](<https://devfeed.tech/topics/code.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Unix](<https://devfeed.tech/topics/unix.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [file](<https://devfeed.tech/topics/file.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [developers](<https://devfeed.tech/tags/developers.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-desktop](<https://devfeed.tech/tags/linux-desktop.md>), [redhat-fedora-linux](<https://devfeed.tech/tags/redhat-fedora-linux.md>), [sys-admin](<https://devfeed.tech/tags/sys-admin.md>), [tips](<https://devfeed.tech/tags/tips.md>), [ubuntu-linux](<https://devfeed.tech/tags/ubuntu-linux.md>), [unix](<https://devfeed.tech/tags/unix.md>), [vim](<https://devfeed.tech/tags/vim.md>)

### AI overview

A practical Vim tutorial explaining how to perform find-and-replace operations within a visually selected range. It covers character-wise, block-wise, and line-wise selections, the substitution command, replacement confirmation, and saving the edited file.

### Source excerpt

Here's a quick tip for vim users. You can perform find and replace operations within a visual selection in Vim for text or code block. Visual selection for finding and replacing text in Vim allows developers and Linux/Unix users precise and efficient text editing. It's handy when you want to change specific portions of text or code blocks within a larger file without affecting other occurrences. This method required to minimizing manual search and reducing the risk of unintended code or text modifications. Let us see how to find and replace in Vim visual mode selection. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to perform find and replace operations within a visual selection in Vim appeared first on nixCraft.

## /uses

DevFeed: [/uses](<https://devfeed.tech/articles/uses-37877.md>)

Original publisher: [Read original article](<https://carlosbecker.com/uses/>)

Author: Carlos Alexandro Becker

Published: 2020-01-29T00:00:00Z

Content type: article

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Hardware](<https://devfeed.tech/topics/hardware.md>), [Software](<https://devfeed.tech/topics/software.md>), [Nix](<https://devfeed.tech/topics/nix.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Raspberry Pi](<https://devfeed.tech/topics/raspberry-pi.md>), [NixOS](<https://devfeed.tech/topics/nixos.md>), [Neovim](<https://devfeed.tech/topics/neovim.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [friendly interactive shell](<https://devfeed.tech/topics/fish.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Synology](<https://devfeed.tech/topics/synology.md>)

Tags: [changelog](<https://devfeed.tech/tags/changelog.md>), [computers](<https://devfeed.tech/tags/computers.md>), [configuration-management](<https://devfeed.tech/tags/configuration-management.md>), [ergonomics](<https://devfeed.tech/tags/ergonomics.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [keyboard](<https://devfeed.tech/tags/keyboard.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-desktop](<https://devfeed.tech/tags/linux-desktop.md>), [remote-work](<https://devfeed.tech/tags/remote-work.md>), [setup](<https://devfeed.tech/tags/setup.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

A personal, periodically updated list of hardware and software used for remote work, including Apple and Linux computers, a Raspberry Pi cluster, networking equipment, development tools, operating systems, and configuration-management tools.

### Source excerpt

Sometimes people ask me what my setup looks like for remote work. I decided to try and keep a more-or-less updated list of the hardware and software I'm using.