Results 1 to 2 of 2

Thread: No current session tab

  1. #1
    Join Date
    Jun 2007
    Location
    Denmark
    Beans
    127
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    No current session tab

    I want to change the startup order of a certain application, but I don't have a "current session" tab in gnome-session-properties. Is this a bug and how do I change my startup order then?

  2. #2
    Join Date
    Sep 2008
    Location
    Poland
    Beans
    134
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: No current session tab

    Quote Originally Posted by OliverN View Post
    I want to change the startup order of a certain application, but I don't have a "current session" tab in gnome-session-properties. Is this a bug and how do I change my startup order then?
    You can change it by creating a bash script, make it executable and add it to sessions.

    For example:

    Code:
    #!/bin/bash
    sleep 20 && conky &
    sleep 30 && mail-notification &
    Of course if you don't want them to load after some time delete "sleep" option.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •