After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 368576 - deskbar-applet uses copyright without specifying source code encoding
deskbar-applet uses copyright without specifying source code encoding
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
Git master
Other Linux
: Normal normal
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-10-31 22:05 UTC by John N. Laliberte
Modified: 2006-11-20 11:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
deskbar-applet-fix_encoding.patch (265 bytes, patch)
2006-10-31 22:06 UTC, John N. Laliberte
none Details | Review

Description John N. Laliberte 2006-10-31 22:05:37 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.
Comment 1 John N. Laliberte 2006-10-31 22:06:09 UTC
Created attachment 75741 [details] [review]
deskbar-applet-fix_encoding.patch
Comment 2 Raphael Slinckx 2006-11-20 11:59:55 UTC
Thanks for the patch, i changed encoding to utf8 but it's ok.