Re: [orca-list] Laptop users should be able to toggle Caps_Lock state now



Hi,

On Mon, Jul 12, 2010 at 08:42:21AM -0400, Joanmarie Diggs wrote:
Hey Attila.

You should be able to do a git checkout <big long commit number> to try
earlier revisions.

you should only have to provide the first 4 - 5 hex chars to uniquely identify the commit.

It would be extremely helpful if you did so.

git bisect may also be useful in trying to find the bad commit.  Read man git-bisect for the detials but 
basically you would do something like this.

git bisect start
git bisect bad HEAD
git bisect good <tag or commit for 2.30.x that is good>
a comit in the middle is now checked out build and test
mark as good or bad and repeat.
eventually you'll have a single commit.  You can then checkout master and try reverting just that commit on a 
local branch and see if that fixes the problem.

Trev


Thanks much!!
--joanie

Now, following changes are committed after morning right working Orca 
version update (I not see this problem before this new commits):
commit ed712f3f838ecf02d40e0799dea24dba6324312e
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Jul 12 03:52:26 2010 -0400

     Fix for bgo#373387 - Users should be able to lock/unlock the "Lock" 
modifier even if Caps Lock is the Orca modifier

commit 5d3698e64d68c54d55cf73750f4897263d2ca79f
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun Jul 11 07:05:58 2010 -0400

     Reworking of the original fix for bgo#591034 - Caps_lock does not 
get re-enabled after orca shutdown and when switching from laptop to 
desktop layout.

commit 85204b679357ce354dd0d8c53a2815b728179ab9
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun Jul 11 04:03:03 2010 -0400

     Fix for bgo#616585 - Numpad 0 can't work after launch and quit orca

Attila
_______________________________________________
orca-list mailing list
orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines
Log bugs and feature requests at http://bugzilla.gnome.org
Find out how to help at http://live.gnome.org/Orca/HowCanIHelp


_______________________________________________
orca-list mailing list
orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines
Log bugs and feature requests at http://bugzilla.gnome.org
Find out how to help at http://live.gnome.org/Orca/HowCanIHelp



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]