home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / gnome / default.session next >
Encoding:
Text File  |  2007-04-10  |  1.0 KB  |  30 lines

  1. # This is the default session that is launched if the user doesn't
  2. # already have a session.
  3. # The RestartCommand specifies the command to run from the $PATH.
  4. # The Priority determines the order in which the commands are started
  5. # (with Priority = 0 first) and defaults to 50.
  6. # The id provides a name that is unique within this file and passed to the
  7. # app as the client id which it must use to register with gnome-session.
  8. # The clients must be numbered from 0 to the value of num_clients - 1.
  9.  
  10. [Default]
  11. num_clients=6
  12. 0,id=default0
  13. 0,Priority=10
  14. 0,RestartCommand=gnome-wm --sm-client-id default0
  15. 1,id=default1
  16. 1,Priority=40
  17. 1,RestartCommand=gnome-panel --sm-client-id default1
  18. 2,id=default2
  19. 2,Priority=40
  20. 2,RestartCommand=nautilus --no-default-window --sm-client-id default2
  21. 3,id=default3
  22. 3,Priority=60
  23. 3,RestartCommand=gnome-cups-icon --sm-client-id default3
  24. 4,id=default4
  25. 4,Priority=40
  26. 4,RestartCommand=gnome-volume-manager --sm-client-id default4
  27. 5,id=default5
  28. 5,Priority=50
  29. 5,RestartCommand=vino-session --sm-client-id default5
  30.