Ubuntu :: Add Space Between Lines To Working Conky Gmail Script?

Nov 10, 2010

My Conky Gmail script is working beautifully. But it looks like this in Conky:
FROM: Jane Smith
"Forks and Spoons"
FROM: W. Able
"Golden Leaves"
FROM: Owen Harrison
"Passage?"

And I'd like it to show up like this:
FROM: Jane Smith
"Forks and Spoons"
FROM: W. Able
"Golden Leaves"
FROM: Owen Harrison
"Passage?"

Here's the script I'm using ("case s" specifically) -
Code:
#!/usr/bin/perl
use Switch;
use Text::Wrap;
my $what=$ARGV[0]; .....

View 1 Replies


ADVERTISEMENT

Ubuntu :: Conky Shows Above All Other Windows With A Transparent Space Above It

Jul 26, 2011

I am using Ubuntu 11.04 and installed conky; I'm using the configuration attached, but as I do not know very much about it I do not know how to fix this. Every time I start ubuntu, conky shows above all other windows with a transparent space above it; every window I open appears as it is below conky (first image). To fix this I have to open the conky file and save it to reload it and then it stars again as it should (second image). Is there something I have to change in the conky file so whenever I start Ubuntu it shows as the second picture?

View 5 Replies View Related

Ubuntu :: Add A Space Between Lines In Gedit?

Jun 2, 2010

know how to add a space between all the lines in a document using gedit? In order for a specific script I have to read each specific line, there must be a space in between them. And my current document has well over 1100 different things, and as such, having to add a space between each one would take awhile by hand.

View 2 Replies View Related

Programming :: Regular Expression To Match Lines In A File That Do Not Start With # Or A Blank Space?

Dec 25, 2010

i have a file like this

# comments
#comments
#comments
bla bla

[code]....

i want to grep lines which do not start with # or a blank space. like

bla bla
bla bla

how do i do this? i tried grep --invert-match '^#' which gives lines not starting with # but gives me blank lines too i tried grep --invert-match '^#|^ ' which will give lines not starting with # OR not starting with blank ( which means any line including ones starting with #

View 3 Replies View Related

Ubuntu :: Trying To Get Weather Working For Conky

Jun 20, 2010

I'm trying to get weather installed/working for conky. In my .conkyrc file I have this code of line
Code:
${color white}${execi 1800 /home/rjr/weather/weather.sh 92392}

I have the 2 files weather.sh and weather.xslt in its own folder named weather and in weather.sh file I have this line of code..
Code:
# where this script and the XSLT lives
RUNDIR=/home/rjr/weather/

I gave permission to weather.sh file, on my desktop running conky in the weather section it says Invalid Partner Code. I tried even putting USCA1197 in the .conkyrc file instead of my zip code and still same problem. Do I have to give weather folder permission as well?

View 6 Replies View Related

Ubuntu :: Conky Colors Not Working In Maverick?

Oct 11, 2010

Has anyone else noticed this when installing conky-colors in Maverick?I know its not a problem with how I've configured it because it worked just fine in Lucid but here it is anyway:

Code:
./conky-colors --lang=english --theme=elementary --cpu=2 --swap --battery --updates --proc=10 --clock=modern --calendar --hd=simple --banshee=simple --network --eth=0 --

[code]....

View 8 Replies View Related

Ubuntu :: 10.10 Conky Wireless Wlan0 Not Working

Feb 25, 2011

Earlier on my wireless is attached as eth1 and it works on to load conky except the Network section is blank. After that I had renamed eth1 to wlan0 and checked at ifconfig it is working fine.Now the conky won't load and I think something to do with my wlan0.

View 1 Replies View Related

Ubuntu :: Conky Not Working After Upgrading To Kernel 3.0.1 In 11.04

Aug 14, 2011

I upgraded my Ubuntu 11.04 laptop to kernel 3.0.1 and when I try to start Conky using my custom conkyrc, the conky process dies. I played around with it and discovered (through trial and error testing) that the code for the CPU temperature crashes conky. It worked before the upgrade. how I can get the CPU temp monitoring working again in kernel 3.0.1? Here is the code that is crashing conky:

[Code]....

View 9 Replies View Related

General :: Fetchmail Stopped Working For Gmail

Mar 29, 2011

My fetchmail stopped working for gmail. These are the error messages:

Code:
Mar 29 15:31:17 cannabis fetchmail[8814]: pop.googlemail.com fingerprints do not match!
Mar 29 15:31:17 cannabis fetchmail[8814]: SSL connection failed.
Mar 29 15:31:17 cannabis fetchmail[8814]: socket error while fetching from xxxxxxxxxx@gmail.com@pop.googlemail.com
Mar 29 15:31:17 cannabis fetchmail[8814]: Query status=2 (SOCKET)
Mar 29 15:31:17 cannabis fetchmail[8814]: pop.googlemail.com fingerprints do not match!
Mar 29 15:31:17 cannabis fetchmail[8814]: SSL connection failed.
Mar 29 15:31:17 cannabis fetchmail[8814]: socket error while fetching from xxxxxxxx@gmail.com@pop.googlemail.com
Mar 29 15:31:17 cannabis fetchmail[8814]: Query status=2 (SOCKET)

View 1 Replies View Related

Software :: Gmail Notifier Not Working Correctly?

May 5, 2010

I have downloaded and successfully installed gm-notify. but while configuring it, I get following error message: Login appears to be invalid.

In the configuration, I have entered following:

username: yogesh.bhavsar1989
password: ***********
Browser-path: www-browser
Proxy: 10.1.101.150
vertical and horizontal offset: 0

Proxy setting is all right. after pressing OK. I get above error.

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

OpenSUSE Network :: Use Gmail Smtp Relay / Send Emails Form Server Using Gmail Account?

Oct 28, 2010

I would like to send emails form my server using my gmail account.Does anybody know how to do it?

OS = OPENSUSE 11.3 server installation - NO GUI....

View 9 Replies View Related

Ubuntu :: Conky Glitches/freezes With Torrent Working?

Mar 1, 2010

i noticed that almost every few seconds my conky just freezes for minute or-two after i add two torrents to download. Actually, it almost doesn�t work/stays freezed almost all the time.Is there something to fix this?

Code:
# Use Xft?
use_xft yes

[code]....

View 5 Replies View Related

Ubuntu :: Conky Graphs For CPU Temp / Network Up Not Working

Aug 22, 2010

I have conky up and running, but today as I was messing around with the colors for the custom theme, the graphs for cpu temp and network up and down aren't displaying anything.

Here's my conky configuration:
./conky-colors --lang=english --theme=custom --color0=000000 --color1=800080 --color2=800080 --cpu=2 --cputemp --swap --updates --hdtemp1=sda --proc=3 --calendar --m --network --rhythmbox=oldvinyl --ubuntu --alllight --unit=F --clock=off

View 4 Replies View Related

Ubuntu Installation :: Conky Sensors Not Working In Natty?

Apr 29, 2011

atlast i downloaded 64 bit version of natty. (i m currently using 10.10 32 bit). before i go for a clean install, i wished to test natty (the stable release) by running it from my usb stick. i was able to boot into it and natty identified my wi-fi with a breeze. i wanted to test some configurations that i had customized in maverick. i installed conky in natty and copied the conky script that i used in maverick. i also installed the necessary sensors. now the hitch is the sensors are unable to detect the temperature. is it coz i am running natty from a usb stick or some bug is there in this part ?

View 5 Replies View Related

Ubuntu :: Use Any Browser And Go To Gmail - Can't Get Gmail To Load

Jul 27, 2010

use any browser and go to gmail. i can't get gmail to load. if i browse on videos, links to videos don't work. they appear to be taking a long time to buffer, then a message appears saying to try again. sometimes, links on google search pages are all dead. yahoo mail loads as far as logging me in, then i get a page with all dead links.

i'm using a laptop at several locations that have free public wifi. at some places, everything works perfectly normally. at other places, google and yahoo are almost useless. the "bad" places work just fine under ms windows.

so i figure it's a networking/handshaking issue, but that's all i can figure. i need help to troubleshoot it further. if it's happening to me, it has to be happening to other people, and i consider it a major hassle.

View 9 Replies View Related

Ubuntu Networking :: Cannot Access Gmail. Just Gmail?

Nov 8, 2010

My college internet providers shifted to a different setting.. defined in the changing lan proxy settings on the user end. I.e.ip - 192.168.0.200 and port to 3000. This to reduce misuse of the net connection ..The thing is, since then, every other website is working, except GMail. It isnt blocked, the Nebero page shows up for blocked sites. When attempting to open gmail, the default internet page shows up for unavailability of page owing to no or slow response from the server, or the firewall or proxy settings not appropriately configured. I cannot open gmail, the connection on empathy im. I cant ping gmail either. No response. What can be the problem.

View 9 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 :: Add These Lines In The Test.cfg, But Its Not Working?

Mar 22, 2010

IM using Ubuntu 9.10 running from USB,

My current text.cfg --->

default live
label live
menu label ^Run Ubuntu from this USB

[code]....

i tried to add these lines in the test.cfg , but its not working. i do hav these folders and files with in the disk,

View 1 Replies View Related

Ubuntu :: Gmail Relay And Post Fix / Send Emails With Postfix And Gmail As The Mail Relay?

Apr 29, 2011

My issue is that i'm trying to send emails with postfix and gmail as the mail relay,i'm trying to send emails to my self by sendmail -bv user@gmail.com

In the logs, i can understand that it been delivered to the destination,
taken from: /var/log/mail.log:
Apr 30 00:05:23 moni postfix/pickup[10490]: 9C7552170C: uid=0 from=<root>
Apr 30 00:05:23 moni postfix/cleanup[10495]: 9C7552170C: message-id=<20110429210523.9C7552170C@moni.localdomain>
Apr 30 00:05:23 moni postfix/qmgr[10491]: 9C7552170C: from=<root@moni.localdomain>, size=283, nrcpt=1 (queue active)
code....

When login in my gmail account i can't see nothing under the sent / inbox / spam folder.

it's seems like the mail are been sent.. but nothing is happening.

View 1 Replies View Related

Ubuntu Installation :: Kernel Image Not Working Or Something Along Those Lines

Dec 15, 2010

i was recently trying to install ubuntu 10.04 on my laptop and it wont let me. I have it booting from a usb. I have everything set up right but before it installs it tells me that a kernel image is not working or something along those lines.

View 4 Replies View Related

Software :: Gmail And Gkrellm / Configure Mailcheck In Gkrellm To Check And Notify For New Mail On Gmail Account?

Feb 4, 2010

I have been trying to configure the mailcheck in gkrellm to check and notify for new mail on my gmail account. I have activated pop of course...

These are the pop info taken from gmail:

Quote:

Server for incoming mail (IMAP) - needs SSL: imap.gmail.com
Use SSL: Yes
Port: 993
Server outgoing mail (SMTP) - needs TLS: smtp.gmail.com (use verification)
Use verifiering: Yes
Use STARTTLS: Yes(some clients call this SSL)
Port: 465 or 587

View 1 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 :: Wobbly Windows Lines - Get These Lines When Drag/move The Window Upwards

May 31, 2011

I've just installed Kubuntu 11.04, switched on wobbly windows effect. It runs very smooth on my Nvidia GeForce 7600 GS with dual screen twinview turned on. However, I get these lines when I drag/move the window upwards - see screenshot:

View 6 Replies View Related

OpenSUSE :: Web - Screen Loads And After Initial First Few Lines Breaks Up Into Multiple Repetitions Of Lines

Apr 22, 2011

I have been experiencing a problem where the screen loads and after initial first few lines breaks up into multiple repetitions of lines. Reloading helps but has to be repeated when pageing down. Mail is no problem; it is supplied by my network provider. OS is openSUSE 11.2 which I update when advised. Below is a sample from the error console:

[Code]...

View 1 Replies View Related

General :: Division Of Logical Memory Space In To User Space And Kernel Space

Jan 4, 2010

Logical Memory Space of 4GB is divided in to 3GB User Space and 1GB Kernel Space. Always. Correct?

1. How can we change it? (just changing value of PAGE_OFFSET is okay?)

2. If system have only 256MB of memory (embedded system) and suppose Kernel Modules eat away all the memory during boot. User space will be left will no memory. Is this case possible?

View 2 Replies View Related

Programming :: Remove Lines And Parts Of Lines From Python Strings?

Nov 24, 2009

How do you remove parts of strings using python? Such as, if I have something like:

Code:
erme1 sdifskenklsd
erme2 sdfjksliel

[code]....

View 3 Replies View Related

OpenSUSE :: Failed: Conky Hardcore "Conky Transparency With KDE (3 And 4)"

Jun 19, 2010

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)

[Code]...

View 1 Replies View Related

General :: Delete All Lines Containing A String, Plus 4 Lines Below It?

Jan 26, 2010

I've come across an unusual requirement for a service in my Ubuntu system.Simply put, I need to find a way to search for all instances of a term in a file, delete lines containing containing that term, and delete four lines below each instance of that term. ither that, or copy the entirety of a file to a new file and skip over all lines containing the term plus four below it.This sounds kinda weird, I know. Without going too far into detail, I either have to change the logfile format for a server I'm running which is a huge pain in the butt, or I can just run a script to edit an HTML report generated from said logs. (Said report is really just for managers to peruse, and I like my log format, so I'm pursuing option 2.)

View 4 Replies View Related

General :: Ubuntu Working On Thin Client Cannot Provide Accurate Disk Space Reports?

Jul 26, 2011

We are using thin client systems in our work environment. There is a central ubuntu server and by using thin clients, we are connecting to our homes. The problem is when I try to install an application, it reported me that I had 200 mb of disk space. But when i try to look from console, I see that /home folder has over 250 gb s of disk space. Even when I try to look from baobab, Disk Usage Analyzer in Ubuntu, i see that my home file system is full.

So what's the reason that I am receiving different kinds of disk space report from different sources? Our system admin here told me that some applications foolishly try to see the physical devices on the thin client and got confused as a result. Is this true?

View 1 Replies View Related







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