Slackware :: Conky Doesn't Install?

Apr 26, 2011

I'm trying to install conky on my Slackware. I've downloaded the files from slackbuilds.org (both conky and lua). I've compiled and installed lua writing "make linux" and "sudo make install", but when I'm trying to compile conky, it says:

Code:
No package 'lua5.1' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you

[code]....

View 6 Replies


ADVERTISEMENT

Slackware :: Fixed Conky / KDE4 Transparency - Doesn't Disappear When Click Desktop

Jun 19, 2010

This works on my Slackware64 13.1 using KDE 4.4.4, Conky version 1.8.0. This is a simple .conkyrc tweak that doesn't need feh, it doesn't have the distracting faun shadow-border and most importantly, it doesn't disappear when you click your desktop (On my system anyway). These are the relevant sections to edit:

Code:
own_window_colour black
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_argb_130
own_window_type override
own_window yes

I found that getting rid of the own_window_argb_values yes suggested in other fixes and replacing it with a specific alpha and then changing window type to override solved all my issues. I've noticed no bugs or strange happenings. This seems to be a common problem with a lot of workaround solutions. I think this is a much more elegant way. Edit: Not persistant... After 2 reboots it's back to normal.

View 1 Replies View Related

Ubuntu :: Conky User_names Doesn't Work?

Sep 22, 2010

I don't understand why in Conky when I use the user_names variable to show the users logged in, it shows nothing.

View 3 Replies View Related

Ubuntu :: Conky Doesn't Start At Startup Even With 30 Sec Sleep

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

Red Hat / Fedora :: The Conky Site Doesn't Appear To Have Any Related Documentation?

Nov 18, 2010

Recently came across this system monitor for the desktop (in PartedMagic).I liked it,thought it would be fun to play with. It bills itself as being for Ubuntu, but it appears to be available through the Fedora repo.I'm just wondering if anyone is/has run it on their Fedora install? The Conky site doesn't appear to have any Fedora related documentation. Note, I'm not looking for instructions, just wondering if any Fedora users are actually running it.

View 9 Replies View Related

Slackware :: Conky - Get It To Start When X Loads?

Jul 23, 2010

I just installed conky. What is the best way to get it to start when X loads? I am using KDE.

View 3 Replies View Related

Slackware :: Conky On Which Display To Start?

Apr 22, 2011

Is there a way to tell conky on which display to start. I have dual twin monitor setup and its starting on my secondary monitor.

View 10 Replies View Related

Slackware :: Conky - 13.1 - Don't Show Temprature

Jul 19, 2011

I've installed the conky on my slack 13.1.

So, I get a script on the internet, and get this line error:

platform coretemp.1 temp 1

And I get the follwing error:

Code:

So, I see my output os acpitool and the Thermal Info is not available.

Do you know what can I do to get the Temperature of my CPU?

View 2 Replies View Related

Slackware :: Set Conky To Load At Startup?

Nov 9, 2010

How to set conky to load at startup?

View 11 Replies View Related

Slackware :: Set Conky Behind The Active Window?

Jun 23, 2011

Is there a way to make conky stay behind my active windows?

View 1 Replies View Related

Slackware :: Transparent Conky No Longer In 13.1 / KDE 4.4.3

May 29, 2010

In the past I've been using the work around with feh to grab a copy of the image used for the background in KDE, however with the upgrade to Slackware 13.1 / KDE 4.4.3 this no longer happens.

View 14 Replies View Related

Slackware :: Compiling Conky: Tolua_errors Not Found?

Mar 13, 2010

I've trying to compile conky 1.7.2 in slack 13 with lua-cairo and lua-imlib2 bindings, have lua 5.1.4 installed and also installed tolua++-1.0.93 from der site installed it through scons..
here's my config_linux.py

Code:
## This is the linux configuration file
# This file was adapted to be used with ArchLinux
# Use 'scons -h' to see the list of command line options available
# Compiler flags (based on ArchLinux's installation of lua)
#LINKFLAGS = ['-g']
CCFLAGS = ['-O2', '-ansi', '-Wall' ]

[Code]...

View 9 Replies View Related

Slackware :: Conky - Display Values To Set Precision

Feb 16, 2011

I run my conky as one bar at the top of the screen (Ratpoison). It is frustrating when % values jump between 0->10% for example and then the entire bar shifts. How can I make it display 000% 010% 100%?

View 7 Replies View Related

Slackware :: Conky Can't Find Libmowgli After Upgrade To Current

Sep 3, 2010

I thought I would try out Eric's KDE 4.5.1 and Robby's new Xorg pacakges. The upgrade went off with out a hitch, but now when I try to launch conky I get

conky: error while loading shared libraries: libmowgli.so.1: cannot open shared object file: No such file or directory

So I rebuilt conky and reinstalled libmowgli ran ldconfig but I still get the error.

View 4 Replies View Related

Slackware :: Conky SlackBuild Fails - Every Single Time ?

Jul 1, 2010

I am trying to build conky from SlackBuilds.org using sbopkg, but the build fails every single time. It may be worth noting that I am trying to build with extra options, namely --disable-x11 --disable-xdamage --disable-own-window --disable-xft.

This is so I can have a cli-only conky that I can pipe to my status bar. This has worked in the past, but now the build is failing with a seemingly unrelated error.

It states:

Code:

At the end of the build. I tried removing the option --enable-audacious, but that only resulted in an error which complained that yet another option (--enable-rss=yes) was a "Command not found". This continues as I remove options. I would like to keep many of those options active as I have a need for certain features.

This is a copy of the SlackBuild being used:

Code:

I have a full install of Slackware64 v13.1, so audacious is installed. I don't know what else could be going wrong, and I don't know why this worked in the past.

View 6 Replies View Related

Slackware :: Conky With NVidia Support - Libxnvctrl Missing

Jan 8, 2011

Doing some research I found that in conky 1.8.1 there is support for nvidia using libxnvctrl. I am trying to compile it but I am missing libxnvctrl. Does any body know where I can get it?

View 5 Replies View Related

Slackware :: Start Conky And Add Module At System Startup?

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

Slackware :: [GSB] After Install No Xserver - Keyboard Doesn't Respond

Nov 29, 2010

I was looking into installing Gnome for Slackware 13.1 due to the instability of KDE and I was able to find GSB [URL]. I ran the simple installation: Code: lynx --source [URL] Everything downloaded and installed so I logged off, ran xwmconfig and set it to gnome and then tried starting my xserver and my screen turns black with a single white dash in the corner. My keyboard doesn't respond (the lock lights won't turn on) and I'm stuck on this black page. I tried changing xwmconfig back to KDE and the same thing happens

View 14 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

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

Slackware :: New Install (Salix 13 Not Slack) Volume Wheel On Toshiba A205 Laptop Doesn't Work?

Mar 21, 2010

I am playing with SalixOS which is supposed to be entirely compatible with Slack. I've never put Slack proper on this laptop. It's run Ubuntu and Mandriva both and the volume wheel always works. It does not seem to be recognized in Salix. I figure the fix will be the same in Salix as Slackware so I'm asking here. The laptop is an A205 Toshiba Satellite.

View 2 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

Slackware :: Slackware 13.37 Doesn't Determine Monitor Size Correctly

Jun 12, 2011

I have a display problem since updating to Slackware 13.37. Everything was fine on Slackware 13.1, but when I switched to 13.37 some piece of software came up with the wrong monitor size. I have a 1600x900 LCD monitor but the X screen came up as 1024x768 with blackness on either side of it. Under Slackware 13.1 the X screen came up as 1600x900 as it should without any prompting from me; I didn't even have an Xorg.conf file. I tried using the Xorg.conf file which was needed and work for older Slackwares, eg 12.*, but it didn't work. (Saying it didn't work is a gross understatement! That old Xorg.conf completely screwed up mouse, keyboard, and monitor; the screen was flashing and nothing worked. The only way to get control back was to SSH into the machine from my laptop and reboot. Killing the X server via that SSH console did NOT the flashing or get me back to my console login; only reboot worked.)

I find I can get the screen to be the right size manually by going through KDE's "System Settings" --> "Display and Monitor" --> "Size & Orientation", then disabling "LVDS1" and setting VGA1 to 1600x900. The size of my odd-sized monitor is being correctly detected for the "Auto" choice. Upon reboot LVDS1 stays disabled but VGA1 reverts to 1024x768 so I have to do this each time.I've done some search of the on-line literature regarding the error messages I am seeing in the boot log.

People are suggesting changing all kinds of things to alleviate the side effects of the "conflicting" error message above, even modifying GRUB parameters (which won't work for me since I use LILO).So, I have a manual work around which I must do each time I log in. Does someone know how I can get X or KDE to force 1600x900 upon start (while Linux/X/whoever find and fix the problem) or does someone know of a real fix?

View 6 Replies View Related

Fedora :: Install Conky Forecast On F14?

Nov 19, 2010

How to install conky forecast on fedora 14?

View 4 Replies View Related

Ubuntu :: After Kernel Install Conky Does Not Run

Nov 24, 2010

I installed the 2.6.35-23-generic kernel yesterday and now conky doesn't run because there is a folder that is now missing. Conky runs at startup and when entering this in terminal:
conky -c /home/cavsfan/.conkyrc

I get this error
Code:
Conky: can't open '/sys/bus/platform/devices/coretemp.2/temp1_input': No such file or directory
please check your device or remove this var from Conky
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_context_free();
With the parameter:
context
being NULL. Please fix your program.
And sure enough folder coretemp.2 is missing:

Code:
cavsfan@cavsfan-MS-7529:~$ cd /sys/bus/platform/devices/
cavsfan@cavsfan-MS-7529:/sys/bus/platform/devices$ ls
coretemp.0 coretemp.3 Fixed MDIO bus.0 pcspkr
coretemp.1 f71882fg.2560 i8042 serial8250
cavsfan@cavsfan-MS-7529:/sys/bus/platform/devices$

How to get /sys/bus/platform/devices/coretemp.2/temp1_input back? The whole folder is missing and I have tried uninstalling lm-sensors, hddtemp without success. I do not understand why the folder would be missing after an update.

View 9 Replies View Related

Ubuntu :: How To Install Conky-colors 7.0

Aug 9, 2011

I'm getting very frustrated and confused with conky-colors. I was reading OMGubuntu, and saw that Conky Colors 7 had been release and it looked pretty [URL]pt to install it from that page, but got hopelessly confused. I would really just like some step by step, noob friendly instructions. I managed to do these first two steps though:"$sudo apt-get install aptitude python-keyring python-statgrab ttf-ubuntu-font-family hddtemp curl lm-sensors conky-all
$sudo chmod u+s /usr/sbin/hddtemp"

View 2 Replies View Related

Ubuntu :: Install Downloaded Themes For Conky?

Oct 9, 2010

how to install the themes for conky i have downloaded.

View 6 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

Slackware :: Slackware 13.37 Rtl8187b Doesn't Connect With Wep

Apr 28, 2011

I have a realtek 8187b devid 8189 and tried connect to a wep encrypted connection I "borrow" frequently using iwconfig first and it wouldn't connect then I installed wicd and it says bad password. I've connected successfully using multiple other distros, openbsd, os x, and windows. Anyone have any ideas what the problem could be?If you need anymore info I can boot into slack and write it down or something.

View 3 Replies View Related

Slackware :: Slackware Doesn't Recognize An Executable

Jul 27, 2010

there's a program I have that doesn't really install, you extract it to its folder, cd into it, then ./filename to start it. It works fine on my Debian install. But when I do this on Slackware, it just says 'no such file or directory'. The file most definitely is there, since ls shows it. the filename is only three letters long so I know I'm not mistyping it. I've tried in user and su. Any idea why it won't run?

View 14 Replies View Related







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