Comment 9 for bug 1444805

Revision history for this message
Umang Varma (umang) wrote :

Hi,

Could you edit gui.py (in the latest version, this is located in /usr/share/indicator-stickynotes/stickynotes/gui.py) and change line number 49, which currently says

        with open(os.path.join(self.path, "style.css")) as css_file:

to the following:

        with open(os.path.join(self.path, "style.css"), encoding="utf-8") as css_file:

Please let me know if this fixes your problem. If it does, I will incorporate it into the next version.