Linux
GNOME Desktop
46 flashcards · answers and review in the app — launching soon
A new Linux user complains that GNOME won't let them tweak much, while a colleague on KDE has endless dialogs. What is the design trade-off each desktop is making?
GNOME dropped its old 3.34 / 3.36 version numbers. How does its versioning work now, and how fast do releases come?
What is GNOME Classic Mode, and how is it actually implemented under the hood rather than being a separate desktop?
In GNOME you press Alt+Tab expecting to reach a second terminal window, but it keeps landing on a different program. Why, and which shortcut actually cycles windows of one program?
Which GNOME keyboard shortcuts start a program by name, open the overview/search, and open the program grid?
You type Super, then "terminal", then Enter to get a fresh terminal, but GNOME just focuses the one already open. What went wrong and what forces a new instance?
New GNOME users hunt for the Minimize and Maximize buttons on window title bars and can't find them. How do you minimize and maximize without those buttons?
How do GNOME's dynamic workspaces differ from a fixed set of desktops, and what happens as you start filling them?
After a laptop wakes from sleep the GNOME graphical session is frozen. What Linux facility lets you reach a working shell to fix or restart it?
In a Linux terminal, why is Ctrl+C the wrong shortcut for "copy", and what do you use instead?
Linux has a "second clipboard" that most Windows users never notice. How does it work and how do you paste from it?
GNOME's file manager is branded "Files", yet package names and processes still say something else. What is the internal name, and why does it matter?
Where does Nautilus cache the image thumbnails it generates, and what is the point of storing them?
You drag a file from a USB stick to your home folder in Nautilus and are surprised the original is still on the stick. Why, and what governs move-vs-copy?
On Linux, which files does Nautilus hide by default, and how do you reveal them?
You need to edit a root-owned config file through Nautilus but only see your own files. What address-bar trick gives file-manager access to the whole filesystem?
When you press Delete on a file in Nautilus, where does it actually go, and when is it truly gone?
Which URL schemes does Nautilus's address bar (Ctrl+L) accept to reach a Windows share versus another Linux box over SSH?
You browse an SMB or SFTP share in Nautilus and a command-line tool then can't find those files under a normal mount path. Where does GNOME actually mount network directories?
Sharing a folder from Nautilus works on Ubuntu but the option is missing on Fedora/RHEL. What package is needed, and why is it absent there?
To password-protect a Nautilus Samba share, which command sets the Samba password, and why must it differ from your login password?
You add a Google or Nextcloud account under GNOME Online Accounts expecting your files to sync to disk like Dropbox. What actually happens?
Which single program sits behind GNOME's network configuration, and how widely is it used across Linux desktops?
A GNOME resolution change leaves the screen black. What is the built-in safety mechanism that gets you back?
After distro-hopping between X and Wayland, your GNOME resolution breaks. Which file stores per-monitor settings, and what's the fix?
GNOME's Fractional Scaling gives you 125% / 150% / 175%. How does the underlying mechanism differ between an X session and a Wayland session?
What does GNOME's Night Light option change on the display, and who should avoid it?
GNOME remote support with a VNC-based tool works in the office but not when helping a relative at home. Why, and what class of tool crosses that barrier?
Using AnyDesk for GNOME remote support, there is a specific X-versus-Wayland constraint on the two ends. What is it?
GNOME hides options like enabling minimize/maximize buttons or swapping modifier keys. Which program unlocks them, and what is it also called?
On a laptop you want the touchpad off whenever a mouse is plugged in, but GNOME Settings has no such toggle. What command achieves it?
GNOME shell extensions are written in JavaScript rather than C or Python. What about GNOME's architecture forces that choice?
What are the three ways to manage GNOME shell extensions, and which one works from the command line?
Installing GNOME extensions from extensions.gnome.org needs more than just a browser add-on. What host-side package is required, and what was it called before?
Which GNOME extensions add a combined movable panel/dock, quarter-screen tiling, and Android phone integration?
How does a GNOME shell theme get installed, and how is it activated?
GNOME programs don't store settings in plain text files you can grep. Where do their settings actually live, and how do you inspect them?
From a terminal, how do you open a file in whatever GUI program is the user's default, without knowing which program that is?
You want to install a downloaded font just for yourself on Linux, not system-wide. Which font formats work and where do the files go?
How do you list every installed font from a Linux terminal?
Where do GNOME shell extensions get installed on disk, and what is the cost of piling on too many?
You've messed up many GNOME settings experimenting with gsettings. How do you change a single setting from the terminal, and how do you reset everything at once?
How do you make a program auto-start on GNOME login when there's no Settings module for it, and what distinguishes the personal from the global location?
What is the MIME database on GNOME for, and where are your personal file-type-to-program associations saved?
The Documents, Downloads, and Pictures folders in your home directory are created and named by a standard, not hardcoded. Which project defines them and how are they configured?
The XDG spec splits your hidden home data across .cache, .config, and .local. What belongs in each, and which is safe to delete?