On Wed, Apr 9, 2008 at 7:34 PM, Chris Kasso <[EMAIL PROTECTED]> wrote:
>
> What I am trying to determine is which version of Gnome switched
> from .gnome2/session-manual to .config/autostart/.
>
A simple search on bugzilla returns this page:
http://bugzilla.gnome.org/show_bug.cgi?id=334066
So I
I need to write a script that registers a service to be started when
the user logs into their system. Depending on the version of
Gnome they are using I need to either modify:
$HOME/.gnome2/session-manual
or put something in:
$HOME/.config/autostart/
What I am trying to determine is which vers