Tuesday, August 11, 2009

Cellwriter fix

Have you installed Cellwriter? Do you have the problem where the input will seemingly randomly be disabled? If so, you can download the source and then edit cellwidget.c in the /src directory.

By commenting out the line that reads
gdk_device_set_mode(event->device, GDK_MODE_DISABLED);
(just put // at the beginning of the line for those of you who aren't familiar) you can fix your problem.

0 Comments:

Post a Comment

<< Home