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 625422 - Remove XDG location 'migration' option
Remove XDG location 'migration' option
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: 2.32.0
Assigned To: Alejandro Leiva
Orca Maintainers
Depends on:
Blocks: Andalucia
 
 
Reported: 2010-07-27 18:39 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2010-09-20 10:57 UTC
See Also:
GNOME target: 3.0
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2010-07-27 18:39:50 UTC
With the commits for bug 596108, files related to Orca's configuration are now stored in XDG-DATA-HOME/orca rather than $HOME/.orca. At the moment, however, if a $HOME/.orca is found, it is used. This makes life easier for the users running both the stable and unstable versions of Orca. Users wishing to move their settings to the proper location can optionally do so via 'orca -m' or 'orca --migrate-config'.

As we approach the GNOME 3.0 release, we should:

* remove the option and just move $HOME/.orca to XDG-DATA-HOME/orca
  if the former exists and the latter does not.

* remove the warning which is present is a user attempts to migrate
  after migration has already been completed. If we have Orca users
  running GNOME < 3.0 (due to accessibility issues), and continuing
  to run stable and unstable versions of Orca, we don't want them
  warned each time they use the unstable version.

* consider informing the user that their config files have been
  relocated.