Mazhar Hussain
Mazhar Hussain
### What happened? If there are files in `/etc/dconf/db/gdm.d` directory that get sorted after `95-gdm-settings` in alphabetical order, they can override settings applied by this app and make it seem...
On some systems, applying settings in the app messes up the GNOME Shell theme for the running session which is fixed on the next login. On those systems, the app...
All the settings in 'Miscellaneous' page are for the login screen/dialog itself. So, renaming makes sense.
Currently following CSS works. ```CSS .login-dialog-banner { color: #FFF; font-size: 1.5em; font-weight: bold; background-color: #40A; padding: 10px; border-radius: 7px; } ``` Alpha value in `rgba(r, g, b, a)` is discarded...
Self explanatory
### What happened? Applying settings on a system with immutable `/usr` results in an error on the terminal. ``` cp: cannot create regular file '/usr/share/gnome-shell/gnome-shell-theme.gresource.default': Read-only file system ``` However,...