#10712 NORM 11.2.0-: wrong cursor on welcome screen
Zarro Boogs per Child
bugtracker at laptop.org
Wed Feb 23 10:15:04 EST 2011
#10712: wrong cursor on welcome screen
------------------------------+---------------------------------------------
Reporter: dsd | Owner: erikos
Type: defect | Status: new
Priority: normal | Milestone: 11.2.0-M4
Component: sugar | Version: Development build as of this date
Resolution: | Keywords: wm
Next_action: code | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
------------------------------+---------------------------------------------
Changes (by erikos):
* keywords: => wm
* next_action: never set => code
* version: not specified => Development build as of this date
Comment:
Looks like we set the cursor in sugar because otherwise metacity sets it.
Looks like we do set it too late for the intro screen.
{{{
def setup_window_manager():
logging.debug('STARTUP: window_manager')
# have to reset cursor(metacity sets it on startup)
if subprocess.call('echo $DISPLAY; xsetroot -cursor_name left_ptr',
shell=True):
logging.warning('Can not reset cursor')
if subprocess.call('metacity-message disable-keybindings',
shell=True):
logging.warning('Can not disable metacity keybindings')
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/10712#comment:1>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list