diff --git a/set_wheel.patch b/set_wheel.patch index 72a55c8..36ed6cc 100644 --- a/set_wheel.patch +++ b/set_wheel.patch @@ -1,8 +1,6 @@ -Index: Cinnamon-3.6.6/files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py -=================================================================== ---- Cinnamon-3.6.6.orig/files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py -+++ Cinnamon-3.6.6/files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py -@@ -153,12 +153,11 @@ +--- a/files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py ++++ b/files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py +@@ -182,12 +182,11 @@ class PasswordDialog(Gtk.Dialog): @@ -16,7 +14,7 @@ Index: Cinnamon-3.6.6/files/usr/share/cinnamon/cinnamon-settings-users/cinnamon- self.set_modal(True) self.set_skip_taskbar_hint(True) -@@ -224,14 +223,7 @@ +@@ -253,14 +252,7 @@ def change_password(self): newpass = self.new_password.get_text() self.user.set_password(newpass, "") @@ -32,7 +30,7 @@ Index: Cinnamon-3.6.6/files/usr/share/cinnamon/cinnamon-settings-users/cinnamon- self.destroy() def set_passwords_visibility(self): -@@ -570,7 +562,7 @@ +@@ -613,7 +605,7 @@ model, treeiter = self.users_treeview.get_selection().get_selected() if treeiter is not None: user = model[treeiter][INDEX_USER_OBJECT] @@ -41,9 +39,9 @@ Index: Cinnamon-3.6.6/files/usr/share/cinnamon/cinnamon-settings-users/cinnamon- response = dialog.run() def _on_groups_button_clicked(self, widget): -@@ -839,11 +831,11 @@ +@@ -902,11 +894,11 @@ pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size("/usr/share/cinnamon/faces/user-generic.png", 48, 48) - description = "%s\n%s" % (fullname, username) + description = "%s\n%s" % (GLib.markup_escape_text(fullname), GLib.markup_escape_text(username)) piter = self.users.append(None, [new_user, pixbuf, description]) - # Add the user to his/her own group and sudo if Administrator was selected + # Add the user to his/her own group and wheel if Administrator was selected