source: trunk/debathena/debathena/xsession/debian/05debathena-nocalls @ 23853

Revision 23853, 453 bytes checked in by broder, 15 years ago (diff)
Only delete the .dmrc file if it's set to our nocalls session. Also add some extra parentheses to xsession.tcsh, just in case they're needed.
Line 
1if [ "$GDMSESSION" = "000debathena-nocalls" ]; then
2    export NOCALLS=1
3    message "You have chosen to log in without your customizations." \
4        "Your dotfiles will be ignored in favor of the system" \
5        "default settings.  You can use this session to fix any" \
6        "problems with your dotfiles."
7fi
8
9# You don't actually want nocalls as your default session
10[ -e "$HOME/.dmrc" ] && grep -q 000debathena-nocalls "$HOME/.dmrc" && rm "$HOME/.dmrc"
Note: See TracBrowser for help on using the repository browser.