Fix bug that always resulted in a FileNotFoundError
This commit is contained in:
parent
b6f42fbf97
commit
d21fd29dff
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def on_quit(icon, item, callback):
|
||||||
icon.stop()
|
icon.stop()
|
||||||
|
|
||||||
|
|
||||||
chdir("/etc/wallman/icons/systrayIcon")
|
chdir("/etc/wallman/icons/")
|
||||||
try:
|
try:
|
||||||
icon_image = Image.open("systrayIcon.jpg")
|
icon_image = Image.open("systrayIcon.jpg")
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
|
Loading…
Reference in a new issue