running sugar causes left-click not to work properly in GNOME
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Sugar |
Fix Released
|
Unknown
|
|||
sugar-0.88 (Ubuntu) |
Fix Released
|
Critical
|
Neeraj Gupta | ||
Lucid |
Won't Fix
|
Critical
|
Unassigned |
Bug Description
After installing this package, the mouse is not working like its supposed to in Gnome. <ctrl> needs to be pressed when clicking for the left mouse button to work. Bug only appears after sugar is used. Henry Grover wrote this shell script to fix the bug temporarily:
#!/bin/bash
#Fix metacity clicking problem caused by alsroot's sugar, run in the home directory of whoever has the problem
rm .gconf/
rm .gconf/
rm .gconf/
== SRU INFO ==
This bug makes metacity unusable outside of Sugar.
The solution has been verified as working on Maverick, and was accepted upstream.
== TEST CASE ==
0) Create a new user
1) From GDM Launch a gnome-session with that user
2) Open a resizable windows (e.g Places/Home Folder)
3) Move the window with Alt+Left button and Resize it with Alt+Middle Button
4) Run sugar (Applications/
5) Verify that you can still move / resize the window with the modifier in step 3
Changed in sugar-0.88 (Ubuntu): | |
status: | Fix Released → Fix Committed |
Changed in sugar-0.88 (Ubuntu): | |
assignee: | David Farning (dfarning) → nobody |
Changed in sugar-0.88 (Ubuntu): | |
assignee: | nobody → Neeraj Gupta (neerajnsit) |
Changed in sugar-0.88 (Ubuntu): | |
status: | Fix Committed → In Progress |
summary: |
- mouse bug + running sugar causes left-click not to work properly in GNOME |
tags: | added: patch |
Changed in sugar-0.88 (Ubuntu): | |
status: | In Progress → Confirmed |
Changed in sugar-0.88 (Ubuntu): | |
importance: | Undecided → Critical |
Changed in sugar: | |
status: | Unknown → New |
Changed in sugar: | |
status: | New → Fix Released |
Changed in sugar-0.88 (Ubuntu Lucid): | |
status: | New → In Progress |
importance: | Undecided → Critical |
assignee: | nobody → Luke Faraone (lfaraone) |
description: | updated |
Changed in sugar-0.88 (Ubuntu Lucid): | |
status: | In Progress → Fix Committed |
description: | updated |
Changed in sugar-0.88 (Ubuntu Lucid): | |
milestone: | none → lucid-updates |
Changed in sugar-0.88 (Ubuntu Lucid): | |
assignee: | Luke Faraone (lfaraone) → nobody |
Thanks for the bug report and patch! I will try to have it fixed on the release that goes out Sunday January 24.
I have never worked with Gconf before. It looks like I will be spending tomorrow morning on the gnome website researching gconf:)