After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619745 - Users should be able to save and load their settings in a more efficient, reliable fashion
Users should be able to save and load their settings in a more efficient, rel...
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.31.x
Other All
: Normal enhancement
: ---
Assigned To: Juanje Ojeda
Orca Maintainers
3.0!
Depends on: 619266 619398 621518 628569
Blocks: Andalucia 617461
 
 
Reported: 2010-05-26 18:15 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2011-01-15 23:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2010-05-26 18:15:16 UTC
Currently Orca settings all live in $HOME/.orca in text files we write out ourselves. This is:

* inelegant

* not in keeping with GNOME community standards (gconf; gsettings)

* brittle if something prevents the settings from being written out successfully

* not idea for transferring settings across multiple workstations

It would be great if Orca had an option in the Orca Preferences dialog by which a user could save/export all of his/her current settings as well as load/import settings which had already been saved.
Comment 1 Joanmarie Diggs (IRC: joanie) 2010-05-26 18:16:32 UTC
See also bug 619398 (the gsettings conversion work we need to do -- presumably first).
Comment 2 Joseph Scheuhammer 2010-06-04 17:47:56 UTC
(In reply to comment #0)
> Currently Orca settings all live in $HOME/.orca in text files we write out
> ourselves. This is:
> ...
> 
> * not in keeping with GNOME community standards (gconf; gsettings)
> 
> ...

See also GnomeShell Magnifier page where some of the magnification settings are handled using GConf.  The names and possible values are listed throughout the "Implemented Features" section (http://live.gnome.org/GnomeShell/Magnification#Implemented_Features).
Comment 3 Juanje Ojeda 2010-06-04 19:46:50 UTC
(In reply to comment #2)
> (In reply to comment #0)
> > Currently Orca settings all live in $HOME/.orca in text files we write out
> > ourselves. This is:
> > ...
> > 
> > * not in keeping with GNOME community standards (gconf; gsettings)
> > 
> > ...
> 
> See also GnomeShell Magnifier page where some of the magnification settings are
> handled using GConf.  The names and possible values are listed throughout the
> "Implemented Features" section
> (http://live.gnome.org/GnomeShell/Magnification#Implemented_Features).

This is very useful info. Thanks :-)
We'll use this info for the related bug 619398.
Comment 4 Joanmarie Diggs (IRC: joanie) 2010-07-05 02:44:43 UTC
(3.0 Planning Spam-o-rama. Sorry!)
Comment 5 Joanmarie Diggs (IRC: joanie) 2010-07-15 14:34:36 UTC
Marking for inclusion in 3.0. Also adding it to the Andalucía metabug list since yáll are the ones doing the work anyway. :-)

(As a reminder, this is the thing which will give users the ability to save and load alternative keybindings, amongst other things. :-))
Comment 6 Trevor Saunders (IRC: tbsaunde) 2011-01-15 23:01:19 UTC
the settings refcactor seems to fix this.  Please reopen if needed.