Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2024 12:15:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 278634] x11/cinnamon: cinnamon-settings user doesn't change the user avatar
Message-ID:  <bug-278634-6497-9p2HUoKRYf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278634-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278634-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 278634: x11/cinnamon: cinnamon-settings user doesn't change the user av=
atar
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278634



--- Description ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278634-6497-9p2HUoKRYf>