Initial commit
This commit is contained in:
commit
968d09e362
88 changed files with 2323 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
[org/gnome/login-screen]
|
||||
logo = '/usr/local/share/images/login-screen-logo.svg'
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
user-db:user
|
||||
system-db:gdm
|
||||
file-db:/usr/share/gdm/greeter-dconf-defaults
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
// Connecting to a WiFi in the gnome-shell quick settings prompts for an admin
|
||||
// password without this rule.
|
||||
// https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7378
|
||||
|
||||
polkit.addRule(function (action, subject) {
|
||||
if (action.id === "org.freedesktop.NetworkManager.settings.modify.system") {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue