[Bug 278634] x11/cinnamon: cinnamon-settings user doesn't change the user avatar
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Apr 2024 12:15:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278634
Bug ID: 278634
Summary: x11/cinnamon: cinnamon-settings user doesn't change
the user avatar
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: gnome@FreeBSD.org
Reporter: fodef64090@togito.com
Flags: maintainer-feedback?(gnome@FreeBSD.org)
Assignee: gnome@FreeBSD.org
When using cinnamon-settings user, it doesn't change the user avatar.
I am getting the error:
AttributeError:module 'PIL.Image' has no attribute 'ANTIALIAS'
I solved changing:
image.thumbnail((255, 255), Image.ANTIALIAS)
to
image.thumbnail((255, 255), Image.LANCZOS)
And now it works.
--
You are receiving this mail because:
You are the assignee for the bug.