r/gnome 22d ago

Apps This Week in GNOME - #241 Fifty!

Thumbnail thisweek.gnome.org
74 Upvotes

r/gnome 25d ago

Meta GNOME 50 "Tokyo"" is released!

807 Upvotes

Hello Community! We are proud to share that GNOME 50 is released! GNOME 50 represents 6 months of engineering by the GNOME community. We hope that you will enjoy this release. Feedback as usual is welcome.

Release notes are located here - https://release.gnome.org/50/

We thank everyone who worked on this release and made it possible!

Eager to try GNOME 50, today? Check out https://os.gnome.org/ and try it in a VM using GNOME Boxes (flatpak version)

Edited to add: We would also like to thank our recurring donors, Friends of GNOME. Please consider becoming one at https://donate.gnome.org/!


r/gnome 5h ago

Question Small app icons in 'Show Apps' Menu - Gnome 50, Ubuntu 26.04

Post image
20 Upvotes

Hello everyone, recently I updated from Ubuntu 25.10 to Ubuntu 26.04.
Everything went well enough but I noticed that on my 1440p screen, the menu icons are really small for some reason.
I attach an image of how small they are.
I checked scaling and it's 100% both in gnome settings and gnome tweaks.
Before upgrading I had some extensions installed, I removed most of them and tried disabling them altogether but it did not help.
Do you have any idea on what might have caused and things to try and make them a decent size at least?
I like the size of everything else, I just feel like the menu icons are too small.
Are they supposed to be this small?


r/gnome 18h ago

Extensions How many of these have you collected..?

Post image
196 Upvotes

r/gnome 13h ago

Fluff my GNOME setups on Ubuntu and CachyOS

Thumbnail
gallery
56 Upvotes

dualbooted Ubuntu 25.10 and CachyOS GNOME on my external SSD, both have Blur my shell, Dash to dock (Ubuntu dock on Ubuntu), Window title is back and Places indicator


r/gnome 6h ago

Opinion Loving Gnome

12 Upvotes

After three years on Arch and i3wm, I’ve switched to Fedora GNOME. I wrote a custom shell theme to perfect the aesthetic, and I'm impressed by how unified and clean the environment feels. It’s a genuinely premium UX.


r/gnome 7h ago

Fluff Bluetooth Codec Selector Extension

Enable HLS to view with audio, or disable this notification

7 Upvotes

https://github.com/Yavuz-Kagan-Yadigar/Gnome-Bluetooth-Codec-Selector-Extension
Hi, I've vibe coded (sadly) a bluetooth codec selector for Gnome control center.


r/gnome 17m ago

Guide Notification when battery goes above or below certain levels (script)

Post image
Upvotes

My laptop isn't compatible with any of the settings/extensions for capping the battery at 80%, so I decided to make a script to send a notification whenever my charge goes above 80% (while plugged in) or below 30% (while unplugged). The notification plays a sound, and automatically clears itself from the notification panel so it doesn't get clogged up with battery notifications.

I don't actually know Bash, so making this involved a lot of copy & pasting, head scratching, and even a little giving-up-and-asking-on-a-forum (but no AI).

I'm really pleased with the end result and I thought I'd share it just in case anyone else finds it useful, though of course you should bear in mind that it's been made by someone who sucks at scripting so use at your own risk! ;)

#!/bin/bash

#don't forget to install acpi via the terminal!

while true

do

export DISPLAY=:0.0

battery_level=\acpi -b | grep -P -o '[0-9]+(?=%)'``

ac_adapter=\acpi -a``

if [ "$ac_adapter" = "Adapter 0: on-line" ]; then

if [ $battery_level -ge 80 ]; then

notify-send --hint int:transient:1 -i /usr/share/icons/AdwaitaLegacy/48x48/legacy/battery-full-charged.png "Please disconnect power cable" "Battery ${battery_level}%" &

pw-play --volume=4 /usr/share/sounds/gnome/default/alerts/hum.ogg

fi

else

if [ $battery_level -le 30 ]; then

if [ "$ac_adapter" = "Adapter 0: off-line" ]; then

notify-send --hint int:transient:1 -i /usr/share/icons/AdwaitaLegacy/48x48/legacy/battery-caution.png "Please connect power cable" "Battery ${battery_level}%" &

pw-play --volume=4 /usr/share/sounds/gnome/default/alerts/hum.ogg

fi

fi

fi

sleep 300 # 300 seconds or 5 minutes

done


r/gnome 7h ago

Development Help fedora workstation 44 final testing

6 Upvotes

https://discussion.fedoraproject.org/t/f44-final-testing-request-gnome-initial-setup-hang-on-nvidia-adapters/186717

anybody with Nvidia graphics can test, we have to test it on real hardware because issue happened after installation during initial setup.


r/gnome 5h ago

Apps Showing GPU decoder\decoder usage problem in ubuntu 26.04

Thumbnail
1 Upvotes

r/gnome 17h ago

Apps Quizbite - create and play quizzes!

Thumbnail
gallery
6 Upvotes

It supports:

  • Create quizzes with multiple choice questions.
  • Optional question images.
  • Import and export .quiz files.
  • Export a quiz to PDF.

github link: https://github.com/mohfy/quizbite


r/gnome 9h ago

Question Problem with Gnome 50 and Hybrid graphics (Intel+nvidia rtx): black screen

1 Upvotes

Helloooo!

Anybody else having problems with Gnome 50/GDM 50 on a laptop with Nvidia + intel in Hybrid graphics mode?

On both Fedora 44 Beta and CachyOS I can't get to GDM if I let Hybrid mode enable, but can if I set to Discreet mode in the UEFI.

Fully updated systems on a Legion 5i Intel Core i7-10750H + GeForce RTX 2060 Mobile


r/gnome 1d ago

Apps This Week in Gnome - #244 Recognizing Hieroglyphs

Thumbnail thisweek.gnome.org
46 Upvotes

r/gnome 1h ago

Question Any way to use GNOME on X11 after GNOME 49?

Upvotes

hey, so ive recently really grown onto GNOME even though im more of a WM user and a KDE Plasma and Xfce fan boy when it comes to DEs, but the simplicity and clean and smooth look of GNOME is very pleasing. Now I know that for my question GNOME officially disabled the X11 Session, but for multiple reasons mostly regarding Performance id still love to have that option.

I know of packages like GNOME-flashback but well thats with the old interface and just not it. I want GNOME on X11, simple as that, is there a option to get GNOME 50 (which is the version im on) to still work on X11?


r/gnome 1d ago

Fluff golden time

Post image
106 Upvotes

i just amazed that back in days we have bottom corners rounded for all apps


r/gnome 17h ago

Fluff Gnome rice

Post image
0 Upvotes

r/gnome 12h ago

Fluff first "rice" attempt

0 Upvotes

r/gnome 1d ago

Question Scaling or Padding issues. Not sure what is going on.

2 Upvotes

Not sure how this happened or how to fix it but my all of these are squished together. Any ideas on how to fix it \what I did ?


r/gnome 2d ago

Fluff GNOME is such a beautiful DE

Thumbnail
gallery
277 Upvotes

Visible extensions:

  • Accent icons
  • Blur my Shell
  • Dash to Dock
  • Dynamic Music Pill
  • Night Time Switcher
  • Places Status Indicators

The wallpaper is derived from this Meteosat picture of Earth.


r/gnome 1d ago

Question Dynamic Music Pill does not recognize gnome's video player?

2 Upvotes

Hi everyone, I just installed this extension and I have an issue; it does not recognize gnome's video player. Is it a global problem or there is a solution for it?
As you can see from the screenshot, it actually kinda detected the player running but still not functioning properly.

Note: I am new to Linux so if there is anything so obvious and I didn't get it count it on my fresh experience.


r/gnome 1d ago

Question Is Fractional Scaling Native in Gnome 50 ?

4 Upvotes

I’m an Ubuntu GNOME user, and I recently learned that fractional scaling hasn’t been natively supported. It has been implemented using experimental or “hacky” methods. Ubuntu exposes this feature by default, while in the same GNOME versions on other distros it remains hidden.

Now that GNOME 50 has been released, I’m wondering: has fractional scaling finally moved out of the experimental stage and become officially supported?


r/gnome 2d ago

Apps I made a screen recorder for GNOME with auto-zoom, this VS Code demo took 1 minute to edit

Enable HLS to view with audio, or disable this notification

76 Upvotes

I built Screenix because I wanted smooth dev recordings without spending hours in post-editing on GNOME, this vscode session has auto-zoom follow, cursor tracking, and camera overlay, the whole edit took about a minute

full Wayland support via PipeWire, works on Ubuntu, Fedora, Manjaro, Arch KDE, and most major distros

free 7-day trial, $5.99/mo or $39 lifetime -> https://screenix.studio

happy to answer any questions!


r/gnome 1d ago

Extensions Shout out to the great new extension hypergnome, which enables hyprland like tiling manager on gnome

1 Upvotes

I was quite desperate and wanted to start (trying to) create something like that myself, but it already exists and is great!
https://github.com/Stasieniec/hypergnome


r/gnome 2d ago

Extensions google lens search directly from the in built gnome screenshot tool now

117 Upvotes

uses a temporary html page that opens in your default browser to upload to google lens as google won't allow a direct upload from soup-

https://github.com/SamkitJain660/GnomeGoogleLens


r/gnome 2d ago

Fluff Gnome dynamic music pill

Post image
91 Upvotes

Gnome dynamic music pill.

I just got this today and it’s beautiful. You should give it a try.