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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278634

            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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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