Comment 0 for bug 1179155

Revision history for this message
Micheal Hsu (mkhu) wrote :

when click a *.desktop file ( for those applications that comply with the freedesktop startup-notification spec.)
compiz should show a busy cursor during the application startup stage.

the corresponding code is in scr/screen.cpp:

cps::StartupSequenceImple::updateStateFeedback ()

but XDefineCursor never works.
so I changed the XDefineCursor to XIDefineCursor (see XInput2 extension)
and it works like a charm.
I suspect the original XDefineCursor is broken after introducing XInput2