A few errors in the email widget #358
Hamster-of-power
started this conversation in
General
Replies: 1 comment
-
Thanks for the feedback! I created an issue from this post: #369 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to Github, so sorry, if this is not the "correct" way of reporting. There were a few errors that I would like to point out:
It says
email_icon:set_image(path_to_icons .. "/mail-mark-new.png")
That, png does not exist. Maybe try
email_icon:set_image(path_to_icons .. "/mail-message-new.png")?
In the show_emails()function, you are using python. However, it requires python3. For python3, however, the print function of
/home//.config/awesome/email-widget/read_unread_emails.py
needs brackets in two places:
line 10
print("No messages found!")
and line 16
print("ERROR getting message", num)
Great program btw.
Beta Was this translation helpful? Give feedback.
All reactions