Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] cinnamon-settings crashes trying to get PIL.Image.VERSION
@ 2019-06-18 19:10 voidlinux-github
  2019-06-18 20:05 ` [ISSUE] [CLOSED] " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-06-18 19:10 UTC (permalink / raw)
  To: ml

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

New 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:  not exactly sure
  *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
https://bbs.archlinux.org/viewtopic.php?id=245471
I can confirm that this edit does fix it.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ISSUE] [CLOSED] cinnamon-settings crashes trying to get PIL.Image.VERSION
  2019-06-18 19:10 [ISSUE] cinnamon-settings crashes trying to get PIL.Image.VERSION voidlinux-github
@ 2019-06-18 20:05 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-06-18 20:05 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-18 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18 19:10 [ISSUE] cinnamon-settings crashes trying to get PIL.Image.VERSION voidlinux-github
2019-06-18 20:05 ` [ISSUE] [CLOSED] " voidlinux-github

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