Find the answer to your Linux question:
Results 1 to 2 of 2
I donno whether this is a silly question i googled but in vain.. I want conky to start when I start enlightenment how to do that I added Code: exec ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Location
    india
    Posts
    27

    startup for enlightenment



    I donno whether this is a silly question
    i googled but in vain..
    I want conky to start when I start enlightenment how to do that
    I added
    Code:
    exec /usr/bin/conky
    in .xsession file
    but it did not work ....
    I wrote that below
    Code:
    exec /usr/bin/enlightenment
    I use sarge with enlightenment

  2. #2
    Linux Engineer
    Join Date
    Sep 2003
    Location
    Knoxhell, TN
    Posts
    1,078
    your .xinitrc should look like this:
    Code:
    /usr/bin/conky
    exec enlightenment
    the exec passes control to the program exec'ed, so that when it exits, the script exits with the exit status of the exec'd program.
    Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr

Posting Permissions

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