
virtual_hdd_led
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This applet shows the activity and the current status of the selected harddisk.
10 years ago
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)
10 years ago
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)
cw9000
4 years ago
Report
cw9000
4 years ago
Report
xeros
10 years ago
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.
Report
deka
10 years ago
virtual_hdd_led.cpp:
...
if (Status == Read) {
StatusColor = Qt::green;
...
?!
Report
crissi
10 years ago
Report
deka
10 years ago
virtual_hdd_led.cpp:
...
if (Status == Read) {
StatusColor = Qt::green;
...
?!
Report
irvcobb
10 years ago
Report
crissi
10 years ago
This is fixed in 0.5.
Report
irvcobb
10 years ago
Report
crissi
10 years ago
>
> 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.
Report
tanghus
10 years ago
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.
Report