compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #47015
[Bug 1179155] Re: startup notification: when application starts up, busy cursor doesn't show up
** Description changed:
+ [Impact]
+ No busy cursor shown when application starts.
+
+ [Test case]
+
+ 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.
+
+ [Regression Potential]
+
+ Uses XInput2 instead of Xext.
+
+ --------
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.
+ 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
--
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1179155
Title:
startup notification: when application starts up, busy cursor doesn't
show up
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1179155/+subscriptions