Ubuntu :: Displaying A Text File Dynamically On My Desktop - Conky ?
Nov 1, 2010
I use the awesome todo.txt cli tool for my todo list. I want to find a way to display this on my desktop, and have it update every time I update the file. Is there an easy way to do this? Does conky do stuff like this?
View 2 Replies
ADVERTISEMENT
May 29, 2011
i have the following text in a file located in /home/anoopm101/.task [description:"this is the text" entry:"1306682734" status:"pending" uuid:"25c54e1b-824f-52bc-4933-dfe7cda34bc7"]
i have to display on my desktop "this is the text" using conky.
View 2 Replies
View Related
May 29, 2011
i have the following text in a file located in /home/anoopm101/.task
[description:"this is the text" entry:"1306682734" status:"pending" uuid:"25c54e1b-824f-52bc-4933-dfe7cda34bc7"]
i have to display on my desktop "this is the text" using conky
View 7 Replies
View Related
Jan 9, 2010
I am in 8.04. Recently installed conky and wanted to have this conkyrc - [url] You may see how it should look.
Also I tried other conkyrc, but every time I got one annoying thing.
Conky is displaying some weird letters in front of every line of info.
Here is the screenshot of what's going on:
You can see big letters S P M at the beginning of every line. If I am adding more info to display, those letters continue to appear on every line.
Instead of these letters their should be icons as on screenshots in gnome look
View 3 Replies
View Related
Nov 7, 2010
I'm trying to display Wi-Fi network info using Conky. I've got it to display the IP address and the upload/download speeds, but for some reason it won't display the network SSID or wireless signal strength. Here's the relevant portion of my conky configuration:
Wi-Fi:
Network: ${wireless_essid eth1}
Signal Strength: ${wireless_link_qual_perc eth1}%
IP address: ${addr eth1}
Download Speed: ${downspeedf eth1} Kb/sec
Upload Speed: ${upspeedf eth1} Kb/sec
It's not the most frustrating problem in the world, but I've been unable to figure out the solution myself after several hours of perusing previous similar problems with Conky configs.
View 9 Replies
View Related
Sep 8, 2010
I un-installed a few files related to Java yesterday (maybe I removed something else by mistake, I don't think so but I'm having trouble reading log files) and now every piece of text, excluding text rendered by the browser from webpages, is displaying as rectangles.
Trying to start Firefox reports:
Quote:
(firefox-bin:2185): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'
(firefox-bin:2185): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='latin'
Segmentation fault
View 2 Replies
View Related
Mar 21, 2010
I have a Word document that I want to read from and format the text dynamically to send to another program. The document is about 12 pages long, and I need to preserve CR or EOL's, but the rest of the text will need be formatted according to variables such as characters per line and lines per page. I will need to read and print characters like %, ;, and : too.
View 5 Replies
View Related
Mar 13, 2010
How do I get conky to show the list of network connections by applications and their upload/download speeds? Ultimately, I would like to see something like this:
Code:
First 3 or four applications would be just enough.
View 2 Replies
View Related
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
Aug 28, 2011
Is it possible to change the GNOME desktop background during some period of time by just a random phrase from the list on black screen? Will is seriously load the CPU and consume battery life?
View 1 Replies
View Related
May 3, 2011
I have a server laptop sitting around at home which is a pretty bland server, on which I generally leave the lid open and there is a login prompt always displayed.
However, I'd love to be able to display useful information on /dev/tty1 so whilst the server is just sitting there, rather than displaying a login prompt on the monitor, it could now display, for example, the current time and weather forecast for the day. Or something along those lines.
View 2 Replies
View Related
Apr 24, 2010
I have my conky set up so it displays fortune, then I run a script to add enough spaces so that even if fortune is any amount of lines long, it will take up exactly 17 lines, and after that, it displays the time. The problem I have is that a lot of the time, the fortune will display fine, but the time will only display what default_shade_color is (black).
Code:
# UBUNTU-CONKY
# A comprehensive conky script, configured for use on
# Ubuntu / Debian Gnome, without the need for any external scripts.
[code]....
is there a built-in linux script that does what mine does? and why is conky only drawing the fortune in the right colors? PS the reason I want it all on one conky, is I'm running openbox and the right-click menu only works for stuff drawn to the root screen.
edit: When I don't use the script the colors work just fine, but the spacing's off, obviously. sceenshot-1 shows it.
View 4 Replies
View Related
Mar 13, 2010
Im having various problems with the graphic printing features for applets.
In this immediate applet, when I print and update the previous line bleeds through the next line. I tried printing a series of spaces to clear the first text, but it doesn�t work.
Code:
View 8 Replies
View Related
Mar 25, 2010
My conky file declares a color association with this
color5 green
and then after TEXT has this line
Code:
ISC: ${execi 60 /home/ben/scripts/isc.sh}
the isc.sh file has this
Code:
#!/bin/bash
curl http://isc.sans.org/infocon.txt | sed 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' > /tmp/isc
[Code].....
Why is it not displaying GREEN in the green colour? If I manually type ${color5}GREEN into .conkyrc its fine.
View 1 Replies
View Related
Jun 10, 2010
It seems that Conky is broken, if I try to do anything with it(even after complete removal and reinstallation) I get this output.
Code:
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 don't know what to do?
View 7 Replies
View Related
Feb 6, 2011
im trying to output a list of running processes via a shell script. At the moment i got this which outputs the processes to a text file called out.
echo $(ps aux) >>out
The problem is though, the processes are all just one big block of text which makes it hard to read. Does anyone know how to sort the output to a text file so that it prints to the text file at 1 process per line? I know its probably simple but im very new to linux.
View 5 Replies
View Related
Nov 3, 2010
I have configured a "Syslog" server on /var directory as a separate ext3 partition - to receive the logs and events from the clients & the firewall as well. The directory needs to grow dynamically as the logs are populated. Is there a way i can make the filesystem grow dynamically as and when the directory is full.
View 6 Replies
View Related
Jul 4, 2011
My desktop is not displaying files that I put on the desktop days ago. I checked all four workspaces.All the files are still accessible from Nautilus > Desktop.When I drag a file icon (from Nautilus to the empty desktop) and release, the icon does not drop on the desktop, the icon quickly moves back to the folder where it came from.The top and bottom panels of the desktop still operate normally.I am running Ubuntu 11.04 64-bit with classic-Ubuntu desktop.I also noticed that Startup Applications is missing "chrome" that I added this morning.I am the only user on this system. The system is a duel boot Ubuntu - win7. The Ubuntu partition is formated ext4 and there is a separate NTFS-formated partition named "storage" for folders that are accessible from both Ubuntu and win7. That should not be an issue because the desktop folder is on the Ubuntu partition, /home/[user]/Desktop. I have not booted win7 in the last few days.The desktop first
appeared empty after I did two things:
1) installed CryptKeeper from Ubuntu Software Center
2) Enable Automatic Login
After I clicked Applications > System > CryptKeeper, the desktop did not respond to mouse clicks. I did not find any CryptKeeper instructions. I don't know how to use CryptKeeper.The login screen still asked for credentials after I rebooted.So I uninstalled CryptKeeper, disable Automatic Login, and rebooted. But the desktop is still not displaying the files.Could CryptKeeper have changed something in my profile?Does Ubuntu have a log file to see exactly what I did?What else can I try to restore my desktop and enable Automatic Login?
View 8 Replies
View Related
Jan 8, 2010
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'm using the GNOME desktop on Ubuntu 9.10.
View 6 Replies
View Related
Nov 18, 2010
I've been using Ubuntu for several years, and wanted to try the netbook remix on my old Acer Aspire 5050 laptop.
I tried to install and switch from desktop 10.10 to netbook 10.10, and the home page and menus didn't display properly. I took this as being due to some conflict with an exiting bit of software (I use it as a LAMP server and dev machine, so it had a lot of stuff one it). Keen to try the netbook edition, and clean down my laptop, I installed in from scratch, formatting the HDD etc.
Anyway, the issue is still the same.
It is quite hard to describe what is displayed. The left menu is just empty, with no icons. The top bar is also empty. When you mouse over the left menu, blank pop-outs appear. Also, some icons are blank or mangled. Occasionally, when I close a dialogue, or do an alt-tab, the left menu icons appear, but only for a split second.
Anyway, screen dumps (reduced to half size) will explain this better, so here are a couple...
Top and left menus showing as empty semi transparent bars.
Same with an app running
with mouse over a left menu item, and a blank pop-out with black surround. code...
View 9 Replies
View Related
Jan 28, 2009
I have a text file called file1.txt containing many lines eg.
line1
line2
line3
line4
line5
line6
Then i have another text file called file2.txt contains
3
5
6
Is there a command to remove the lines in file1.txt based on the keywords in file2.txt? note: It should remove line3,line5,line6 based on 3,5,6
View 10 Replies
View Related
Sep 22, 2010
what is running there are conky - transparent background and terminal - also transparent background AND undecorated.how do I integrate these into the desktop (I mean how do I make them both auto-start on startup and more importantly how do I make the terminal auto-undecorated from the beginning?)I found some script for conky - trying that out right now, gonna let you know how it turns out.
View 4 Replies
View Related
Nov 13, 2010
I found a nice script and modified it abit, but now when I run conky. My icons on the desktop gets invisible, and only display if I hover them.
Here is my conky config:
Code:
#
# ~/.conkyrc-clock - an attractive, Elegant Brit-style desktop clock
#
alignment top_right
[Code]....
View 6 Replies
View Related
Aug 11, 2010
I dont know whats wrong with my desktop....but it is not displaying folders and files in desktop after starting the system.The mouse right click is also not working.But the panels are working.
But once I browse files on my cell phone(using bluetooth) with my system,the desktop is working as usual.
I think I have to add some application( which loads desktop) to list of start-up applications.
View 2 Replies
View Related
Jul 3, 2011
I was testing with "Compiz rotate cube" in my Ubuntu machine. Changed some settings by disabling "desktop cube". Something had changed in the mean time.
Now i could able to login. Only blank desktop wall paper i could able to see. No applications list, startup icons displaying.
If i press Ctrl + Alt + F = Folder view is displaying, i could able to view my files.
If i press Ctrl + Alt + F1 = Could able to go to Terminal window and able to do all sort of commands.
revert to my original settings so that i will getback my icons / applications list in my desktop.
View 2 Replies
View Related
Aug 21, 2010
I'm trying to work out with Conky on my Ubuntu 10.04 x64.
Conky is set to Top Left alignment, but it doesn't seem to be ending up there at all. After changing all of the different alignments, it doesn't seem to move around much at all.
(Desktop Screenshot Attached)
My other issue, which may have something to do with the way my Conky is set up, is that I have a couple of icons on the desktop, but they only show up when I put my mouse over them, and in the next couple of seconds they go away. It seems to be related to the refresh frequency of conky, which seems to be all of my issues right now.
Another note, this conky code is essentially pulled directly from the conky website.
(Code Below)
Code:
View 2 Replies
View Related
Dec 20, 2009
I have 5 Dell servers that I recently upgraded from 11-12 and have noticed an issue that after removing and re-attaching a monitor I am presented with the login screen. After logging in I am just presented with the background image, nothing else. I have logged in using ssh and restarted gdm with no effect. init 3 followed by init 5 still has no effect. Only when I restart with or without monitor attached does it start working as expected again.Has anybody else seen this issue? It was not present in Fedora 11 on these machines.
View 3 Replies
View Related
Jun 19, 2010
I have installed both Fedora and Ubuntu with Gnome Desktops and it displays the information an inch to the left, this problem may have to do with the fact that the display comes up as unknown.
View 1 Replies
View Related
May 8, 2011
I decided to have a go at running conky on my 11.04 desktop. It isn't showing any wifi activity, even though i'm obviously connected. also, is there any place where i can see the whole list of options that can be added to it?
View 2 Replies
View Related
Aug 23, 2010
I'm trying to set up conky so that it displays my Google Calendar, but for some reason, absolutely nothing visible shows up on my desktop when I run conky. Here's .conkyrc:
[Code]..
View 3 Replies
View Related