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.
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:
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.
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.
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
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?
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?
Anyone know which is the best cd cover creater so i can print off the front and back cd cover from dc++ ..i do have kover artist and kover but cannot get the pics on to the inlays to print.Is there a version that will work similar to cover xp ?
This is so bizarre I'm not even sure what to search google for. When I log in, the GDM background stays on one of my screens. It appears, however, that Gnome and my applications are running properly on that screen - as I move the mouse around, the pointer changes just as I would expect. The GDM root window is simply covering everything. I've tried logging out/in and rebooting, but that hasn't helped. I assume that if I simply kill the GDM processes that my session will exit. This seems to have started since I last installed updates (that's why I rebooted the first time earlier today).
I am looking to rid myself of the last windoze computer in my home but I need a program that will allow me to create CD/DVD covers.I do a lot of disk burning and would like to have the disks look professional.Media Face did the job but not in Linux unfortunately.
I just got round to upgrading to 11.04 over the weekend, and generally I'm happy with the new desktop - except. In common with several others I appear to be unable to get the launcher to autohide, except this is not a sudden occurence - it has never autohidden, even immediately after install.
Steps tried include:
1. Log Out / In and reboot 2. Installing Compiz Config Settings Manager - I have tried all the options for autohide, with no change 3. Setting the autohide to none - with a widescreen laptop this wouldn't have been disastrous, but maximised windows still fit behind the launcher.
4. Dragging icons from the desktop to the launcher on various workspaces - still no effect.
I don't want to have to resort to Ubuntu Classic, but not being able to use maximised windows is a bit of a pain.
after upgrading to Natty (and playing around some with Unity) I noticed that the top part of the application windows are often hidden/covered by the gnome panel (see attachments).
This is particularly annoying for the rdesktop session (second jpg) which I had set up so that it gave maximum desktop size to the rdp session while leaving the panel of top. If you look carefully you see that the "panel gap" is not at the bottom of the screen, while the panel itself covers the top of the rdp window.
It seems like, that the 'anchor point' for application windows used to be '+0+24' (so just below the panel) while now it's '+0+0' in the top left corner of the desktop. I suspect that while playing with unity I reset one of the compiz options which takes care of this. But I can't find it.
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?
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?
I have a problem with conky. It draws a black background instead of using pseudo-transparency. I ofc tried to achieve this with feh but to no avail. All the instructions here failed: Conky Hardcore! Conky transparency with KDE (3 and 4)
I just did a fresh install of Ubuntu 10.10 and i thought I'll just compile the latest version of conky. So i did:
Code: ./configure --prefix=/usr --enable-audacious=yes --enable-iostats --enable-curl --enable-rss --enable-weather-metar --enable-weather-xoap --enable-imlib2 --enable-lua-imlib2 --enable-lua --enable-lua-cairo --enable-wlan All good. I finally install everything and manage to get configure to finish but once I type make it exists in the middle.
I recently installed Ubuntu and I came across Conky.I was fascinated with this software and installed it using terminal codes. At first it rand with the default config file loaded. then i PC shutdown due to a power failure. now conky does not start and after searching over the net i found out that my conky config file is missing. I pasted the conky config fiel yet to no avail.
It gives me this error while running it in Terminal
Code: Conky: /home/shazzy/.conkyrc: 30: no such configuration: 'on_bottom' Conky: /home/shazzy/.conkyrc: 63: no such configuration: 'border_margin' Conky: use_spacer should have an argument of left, right, or none. 'no' seems to be some form of 'false', so defaulting to none.
[Code]....
Here's the link to the site. I'm not sure how do i set this up as my conky config.
I've been trying to set up Conky and everytime I try to put in new code that I've copied and pasted I always get it to look super crappy for some reason..Also why is it going to the bottom left instead of top right?
I would like some help with Conky. I have no Idea how to configure it and all the guides are soo confusing to me. I would like it to be clear, have some basic PC info about my computer and show me the weather.
does anyone have cpu temp,gdu temp,fan information working in 11.04? if so you tell me how you did it. I have cpu temperature working just not the rest.
When I run Conky on Ubuntu 11.04, then after some time it suddenly disappears (isn't drawn anymore on the desktop). With 'ps' I can see that the Conky process is still running, it just isn't drawing itself anymore. I don't know what exactly triggers Conky to disappear. Does this have something to do with Unity?
I have conky on my desktop, and it works most of the time. The only times I've noticed problems are when I do large file transfers from my computer to an external HD.
What happens during large file transfers is that Conky crashes, and then I realize that my desktop is also "dead" (as in, I can't highlight anything. The icon for my external HD is gone, even though it is still mounted and accessible. Right-clicking doesn't do anything either.). I tried Ctrl+Alt+Backspace, but that didn't work either. I can log out and back in to get everything working again, but that's a bit of a pain.
I've downloaded a .htm file from the WWW which has the following few lines:
Quote: <h1> Latest Times as at: 4-Feb-2010 15:30 ${color3}${execi 1800 grep "Latest" FinishTimes.htm | sed -e 's/ in Tideda Files//'} </h1> and in my Conky script I do this: Code: ${color3}${execi 1800 grep "Latest" FinishTimes.htm}
but when it prints on the screen there is an empty box at the end of the line. I assume this a CR or LF that's attached to the end of the line, but how can I get rid of it?
Is there a way to stop conky from closing when I click on it? I have a few set up as a system monitor bar on the desktop, and I'd like to anchor them there from accidental clicking so I don't have to restart my script.