시나몬 설정이 작동하지 않습니다. 잘 모르겠지만 hplib를 설치한 후 작동이 멈춘 것 같습니다(https://developers.hp.com/hp-linux-imaging-and-printing/gethplip).
나는 다음을 사용하고 있습니다 :
- 시나몬 3.2.7
- 데비안 9.8
Python 2.7.13(만약의 경우)
다음은 계피 설정의 출력입니다.
$ cinnamon-settings Traceback (most recent call last): File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 43, in <module> modules = map(__import__, mod_files) 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 622, in <module> if Image.VERSION == '1.1.7': AttributeError: 'module' object has no attribute 'VERSION'
답변1
나 역시 이 문제를 겪었고 이에 대한 추가 정보를 찾았습니다. 이는 python-pillow 업데이트와 관련이 있습니다. imtools.py 파일이 손상됩니다.
여기에서 수정 사항을 찾았습니다.https://github.com/linuxmint/cinnamon/issues/8495