Skip to content

Commit ca0b9a1

Browse files
author
Mohamed A. Elmeligy
committed
screensaver: save user profile picture in full resolution
1 parent bbedf32 commit ca0b9a1

File tree

1 file changed

+1
-1
lines changed
  • files/usr/share/cinnamon/cinnamon-settings/modules

1 file changed

+1
-1
lines changed

files/usr/share/cinnamon/cinnamon-settings/modules/cs_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def _on_face_browse_menuitem_activated(self, menuitem):
212212

213213
face_path = os.path.join(self.accountService.get_home_dir(), ".face")
214214

215-
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(path, 255, -1)
215+
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(path, -1, -1)
216216
pixbuf.savev(face_path, "png")
217217
self.accountService.set_icon_file(path)
218218
self.face_button.set_picture_from_file(path)

0 commit comments

Comments
 (0)