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
ADVERTISEMENT
Jun 4, 2011
I just installed conky. Can someone give me a push? What it does is place itself behind the tool bar, keeping the toolbar open, covering itself.
View 2 Replies
View Related
Dec 9, 2010
ConkyForecast is giving me the way wrong temperature (conky says it is 129 but weather.com says it is 54) it also added an A symbol before the degree symbol.
ConkyForecast.template
Code:
${image [--datatype=WI --CC] -p 0,0 -s 64x64}
${image [--datatype=WI --startday=1] -p 120,0 -s 64x64}
${image [--datatype=WI --startday=2] -p 240,0 -s 64x64}
${voffset 15}
Now: [--datatype=LT]${goto 135}[--datatype=DW --startday=1]: [--datatype=LT --startday=1]${goto 255}[--datatype=DW --startday=2]: [--datatype=LT --startday=2]
conkyrc
Code:
# conky configuration
# edited by Mark Buck (Kaivalagi) <m_buck@hotmail.com>
# set to yes if you want Conky to be forked in the background
background no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se* .....
View 1 Replies
View Related
Jun 6, 2010
I've been using conky for some time now, and I haven't changed conkyrc for a while. However, when I installed lucid (fresh install) conky starts wrong with ubuntu, like in a glass box that overlaps any window. The weird thing is that if I kill conky and start it over again manually (without the script in preferences->startup applications) it is OK. Screenshots: [URL].
Code:
# Rendimiento
update_interval 1.0
total_run_times 0
double_buffer yes
background yes
use_xft yes
xftfont HandelGotD:size=9
xftalpha 0.5 .....
View 8 Replies
View Related
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
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
View Related
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
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
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
Jun 7, 2011
if anyone is familiar with conky and have managed to put horizontal scrollbars in a conky window that contains a 'wall of text', and if so.. how? I cant seem to make it.
View 2 Replies
View Related
May 19, 2010
I have recently installed Lucid Lynx and am enjoying it immensely.I was just wondering if anyone can help me with setting up Conky to work with the Compiz wallpaper plugin.I've disabled Nautilus from drawing my desktop to enable multiple wallpapers in Compiz, but now I can't get Conky to show up on the desktop. Can anyone who's done this in Lynx post their .conkyrc files please?I've tried googling around for a solution, but most of the threads I came across were from 2007-2009, and some of the configuration options for Compiz have been updated since then. It'd be cool if I can still use conky in my multi-paper environment.
View 9 Replies
View Related
Mar 9, 2011
I used testdisk to undelete some files and in the process accidentally moved my partitions around (swap file was sda5 now it's sda3). Now I am getting the "no swap%" error from Conky. This is in Conky, I've already checked the UUID's with my partitions and fstab file.
# Conky settings #
background no
update_interval 1
cpu_avg_samples 2
[Code].....
View 9 Replies
View Related
Nov 9, 2010
How to set conky to load at startup?
View 11 Replies
View Related
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
Jun 23, 2011
Is there a way to make conky stay behind my active windows?
View 1 Replies
View Related
May 9, 2010
How do I set up conky in compiz's widget layer?
I know I have to set up the rule under Widget Layer > Behaviour > Widget Windows but i have not been able to identify the correct rule.
View 6 Replies
View Related
Jul 18, 2011
i would like to set up a conky setting at my work so when employees call me for questions they can just give me the info that is visually on the screen from conky that i want instead of having them look for it, i have done some conky in ubuntu , it is very easy , just install it then enter codes in the text editor, and BAM done, now on opensuse looking at this thread Conky - Hardware Monitor it looks ALOT harder, is there a easier way around this big mess of codes and what not.
View 9 Replies
View Related
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
Jan 6, 2010
I'm using Conky in my Ubuntu 9.10 Karmic. I have an error message like this:
Quote:
Conky: border_margin is deprecated, please use window.border_inner_margin instead
Conky: one or more $endif's are missing
Conky: desktop window (1a00065) is subwindow of root window (10d)
Conky: window type - override
code....
View 3 Replies
View Related
May 2, 2010
my window buttons are at the left corner, it works but i love it more when they are in the right corner. So what i must do to change the position to the right corner?
View 6 Replies
View Related
Mar 19, 2011
I used to use ubuntu studio, which when you double clicked on the bar at the top of a window it would slide in under itself. I had to reinstall so I downloaded the Ubuntu 10.10 alt CD, but now double clicking maximizes, how do I change it back.
View 2 Replies
View Related
May 9, 2011
After upgrading to 11.04, I've been experiencing this weird issue with my monitor. Every time I reboot or turn the monitor on, the colors in Ubuntu are all wrong -- really green. If I go into my monitor's control panel and go to the "Input Color Format" setting and switch it from YPbPr to RGB things go back to normal.The problem is that I can't seem to save this setting. Every time the monitor is turned off it goes back to the wrong setting. I never had this issue before so it makes me think it may have something to do with the upgrade to Natty. The monitor is a Dell SP2208WFP and it's connected to my computer through an HDMI port. I use the Intel video driver.
View 1 Replies
View Related
May 28, 2010
After i have reconfigured my X setup in Slackware 13.0 i have wrong keyboard settings. I get the standard us keyboard instead of german layout. I checked /var/log/Xorg.0.log and found this:
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse1
(WW) Disabling Keyboard1
[Code]...
View 3 Replies
View Related
Sep 7, 2010
(prior to this i had 8.10 and sound) added a lot of things through command lines,etc...and accidentally stumbled on the fact that the wrong device was chosen in the sound preferences... can someone explain to me what the settings should be? i have just done a clean install of lucid lynx 32 bit i386, no dual boot, just plain clean and fresh lucid lynx. under the output tab- this is where i have a choice between: Internal Audio (analog stereo duplex) USB Audio i know the usb is my speakers now...but what is that analog thing?
under the hardware tab- the internal audio can be analog stereo duplex or analog stereo output, analog stereo input, off, or analog surround with various levels of output from 4.1 to 7.1 the usb audio has only two choices: analog stereo output or digitla stereo duplex under the input tab- internal audio analog stereo is the only device listed choice of connector: microphone 1, mic 2, line in
at the moment i dont have my headphones plugged in, dont want to complicate things. but i am hoping to get skype working and be able to leave the speakers in and when i plug in headphones they will must the speakers automatically. if it doesnt work like that i wont die...but i would like to no have to disconnect the speakers just to use headphones, which is what people i know say they have to do.
View 1 Replies
View Related
Feb 25, 2010
I'm running OpenSuSE 11.2 with an Nvidia GeForce 8200 on board graphics card and am running the drivers installed from the file NVIDIA-Linux-x86-190.53-pkg1.run which I obtained from the Nvidia web site. I also have this vga directive on the kernel line in /boot/grub/menu.lst vga=0x346 Yet, sometimes when the system starts up it will go into 640x480 mode instead of 1680x1050. If I shutdown and restart a few times it will eventually come up in the proper resolution.
View 4 Replies
View Related
May 9, 2010
I realize that this may be a nit-picky complaint, but why did you guys move the window control buttons from the upper right corner to the upper left corner? Is there any way that I can move them back? They weren't this way in 9.10 or before, and they aren't this way on any of the computers that I work with at my job.
View 2 Replies
View Related
Jan 8, 2011
I just installed drivers for this nVidia GPU from the website. Now, whenever I boot, the screen resolution goes to 1024x768 instead of 1280x800 like I want it to. I have to change the screen resolution every time I boot into Ubuntu.
View 5 Replies
View Related
May 14, 2010
I added a script to start a service and Lenny wont boot anymore,its stuck at the point where the script is supposed to load. I used update-rd scriptname defaults I was trying to add NTLM Authorization Proxy Server, by adding a script
Code:
python /root/ntlmaps/main.py
This is the second time i am trying this, that last i did this i added a & at the end( this should send it to the background?) and it worked fine.I have mounted the root file system through live-cd, but iam not able to figure out how to undo this silly mistake of mine
Edit: I just managed to get the system back up. Looks like i was confusing /mnt/etc/init.d with /etc/init.d ...
I added the & to the end of the line, making it
Code:
python /root/ntlmaps/main.py &
I referred to [URL] while doing this exercise and apparently there should be some code for shutting down too, dont really know how to do that, on the command line i use kill 9 <PID>, but theres probably some other way for it here...
View 1 Replies
View Related
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
Sep 25, 2010
I have an issue with my machine. The volume is 100% on startup, and I need that fixed. I looked around and found THIS on stackoverflow. However I cannot find the rc-default file I need to edit to make that solution work. I'm running Karmic. Anyone else find a solution to this problem?
View 9 Replies
View Related