
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
KDE tools to monitor SMART devices and MDRaid health status
5 years ago
Version 0.3.1:
+ Applet : add icons only layout
+ App : add ability to cancel SMART tests and MDRaid scrubbing
+ App : add some confirmation dialogs
+ App : add persistence of main window's geometry
* App : fix a segfault with removed storage units
Version 0.3:
+ Applet : move configuration to plasma config (context menu)
+ Applet : add customization via layouts and other options
+ Add localization support
+ Add french language
Version 0.2:
+ Add settings to configure appearance
+ Add settings to configure SMART sensitive attributes
+ Add Plasma applet to monitor the storage units
+ Notify when the health status has changed
Version 0.1:
* First release, features the main application
5 years ago
Version 0.3.1:
+ Applet : add icons only layout
+ App : add ability to cancel SMART tests and MDRaid scrubbing
+ App : add some confirmation dialogs
+ App : add persistence of main window's geometry
* App : fix a segfault with removed storage units
Version 0.3:
+ Applet : move configuration to plasma config (context menu)
+ Applet : add customization via layouts and other options
+ Add localization support
+ Add french language
Version 0.2:
+ Add settings to configure appearance
+ Add settings to configure SMART sensitive attributes
+ Add Plasma applet to monitor the storage units
+ Notify when the health status has changed
Version 0.1:
* First release, features the main application
google01103
6 years ago
The main.qml module exists and is in that folder, also the app works
Could the issue be that it was build in KDE4 not Plasma 5? The test was in Plasma 5
running openSUSE 13.2 x64
Nice app
Report
papylhomme
6 years ago
it's more likely related to the install location of the qml plugin (files qmldir and libdiskmonitor_qmlplugins.so).
On my Arch box, they're installed in /usr/lib/qt/qml/org/papylhomme/diskmonitor, I can find other KDE5 related plugins in /usr/lib/qt/qml/org/kde/... Where are they located on your side ?
Report
google01103
6 years ago
on my system the other plugins are in /usr/lib64/qt5/qml/org/kde/ (inc activities, baloo, milou, plasma and others)
just to be sure I compiled from within Plasma 5, seems an issue with environmental variable
Report
papylhomme
6 years ago
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
Please remove the build dir and try to recompile using
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
Report
google01103
6 years ago
comment about the widget it doesn't shrink well - it needs too much desktop space to display properly, text and health icons are too large
I assume the "run the associated app" icon is not yours but it is not descriptive of its purpose
Report
papylhomme
5 years ago
Report
google01103
5 years ago
http://i.imgur.com/yHFNra9.jpg
Report
google01103
5 years ago
Quote:make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Warning: File '../settings/configdialog.cpp' has modification time 404 s in the future
warning: Clock skew detected. Your build may be incomplete.
Report
papylhomme
6 years ago
I pushed the new option to truncate the device name, it gives a nice and short display!
For the second point, I don't see what you mean ?
And for the question, drive label change color to red (well, the errorColor color) if the unit is failing. I updated the README, there is a small part at the end about testing the monitoring feature with a fake raid array.
Report
google01103
6 years ago
Report
google01103
6 years ago
PS change in color would be problematic for color blind people - flashing until clicked might be better
thanks,
Report
papylhomme
6 years ago
I've pushed new commits on the master branch, shrinking is working better and there is also some changes to reduce screen space usage. The toolbar has gone (actions are in the context menu) and you can choose from different layout in the applet configuration (big, small and minimalistic).
I'm not releasing a new version now as I have some cleanup and doc to do, but you can already test the new features if you wish
Report
google01103
6 years ago
couple things:
- option to remove the "/dev" string
- the minimal appearance, how about just drive and health icons then there'd be a visible que that there is a drive problem
q - what happens when there's a health status change? particularly with minimal view w/o icons
thanks,
Report
google01103
6 years ago
couple things:
- option to remove the "/dev" string
- the minimal appearance, how about just drive and health icons then there'd be a visible que that there is a drive problem
q - what happens when there's a health status change? particularly with minimal view w/o icons
thanks,
Report
google01103
6 years ago
couple things:
- option to remove the "/dev" string
- the minimal appearance, how about just drive and health icons then there'd be a visible que that there is a drive problem
q - what happens when there's a health status change? particularly with minimal view w/o icons
thanks,
Report
srog
6 years ago
KF 5.7.0
Report
papylhomme
6 years ago
Report