Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Autostarting conky not working in 12.04

  1. #1
    Join Date
    Oct 2006
    Location
    Dawlish, Devon, UK
    Beans
    672
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Autostarting conky not working in 12.04

    Autostarting conky from a script that worked flawlessly in 11.10 no longer works in 12.04 but will work when run from the command line, or when logging out and back in without restarting the machine.

    I have tried entering the following into Startup Applications:
    Code:
    conky -p 10 -c /home/username/.Conky/htc_home/conkyrc &
    and this fails as well. However, it works when I log out and log in again, and works when run from the command line.

    I have tried altering the timeout to as much as 25 seconds but no joy. A similar script to run Skype after a timeout works flawlessly. Any explanations or ideas?
    $> cd /pub
    $> more beer

  2. #2

    Re: Autostarting conky not working in 12.04

    Don't believe the script needs to go into the bg with " &".
    Try it w\out it and let us know...
    Windows assumes the user is an idiot.
    Linux demands proof.

  3. #3
    Join Date
    Oct 2006
    Location
    Dawlish, Devon, UK
    Beans
    672
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Re: Autostarting conky not working in 12.04

    No, still doesn't work. I'm stumped.
    $> cd /pub
    $> more beer

  4. #4
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: Autostarting conky not working in 12.04

    This is what I use and the sleep delay time can be changed. I use 10 to allow Compiz to start . Just make it executable and add to start-up programs .

    Code:
     #!/bin/bash
     sleep 10 && 
    conky -c ~/.conkyrc;
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  5. #5
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: Autostarting conky not working in 12.04

    If you have more than one it will look as follows.
    Code:
    #!/bin/bash
     sleep 10 && 
    conky -c ~/.conky1;
    conky -c ~/.conky2;
    conky -c ~/.conky3;
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  6. #6
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Autostarting conky not working in 12.04

    Quote Originally Posted by timgood View Post
    Autostarting conky from a script that worked flawlessly in 11.10 no longer works in 12.04 but will work when run from the command line, or when logging out and back in without restarting the machine.

    I have tried entering the following into Startup Applications:
    Code:
    conky -p 10 -c /home/username/.Conky/htc_home/conkyrc &
    and this fails as well. However, it works when I log out and log in again, and works when run from the command line.

    I have tried altering the timeout to as much as 25 seconds but no joy. A similar script to run Skype after a timeout works flawlessly. Any explanations or ideas?
    All I have is this in startup in 12.04. Seems to work fine.
    Attached Images Attached Images

  7. #7
    Join Date
    Jun 2012
    Beans
    1

    Re: Autostarting conky not working in 12.04

    Type this in Startup Applications => Command,

    conky -p 5 -c /home/usr/bin/conky &


    work for me,,,,,,,
    Attached Images Attached Images

  8. #8
    Join Date
    Mar 2006
    Location
    Oxford, OH, USA
    Beans
    1,055
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Autostarting conky not working in 12.04

    Quote Originally Posted by timgood View Post
    Autostarting conky from a script that worked flawlessly in 11.10 no longer works in 12.04 but will work when run from the command line, or when logging out and back in without restarting the machine.

    I have tried entering the following into Startup Applications:
    Code:
    conky -p 10 -c /home/username/.Conky/htc_home/conkyrc &
    and this fails as well. However, it works when I log out and log in again, and works when run from the command line.

    I have tried altering the timeout to as much as 25 seconds but no joy. A similar script to run Skype after a timeout works flawlessly. Any explanations or ideas?
    I read in a post that conky won't start until after five minutes.. (300)

    But re-rolled from git works on autostart.

    - CH
    ________________________________
    System76 Lemur Laptop
    Ubuntu Xenial Xerus LTS 16.04
    Linux Registered User #434330

  9. #9
    Join Date
    Mar 2006
    Location
    Oxford, OH, USA
    Beans
    1,055
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Autostarting conky not working in 12.04

    So...I tried everything and no go...


    from a terminal

    $conky & works everytime after about three minutes...

    - CH
    ________________________________
    System76 Lemur Laptop
    Ubuntu Xenial Xerus LTS 16.04
    Linux Registered User #434330

  10. #10
    Join Date
    Jun 2006
    Beans
    109
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Autostarting conky not working in 12.04

    It works after 3 minutes?

    Are you using an execi or execpi command with the time set to ~180s. If so you may be being affected by a known bug in conky 1.8 the version in the main repositories. The fix is to enable the backports repository and upgrade conky to 1.9, or to delay to greater than 3 minutes.

    David

Page 1 of 3 123 LastLast

Tags for this Thread

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
  •