GNOME Bugzilla – Bug 368576
deskbar-applet uses copyright without specifying source code encoding
Last modified: 2006-11-20 11:59:55 UTC
Hello, With python 2.5 this warning has become fatal: DeprecationWarning: Non-ASCII character It is triggered in the code: deskbar/ui/About.py by the line: "copyright" : "Copyright © 2004-2006 Nigel Tao, Raphael Slinckx, Mikkel Kamstrup Erlandsen.", attached is a patch to fix this issue.
Created attachment 75741 [details] [review] deskbar-applet-fix_encoding.patch
Thanks for the patch, i changed encoding to utf8 but it's ok.