Ubuntu :: Can't Find Any Conkyrc File
Jul 9, 2010
I was up late the other night and decided to get conky going on my desktop. Well, I must have skipped some steps because I can't find any conkyrc file (not even the example) but I can run conky from the terminal. I'd like to make some changes to it but I can't seem to figure out where to do that. I did find an example conkyrc file on the faq on the conky website.Do I need to purge conky and start over?
View 3 Replies
ADVERTISEMENT
Jan 31, 2011
Just wondering how can I add the Hi/Lo and the current day information like wind, humidity, etc... to my conkyrc.
Right now here is what I have,
Code:
Location: ${execi 3600 conkyForecast -i --location=USTX0617 --datatype=CN}
Conditions: ${execi 3600 conkyForecast -i --location=USTX0617 --datatype=CC}
${font ConkyWeather:size=36}${execi 3600 conkyForecast -i --location=USTX0617 --datatype=WF}${font}
[Code]....
View 6 Replies
View Related
Nov 4, 2010
This conkyrc is for 4 core modern intel cpus, i believe, please check code. any correctional errors appreciated as well as my personal feature request. its also only suited for 1680x1050 or greater.
Attached are the .conkyrc and weather/cpu optimization files for intel i7 processors for a correct average. i hope it was written correctly. if anyone can improve upon this conkyrc i would appreciate it. just followup. i have a personal feature request i was hoping someone could do for me. i would like to get rid of the weather section and include a Banshee -------------
Section under banshee would be
All nice and centered
View 1 Replies
View Related
Feb 11, 2011
i tried to search for possible tweak in getting conkyForecast connect via proxy server. it connects and functions well when directly connected to internet (from home) but in office, i have to connect via proxy... how i go about tweaking the script to connect via proxy?
View 5 Replies
View Related
Aug 5, 2010
I can't track down..On most of my Slackware -current installs (I have 6 installs altogether) I can no longer get conky to adjust via .conkyrc Conky from SlackBuilds The problem is for some reason it's stuck at top of screen, with the whole upper-half not visible off screen.. I have tried adjusting .conkyrc, tried uninstalling/reinstalling tried adjusting how it starts in .fluxbox/startup all to no avail. I am starting it with either
conky -d
conky &
conky -d &
all the same result. Somehow I "fixed" one of the installs, and tried the same "fix" on the others and it didn't work..I am also trying to start either fbpanel or lxpanel either before or after conky...same results Is there another app (not gkrellm) that will do same as conky?
View 1 Replies
View Related
Aug 8, 2010
have a dell Inspiron 1501 with ubuntu 10.0.4 I want to rename my wireless card from eth1 to wlan0 as I use conkyrc and it will not read my wireless strength or my ssid cuz it thinks it's a ethernet card and not wireless card. I know this for a fact because peppermint os my wireless card was wlan0 and it worked just fine.
View 1 Replies
View Related
Aug 3, 2010
am new to linux and trying to find a file in sub directories using find command as:find .-name *.jpg -type fBut I am unable to get the result as find command is not permitted by the server administrator.Is there any way to find files without using find command.
View 14 Replies
View Related
Aug 15, 2010
In Ubuntu 10.04 I installed VMware workstation 7.1 to run a VM - everytime I need to run it though, Workstation doesn't find a file (VMmon) and I need to run in terminal this command: sudo /etc/init.d/vmware start
How can I add this in the boot file so it starts automatically and I do not have to run it manually -
View 1 Replies
View Related
Nov 17, 2010
As I know, lly includes a control file. Takelibfreetype6_2.3.9-5ubuntu0.4_i386.deb for example, its control file includes the following content:
Package: libfreetype6
Source: freetype
Version: 2.3.9-5ubuntu0.4
[code]...
View 2 Replies
View Related
Feb 28, 2010
How to find filename and file path from a string
View 7 Replies
View Related
May 18, 2011
shell scripting in Fedora14I want a script"Find in curent folder for files, and it copy first file he find with name gived by user, if name already exist then echo error message and finish"command usage " bash scriptname copyASname"
smthing like Code: #!/bin/bash
for files in /home/user/*
do
[code]....
View 1 Replies
View Related
Oct 21, 2009
Many folders within a subdirectory some of which have lots of data in and some of which have only one specific file called produkt.fil inside.I need a command to find and delete those folders that contain ONLY the file produkt.fil - if other files exist (doesnt matter what they are) then they should be left alone. Note: produkt.fil exists in all of the folders always.
View 5 Replies
View Related
Jul 28, 2009
I have script that I'm working on that updates a username in all the files that are called blah.inc for my framework. since i host a bunch of these web apps i need to do it to all of them. so I need to figure out how to update these files automagically with out me watching it to call vim every time. heres what I have so far
Code:
This finds the files but now i need to figure out how to do s/bob/fred/g on those files.
View 5 Replies
View Related
Aug 28, 2010
I want to delete a file but it says it's in use by another program. I forgot what the command was to look for it.
View 4 Replies
View Related
Jul 26, 2011
i'm just curious if i can search for the dir/file pattern in the single "find" command?
here is an example:
dir1/dir2/dir3/file.txt
dirXX/dirYY/dir2/dir3/file.txt
dir1/dir4/dir3/file.txt
i want to search for the pattern "dir2/dir3/file.txt"
View 12 Replies
View Related
May 14, 2011
I want to know where to find a specific file in Ubuntu. I have the file name but I don't know where to place it to bring up the file.
View 9 Replies
View Related
May 24, 2011
Where i can find an ubuntu 10.10 iso file, if anyone has it saved on a pc?
View 2 Replies
View Related
Jun 19, 2011
just downloaded a deb file for Picasa but cant seem to find the actual program I see icons but they lead to other files I managed to download skype and found it/moved it to desktop
I have just loaded ubuntu onto my laptop so complete beginner
View 3 Replies
View Related
Feb 26, 2010
I am trying to edit the xorg.conf file as described here:
[URL]
However, I cannot find the xorg.conf file anywhere.
View 9 Replies
View Related
Dec 21, 2010
I have a bunch of text files, all of them have a .txt extension. They are all located in subfolders of the /MyTextFiles folder (but could be anywhere, no idea what depth). If any line in any of the text files has the word "hello" I want to delete that entire line. I know sed and awk are made for this problem but I can't seem to get the syntax correct.
View 1 Replies
View Related
Jan 4, 2011
this command show that files that start with numbers
Code:
ll [0-9]*
how can i find those file does not start with numbers?? (files can started by every character except / (slash))
View 4 Replies
View Related
Apr 10, 2011
This is my first time posting here.
I had a problem when trying to boot up from ubuntu's cd.
I went google for a fix but most tell me to check my cd for error or use a usb instead.
But i am absolutely sure my cd drive had no problem as i had alr check by boot from another computer and it work.
So this problem only happen to my laptop.
And i do not have an spare usb drive.
View 2 Replies
View Related
Jun 25, 2011
we had this cd called 3d arts and crafts and it created several images from one image. it saved them in a file format .dcp i can't find any program to open the file with now that i've changed system
View 3 Replies
View Related
Aug 10, 2011
I'm writing a script that tidies up my system before it shuts down.
One of the things I would like it to do is clear my Trash..
Code:
But I can't find the path to the trash. Anybody know where it is?
View 8 Replies
View Related
Feb 1, 2010
I know that every .desktop file comes into the Applications section but how can I find the .desktop file for a specific application?
View 5 Replies
View Related
Mar 1, 2010
I am installing 9.10 and when it gets to the preparing partition part, there is no partition showing up? and i can't add one either?
View 4 Replies
View Related
Apr 5, 2010
I have a video that is currently in .mkv format, and I need it in .avi, however, when I attempt to convert it with MEncoder, it cannot find the video. (Please note this is my first attempt to convert anything with MEncoder, or convert any video on Linux). What I entered and my results are as follows -
mencoder Pocketful_Of_Rainbows.mkv -o Pocketful_Of_Rainbows.avi -ovc xvid -oac mp3lame
MEncoder SVN-r29237-4.4.1 (C) 2000-2009 MPlayer Team
File not found: 'Pocketful_Of_Rainbows.mkv'
[code].....
View 4 Replies
View Related
May 22, 2010
Haven't booted to my linux in a while. Just did. Many updates. I'm betting this error:
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/...0.8.04_all.deb 404 Not Found [IP: 91.189.88.30 80]
View 1 Replies
View Related
Aug 6, 2010
I am getting a blank screen with a blinking cursor. Install gave message to the effect: can't find boot file. Now I can't boot with any version or even get a prompt.
View 1 Replies
View Related
Aug 7, 2010
i have dual boot system with windows7 and ubuntu 9.04 i am unable to find lilo.conf file in /etc. what's this file? what to do?
View 2 Replies
View Related