Ubuntu :: Getting Conky To Start At Startup?

Apr 6, 2010

As the title implies, I have fluxbox and conky running in Karmic. The problem is getting conky to start at startup. Below is my ~/.fluxbox/startup file. I have searched and tried everything I have found to get it to work. Conky works beautifully when I run it manually. Anyway, here is my startup file:

Code:
#!/bin/sh
xmodmap "/home/doug/.Xmodmap"
unclutter -idle 2 &
conky &
exec fluxbox -log "/home/doug/.fluxbox/log"

Lines added before and after the conky line run perfectly. Unclutter runs, but no conky.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Conky Doesn't Start At Startup Even With 30 Sec Sleep

Jan 21, 2010

Conky does not start during start up.I used this script, It has execute permission also!But it did not start! What is the problem!It works manually when i run that script!

Note: It is not working in the background also at startup as i checked it -When is run killall conky it showed No such process

View 2 Replies View Related

Slackware :: Start Conky And Add Module At System Startup?

Jul 21, 2011

my Conky needed the Coretemp, and a friend of LQ told me to run modprobe, and it works greate! no every time I start my system, I need to run the modprobe to add the module to Kernel. How can I put the coretemp to start every startup? (I think there is somenthing to do with a file on the rc.module at /etc/rc.d/, but I'm afraid to do something stupid...) I want to make the conky running after start of the system. How can I do this?

View 2 Replies View Related

Ubuntu :: Conky Quirk - How To Get Conky To Start Normally Without Having To Do Manual Restart Everytime Login

Jun 26, 2011

I have conky installed and set up as a startup application, however everytime I log out and back in conky creates itself as a new window:

How can I get conky to start normally without having to do a manual restart everytime I login?

View 3 Replies View Related

Ubuntu :: Get Conky To Run At Startup?

Jul 8, 2011

Im trying to get Conky to run at startup. I created a file called conky_start.sh in etc/init.d that looks like this:

Code:
#!/bin/sh
### Starts up Conky ###
sleep 30 && conky
Then did this to get it into startup:

[Code]....

View 9 Replies View Related

General :: How To Get Conky Start Automatically When Start Fvwm

Sep 22, 2009

I use Opensuse 11 with fvwm. How can I get conky start automatically when I start fvwm?

I setup the conky under fvwm session for my Opensuse 11 but it won't start automatically. I am wondering how to write some kind of scripts to force it to start automatically and with a delay about 10 seconds after fvwm starts.

View 10 Replies View Related

Ubuntu :: Conky Run At Startup Covers Everything

May 5, 2011

I want conky to run at startup. I put an entry in startup applications but when it starts it covers everything (see attached image). I can fix it (i.e. moving a window over it covers conky) by running killall conky && conky , but I don't want to have to do that all the time.

I suspect the problem has to do with the window type, but don't know how to fix it. Also, I don't want to lose sight of the icons/files on the desktop.

Here's my conky.rc:

View 4 Replies View Related

Ubuntu :: Conky Startup Script Never Executes

May 6, 2010

I'm having trouble getting conky to boot friendly-like with the gwm. If I just set conky as a start up program, it floats above other windows, it seems to have loaded before the desktop actually did. So I googled it and found that many people use the conky shell scripts to make it sleep until the desktop load. I created one, made it executable, and restarted to see the effect and found that conky never launched at all (not visible, no running process).

Here is my startup shell script for conky:
Code:
#!/bin/bash
sleep 10 && conky;

This is how it should look if working properly. If I launch conky after login, it looks like this every time. [URL]. This is how it looks if I simply set it to open upon startup with no script. [URL]. If I try to open it with the script, I simply never see anything in conkys place. It seems like the script never executes. I've tried setting longer and shorter sleep times, but I never see so much as a single instance of conky running.

View 8 Replies View Related

Ubuntu :: Conky Script Not Running At Startup

Feb 1, 2011

I am trying to run a script that runs at startup. I have followed directions found at this Website: [URL]. Everything works except the script which consists of two lines.

#!/bin/bash
sleep 30 && conky ;
I changed the file permissions to be executed and named it .conky-startup.sh.

Then I went to System>Preferences>Startup Applications and created a new entry that points to my script file. When I restarted my system, Conky didn't start. If I try to run the file from Nautilus or the Terminal, nothing happens.

View 6 Replies View Related

Slackware :: Set Conky To Load At Startup?

Nov 9, 2010

How to set conky to load at startup?

View 11 Replies View Related

Ubuntu :: Conky At Startup - Has Wrong Window Setting

May 17, 2011

I have conky running a simple script on my Ubuntu 11.04 install. Running conky from using ALT-F2 is fine, but I have have conky added to the startup list, and when it runs from this, the conky window is different (ie not integrated with desktop layer). It has some shadowing around the edge and it seems to be on a layer other than the desktop. In addition to this, it stops running after a short while. I then run conky from ALT-F2 again and it's appears as I want, and stays there all day. I have included what I think is the relevant code below from my conkyrc. Has anyone had similar issues with a suitable way to resolve the problem?

Code:
own_window yes
own_window_transparent yes
own_window_type override
#own_window_type desktop
#own_window_type normal
#
own_window_type conky
own_window_class Conky

View 1 Replies View Related

Ubuntu :: Make Conky Wait To Start?

Apr 25, 2011

how do I make conky wait to start? I have read the post how to do it but when I try it says file not found.

View 9 Replies View Related

Fedora :: Can't Get Conky To Start

May 13, 2010

I'v installed conky (from the repo) on my Fedora 12 x64 box, and i'm very pleased with it. However I can't get it to start at login.I'v tried shell scripts that include a delay (i tried delays of up to 30 secconds), and there is no change.

View 5 Replies View Related

Ubuntu :: Login Manager Causes Conky To Not Start With Fluxbox

Jan 23, 2010

I recently upgraded from 9.04 to 9.10 and I have noticed an increase in loading time when logging in.What use to take less then 1 sec is now taking 3-4. It sometimes is able to start conky but most of the time it doesn't. When I manual run it after login in it has no problems starting.When I start a session with 9.04 I noticed it would go straight to fluxbox it would then take a few seconds to load conky and pidgin. When starting a session with 9.10 the loading seems to happen before the login manager passes control to fluxbox. When the login manager is finished pidgin is signed and ready, there is no more loading to be done.

Would removing the login manager and starting a session from the terminal be advisable? I only use fluxbox.

View 5 Replies View Related

Ubuntu :: Conky To Run At Start Up - Not Configured To Stand On Top Of My Applications

Jul 13, 2010

I have been wanting conky to run at start up... fortunately I got that part done (I am very new) but after that, even though my conky was not configured to stand on top of my applications it would, and I didn't want that so I added some more code, and now it disappears if I click over it, it is still running, just not visible.

Here is my code...

View 4 Replies View Related

Slackware :: Conky - Get It To Start When X Loads?

Jul 23, 2010

I just installed conky. What is the best way to get it to start when X loads? I am using KDE.

View 3 Replies View Related

Slackware :: Conky On Which Display To Start?

Apr 22, 2011

Is there a way to tell conky on which display to start. I have dual twin monitor setup and its starting on my secondary monitor.

View 10 Replies View Related

Ubuntu :: Start Synergy On Startup Wont Start Automatically On Server

Oct 13, 2010

Im trying to run synergy on startup. This works fine on the client, but it wont start automatically on the server. I put this line in an entry in startup applications:

[code]...

but still no dice.

View 9 Replies View Related

Software :: Samba Refuses To Start On Startup - But Will Start Manually

Apr 14, 2009

I just moved my / from sda1 to an ide drive, hde1. i dont see how this could have caused any of these issues, but it did.

First my network card failed to start. i added a line in my rc.local file (where i put all of my additional programs, etc i want to start):/etc/rc.d/rc.inet1

The above now starts my network card with my static ip configured. dhcpcd also worked but i wanted this static.

Now samba will not start. i have the following line in my rc.local: /etc/rc.d/init.d/samba start

This used to work just fine. at first i thought that samba may be trying to start before my network card gets an ip, but the line is *after* the network startup line. just to make sure, i made an additional script called startsamba which contained a sleep 60 followed by samba start, to delay the startup of samba even further.

The message samba reports is very vague, something like failed - core dumped. most of the core dump log is garbage characters, but here is the beginning which seems like it might contain some info:

Code:

ERROR: Can't log to stdout (-S) unless daemon is in foreground (-F) or interactive (-i) after the system starts, i can drop to a console and type "/etc/rc.d/init.d/samba start" and the service starts just fine. i've also tried starting samba manually with "smbd -d" which also produces the core dump when started from rc.local, but not when started from a console after startup.

View 8 Replies View Related

Debian :: Conky - Full Screen Config / 2 Conky Configs?

Jun 13, 2011

Said that all the config i find put all the info in one place of the screen, in this example on the right side:

url

or like conky colors where you can put in either side, or other complex examples that use folders with images..that at least i need one day to study all the variables it has...

What i want is something simple, in my black background i dont want images and effects, only white simple text.

My problem is: i want for instance my specs above, my log info in the middle, my music info bellow (above my clock) and in conky config i'm hitting my head in the wall....

For instance if i use my facebook script to appear in the midle how the hell can i put my music info bellow without ruined the facebook in the midle...do i need 2 conky configs?

View 4 Replies View Related

Ubuntu :: Program Irxevent Start Automatic When The System Start Irxevent On Startup?

May 27, 2010

I install lirc and want to prgram irxevent start automatic when the system start

Code:
System->Preferences->Startup Applications
Add an item,but that not works every time,means sometimes cannot work.

View 2 Replies View Related

Ubuntu :: When Type "conky" In Terminal It Returns With Conky: Invalid Configuration File

Feb 1, 2011

when I type "conky" in terminal it returns with Conky: invalid configuration file '/home/user/.conkyrc' Conky: missing text block in configuration; exiting ***** Imlib2 Developer Warning ***** : This program is calling the Imlib call: imlib_context_free(); With the parameter: context being NULL. Please fix your program. I've tried completely uninstalling, rebooting, then reinstalling, still same error?

View 3 Replies View Related

Ubuntu :: MPD Won't Start On Startup?

Apr 21, 2010

I've added mpd to System->Preferences->Startup Applications several times and it always just disappears and of course isn't started. I have used both mpd and /usr/bin/mpd as the command. I have done a log search as follows:

Code:
sudo find /var/log -type f -mtime -5 -exec grep -i -e 'mpd' '{}' +

and nothing significant was found, e.g. an error message indicating that the mpd startup command was removed.

View 9 Replies View Related

Ubuntu :: How Do Make Anything Start On Startup

Sep 4, 2010

How do I make something start on boot? I remember there being a command.. nano something, can anyone tell me?

View 3 Replies View Related

Ubuntu :: Terminal Always Start At Startup?

Dec 31, 2010

This is a weird problems.Everytime i log on to my computer/restart my computer, the terminal always autostart.I already checked at startup application.No terminal there.Any suggestion to stop the terminal from autostart with startup?

View 2 Replies View Related

Ubuntu :: Windows Start Vnc On Startup?

Jan 9, 2011

I want to have it with vnc remote, because I want to have it in a place away from monitor and if it shuts down I have to connect it with a monitor and keyboard enter the user password and open vnc. So I want to do as windows start vnc on startup, and I don't know if it's possible enter the user password from remote.

View 4 Replies View Related

Ubuntu :: Getting IBus To Start On Startup

Jun 19, 2011

Im trying to get iBus daemon to start on boot, but cant seem to do it. In the Desktop Session Settings window iBus is not listed in the start up programs and there is no option to start in on boot in the iBus preferences window. How do I tell my computer to start it up when I boot?

View 4 Replies View Related

Ubuntu :: Making Autokey Start At Startup?

Aug 7, 2010

I'm having difficulty making Autokey start at startup. I use the startup applications utility but don't know how to use it properly. I guess that I'm supposed to navigate to Autokey's executable but don't know where that is or if it exists because I don't understand the file system.

View 2 Replies View Related

Ubuntu :: Start 2 Apps On System Startup

Oct 28, 2010

I need to start vboxwebsrv and x11vnc on startup with a specific username.I tried entering the commands in rc.local as:/bin/su -c "/x11vnc -forever -usepw -httpdir /usr/share/vnc-java/ -httpport 5800" user1/bin/su -c "/usr/bin/vboxwebsrv -b" user2.But this does not start the app on startup.

View 2 Replies View Related

Ubuntu :: Start A Shell Script With Startup?

May 6, 2011

I wrote a script, and what to make it surring with ububtu as startup shell.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved