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 577937 - colorblind applet does not run
colorblind applet does not run
Status: RESOLVED FIXED
Product: gnome-mag
Classification: Deprecated
Component: colorblind-applet
unspecified
Other All
: Immediate critical
: ---
Assigned To: Willie Walker
bill.haneman
Depends on:
Blocks:
 
 
Reported: 2009-04-04 14:52 UTC by Willie Walker
Modified: 2009-04-04 14:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
Patch to make the applet run (1.02 KB, patch)
2009-04-04 14:59 UTC, Willie Walker
committed Details | Review

Description Willie Walker 2009-04-04 14:52:18 UTC
Steps to reproduce:
Try to run /usr/lib/colorblind-applet/colorblind-applet.  You will run into two problems:

1) The PYTHONPATH is set to the colorblind directory under the Python site-packages area.  Instead, it should be set to the site-packages directory.

2) You will get a TypeError when the code attempts to call tomboy_keybinder_bind


Stack trace:


Other information:
I'll attach a patch soon.
Comment 1 Willie Walker 2009-04-04 14:59:22 UTC
Created attachment 132079 [details] [review]
Patch to make the applet run

This patch allows the applet to run so I can test/verify bug #573023.  I'm not quite sure how to use the applet, though.  It seems to run fine, but I'm not sure how to make it produce visual changes on the display.

Note that the colorblind filtering setup in Orca seems to work, though.  So, there might be some hookup issue between this applet and the colorblind support.