I need to start the GNOME 2 desktop environment manually from scratch but have a few questions. This is an experiment, you can call it a school project.
I need to make a /usr/share/xsessions entry that will start the gnome desktop without starting "gnome-session" but rather each app that is required manually.
Obviously, I will need a script because there are several applications that need to be launched. I know i need to start gnome-panel and networking, and nautilus, and gtk, could someone point me in the right direction as of how it should look like (apps that need to be started and in what order)?
Thanks!
A minimal session would be something like this:
This will not load your gnome startup applications so you will need to add these to this script.
To test this out, save the script into the file
~/.xinitrc
and make the file executable (chmod +x ~/.xinitrc
). Then logout and log back in again but choose 'User Defined Session' as your session.