


Plasma 4 Extensions by jaegerschnitzel 1069 comments
I'm wondering if anyone who's used this has put together a xml format page to take data from Weather Underground (wunderground.com).
I'm looking at playing around with the xml to do it myself, but I thought I'd check first. Thanks! - Jun 16 2010

Plasma 4 Extensions by smihael 124 comments
Could not locate the sk_cm901x package required for the CrystalMonitor
I'm currently running KDE4.3, is this the problem, or is there something else wrong? - Aug 20 2009

Plasma 4 Extensions by cfigura 12 comments
I've uploaded an updated version, and that should work. Let me know -
-C - Mar 14 2009

Plasma 4 Extensions by cfigura 12 comments
Thanks for the comments. Unfortunately, you've found the one problem that I was aware of - difficulty with specifying path.
When I originally wrote the clock (as a non-plasmoid), I used sys.path[0] to specify the location of the images and the configuration file. I've found that that doesn't work under plasma, and haven't been able to find a solution. I was hoping that the .kde directory structure was universal enough that I could specify from there, and it seemed to work on several different machines here.
If anyone has any recommendations on that front, that would be appreciated.
Otherwise, the path is specified in the second line of main.py - I'd edit it after installation (rather than unzipping, editing, rezipping and installing). If you do a 'locate NixieClock' after installing the script, you should be able to find out where it was installed, and modify main.py appropriately.
Let me know if you have further problems! - Mar 14 2009

Plasma 4 Extensions by yoalieh2 5 comments
- Feb 16 2009

Plasma 4 Extensions by smihael 124 comments
The Crystal.theme has the following for the CPU temperature sensor:
text x=260 y=48 sensor=program program="sensors | grep Core0| cut -f2 -d+ | cut -c -6" interval=50000 color=220,220,220 align=right
Sensors reports my two cores as 'Core 0' and 'Core 1' - so by replacing the 'Core0' by 'Core 0', it works just fine.
- Oct 16 2008

Plasma 4 Extensions by smihael 124 comments
- Oct 15 2008

Plasma 4 Extensions by smihael 124 comments
Genuine Intel(R) CPU T2500 @ 2.
...
It's a great plasmoid - I'd just love to get the CPU temperature fixed!
Thanks! - Oct 12 2008

Plasma 4 Extensions by svenstorp 130 comments

Plasma 4 Extensions by svenstorp 130 comments
Quote:
-- Install configuration: "Debugfull"
-- Installing: /lib/kde4/plasma_applet_quicklauncher.so
-- Installing: /share/kde4/services/plasma-applet-quicklauncher.desktop
Now I can't get it to add to my widget list! I go to 'add widget -> install new widgets -> install from file -> plasmoid: Native plasma widget'. I've tried looking in the install directories, nothing comes up. Any thoughts on this? - Oct 06 2008

Plasma 4 Extensions by svenstorp 130 comments
Quote:
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:72 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/cfigura/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:3 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
make: *** No rule to make target `clean'. Stop.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
Does anyone have any ideas? Help? - Oct 05 2008