Monday, May 13, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 37198  / 2 Years ago, sun, january 9, 2022, 10:13:40

In start up applications I already given a command to start Conky automatically after boot.But it does not starting after boot automatically.I have to manually start it every time.Please help.


More From » conky

 Answers
4

This is a classic issue with conky. the solution is usually to have it wait a few seconds. One way to do this is to write a script that calls conky with a delay and add that to your startup applications instead of conky itself:



#!/usr/bin/env bash

## Wait 10 seconds
sleep 20

## Run conky
conky


Save the script above as (for example) $HOME/start_conky.sh, make it executable (chmod +x $HOME/start_conky.sh) and then add it to your startup applications instead of conky.


[#26366] Monday, January 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uquelighted

Total Points: 242
Total Questions: 110
Total Answers: 106

Location: Cyprus
Member since Tue, Sep 22, 2020
4 Years ago
uquelighted questions
;