Results 1 to 1 of 1
hi all, i would like know the default code of this file, i use Ubuntu 9.10, so copy default code here. My code looks like:
#!/bin/sh
#
# Note that ...
- 07-18-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
/etc/gdm/pressesion/default
hi all, i would like know the default code of this file, i use Ubuntu 9.10, so copy default code here. My code looks like:
#!/bin/sh
#
# Note that any setup should come before the sessreg command as
# that must be 'exec'ed for the pid to be correct (sessreg uses the parent
# pid)
#
# Note that output goes into the .xsession-errors file for easy debugging
#
PATH="/usr/bin:$PATH:/bin:/usr/bin"
# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR="#dab082"
fi
initctl -q emit desktop-session-start DISPLAY_MANAGER=gdm
i changed
# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR="#dab082"
and i don't rememer what code was before ....
copy code whitch is by default of Ubuntu 9.10
thanks.


Reply With Quote