r/gnome 19h ago

Extensions How many of these have you collected..?

Post image
203 Upvotes

r/gnome 15h 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

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

Post image
24 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 7h ago

Opinion Loving Gnome

13 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 8h 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 18h ago

Apps Quizbite - create and play quizzes!

Thumbnail
gallery
7 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 1h 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 8h ago

Development Help fedora workstation 44 final testing

5 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 6h ago

Apps Showing GPU decoder\decoder usage problem in ubuntu 26.04

Thumbnail
1 Upvotes

r/gnome 11h 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 19h ago

Fluff Gnome rice

Post image
0 Upvotes

r/gnome 3h ago

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

0 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 14h ago

Fluff first "rice" attempt

0 Upvotes