
virtual_hdd_led
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:Bugfixes:
- save diskname fixed
- compile fix for older kde4 versions
- update devicename after change if disk not found too
- geometry fixes
Features:
+ displaying icon instead plain color added (color only still available)
Ratings & Comments
11 Comments
Are there any plans for a plasma5 version of this? I would be very interested.
and a opensuse Leap 42.1 rpm
Simple but usefull plasmoid! When I've bought my PC case few years ago, I've choose one with LCD to show status (fans speed, hdd/net/cd acctivity, temp, time, calendar, etc.) but since my PC is on the flood I don't see it so this app helps me a lot when I want to check if my HDD is doing something or not.
Can not change color for "Read Color". virtual_hdd_led.cpp: ... if (Status == Read) { StatusColor = Qt::green; ... ?!
Fixed in svn (kde svn /playground/base/plasma/applets/virtual_hdd_led).
Can not change color for "Read Color". virtual_hdd_led.cpp: ... if (Status == Read) { StatusColor = Qt::green; ... ?!
Compiled fine here (Mepis 8.5 upgraded to KDE 4.4 from unstable). However, my choice of drive (trying for hdc) will not stick - the widget only shows sda. Other settings (draw device name/draw border) stick and the display updates, but not the choice of drive.
> KDE 4.4 from unstable). However, my choice of drive (trying for hdc) will not stick - the widget only shows sda. Other settings (draw device name/draw border) stick and the display updates, but not the choice of drive. This is fixed in 0.5.
Yes, it is. Thanks!
> -- After cmake complained about cmake_minimum_required(VERSION 2.8) missing in CMakeLists.txt I added the line and tried again. > > This gave the error: > > CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE): > ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/tol/.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:5 (find_package) You have to install kdebase and kdelibs development package first.
After cmake complained about cmake_minimum_required(VERSION 2.8) missing in CMakeLists.txt I added the line and tried again. This gave the error: CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/tol/.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:5 (find_package) I haven't compiled a package for years so I have no idea of how cmake works.