this post was submitted on 01 Aug 2026
4 points (100.0% liked)

Linux

66797 readers
619 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

Hi, I've decided to try NixOS on my laptop and I've encountered this minor issue that I'm unable to locate the name of the default audio player package on GNOME.

Apparently it's supposed to be called 'gnome-decibels' but I can't find it anywhere or open it via terminal. Before I was able to open it via terminal with gnome-music but now that I've removed it by adding it into the

environment.gnome.excludePackages = with pkgs.gnome; [

music

];

it still appears in the applications menu and I can still open it and confirm it runs and it's called "Decibels" but if I try adding decibels into the exclude list I get error that no such pkgs exist and can't rebuild.

Any idea what's up with this? I was able to remove everything else that's bundled with GNOME by default which I don't use.

you are viewing a single comment's thread
view the rest of the comments
[–] ItsAlwaysDNS@sh.itjust.works 1 points 2 days ago

Can only guess, but nixpkgs says the package provided is org.gnome.decibels not decibels. Maybe try this command