~ubuntu-branches/ubuntu/quantal/qimo-session/quantal

« back to all changes in this revision

Viewing changes to 71qimo-config_path

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Carter
  • Date: 2010-04-15 21:41:45 UTC
  • Revision ID: james.westby@ubuntu.com-20100415214145-zulfj5nb4w9r5f5u
Tags: 2.0.0-ubuntu3
Fix typo in 71qimo-config_path (Closes LP: #562471)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is sourced by Xsession(5), not executed.
2
2
# Configure XDG_CONFIG_HOME here so that xfsettingsd will pick it up
3
3
 
4
 
if test "x$DGMSESSION" = "xqimo"; then
 
4
if test "x$GDMSESSION" = "xqimo"; then
5
5
    export XDG_CONFIG_HOME=$HOME/.qimo
6
6
fi