Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4791  / 1 Year ago, tue, january 17, 2023, 1:40:02

How do I make an application autorun at login for all users? Im trying to have conky autorun for all users. I'm running Ubuntu 12.04 64bit.
Any help would be greatly appreciated.


More From » autostart

 Answers
0

I found it... I had to write a script



#!/bin/bash
sleep 5 && conky &



the sleep 5 is to delay conky from starting always on top of all windows.



I named it conky_start.sh and placed it in /etc/profile.d


[#38907] Wednesday, January 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tubequ

Total Points: 11
Total Questions: 113
Total Answers: 115

Location: Equatorial Guinea
Member since Thu, Oct 7, 2021
3 Years ago
;