Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] cinnamon-settings crashes trying to get PIL.Image.VERSION
Date: Tue, 18 Jun 2019 22:05:14 +0200	[thread overview]
Message-ID: <20190618200514.uW2oAIaGRsbZBUQVqCfLYU3dRw3DGkRRHCT-cLc4sRQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12532@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1843 bytes --]

Closed issue by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/12532
Description: ### System

* xuname:  Void 4.19.52_1 x86_64 AuthenticAMD uptodate rrFFFFFF
  *output of ``xuname`` (part of xtools)*
* package:  cinnamon-4.0.10_1
  *affected package(s) including the version*

### Expected behavior
cinnamon-settings displays settings page

### Actual behavior
```
[oreo639@void-linux ~]$ cinnamon-settings

(cinnamon-settings.py:1560): dbind-WARNING **: 12:01:17.361: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 619, in <module>
    window = MainWindow()
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 247, in __init__
    for module in modules:
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py", line 5, in <module>
    import imtools
  File "/usr/share/cinnamon/cinnamon-settings/bin/imtools.py", line 623, in <module>
    if Image.VERSION == '1.1.7':
AttributeError: module 'PIL.Image' has no attribute 'VERSION'
```

### Steps to reproduce the behavior
Install cinnamon
Run cinnamon
Open terminal
Attempt to run cinnamon-settings

### Extra information
This is caused by the update to python3-Pillow to 6.0.0_1 which changes `PIL.Image.VERSION` to `PIL.Image.__version__` according to here:
https://bbs.archlinux.org/viewtopic.php?id=245471
I can confirm that this edit does fix it.

Here is a link to the issue thread for more information
https://github.com/linuxmint/cinnamon/issues/8495

      reply	other threads:[~2019-06-18 20:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-18 19:10 [ISSUE] " voidlinux-github
2019-06-18 20:05 ` voidlinux-github [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190618200514.uW2oAIaGRsbZBUQVqCfLYU3dRw3DGkRRHCT-cLc4sRQ@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).