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 613634 - gnome-games doesn't support relocatable .gnome2 directory
gnome-games doesn't support relocatable .gnome2 directory
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jason Clinton
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-22 21:00 UTC by Ray Strode [halfline]
Modified: 2010-04-10 05:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
look at environment variable (956 bytes, patch)
2010-03-22 21:00 UTC, Ray Strode [halfline]
accepted-commit_after_freeze Details | Review

Description Ray Strode [halfline] 2010-03-22 21:00:05 UTC
Created attachment 156806 [details] [review]
look at environment variable

libgnome has an environment variable to support relocating the .gnome2 directory.

We (Red Hat) have a customer that wants to make use of this feature.

gnome-games currently hard codes ~/.gnome2 instead of looking at the environment variable.
Comment 1 Jason Clinton 2010-03-24 03:13:42 UTC
Comment on attachment 156806 [details] [review]
look at environment variable

Looks fine.
Comment 2 Jason Clinton 2010-04-10 05:01:52 UTC
jclinton@jclinton-laptop:~/Code/gnome-games$ git log -n1 master
commit 8b84e4396682f8c696fc92d8c15ac1d9eb0ea99b
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Apr 9 23:55:57 2010 -0500

    gnome-games doesn't support relocatable .gnome2 directory (Bug 613634)
    
    libgnome has an environment variable to support relocating the .gnome2
    directory.
    
    We (Red Hat) have a customer that wants to make use of this feature.
    
    gnome-games currently hard codes ~/.gnome2 instead of looking at the
    environment variable.
jclinton@jclinton-laptop:~/Code/gnome-games$ git log -n1 gnome-2-30
commit c706856fb9b90e71494ced2898d269dbfc7ed7c3
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Apr 9 23:55:57 2010 -0500

    gnome-games doesn't support relocatable .gnome2 directory (Bug 613634)
    
    libgnome has an environment variable to support relocating the .gnome2
    directory.
    
    We (Red Hat) have a customer that wants to make use of this feature.
    
    gnome-games currently hard codes ~/.gnome2 instead of looking at the
    environment variable.