Re: Loss of panel applets after power failure



"Kevin D. Knerr, Sr." <kknerrsr@ptdprolog.net> writes:
[snip]
> Similarly, I save copies of "good" sessions and simply copy one to
> ~/.gnome/session before starting GNOME to recover my setup.
> 
> However, this only works if you initially login via console as I do,
> rather than xdm or gdm . . .

You can stick the backup code at the beginning of your .xsession

tar cf - .enlightenment/ .gnome/|\
   bzip2 >/tmp/${USER}-${DISPLAY}-GNOMErc-$(date +%s).tar.bz2


or something similar, and then let the cron job that cleans out /tmp/
take care of removing old ones.

[snip]

This assumes you have a way of executing a script to restore the
correct settings when they go wrong.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]