-
-
Notifications
You must be signed in to change notification settings - Fork 300
Open
Description
Discussed in #358
Originally posted by Hamster-of-power June 25, 2022
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels