-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

DisKMonitor

   0.3.1  

KDE Logging/Monitoring

Score 70%
DisKMonitor
zoom


DisKMonitor
zoom


DisKMonitor
zoom


Homepage:  Link
Downloads:  553
Submitted:  Feb 11 2015
Updated:  Apr 7 2015

Description:

KDE tools to monitor SMART devices and MDRaid health status




Changelog:

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




LicenseGPL
Arch(diskmonitor)
Source(diskmonitor)
Send to a friend
Subscribe
Other  Content  from papylhomme
Report inappropriate content



-
.

 Thank you

 
 by srog on: Feb 12 2015
 
Score 50%

Working fine with the Kubuntu 15.04 alpha2

KF 5.7.0


Reply to this

-

 Re: Thank you

 
 by papylhomme on: Feb 16 2015
 
Score 50%

Thanks for the feedback, hope you'll enjoy the applet too ;)


Reply to this

-

 App works but not widget

 
 by google01103 on: Feb 21 2015
 
Score 50%

error when adding widget "Error loading QML file: file:///user/share/plasma/plasmoids/org.pappylhomme.diskmonitor/contents/ui/main.qml:4:1: module "org.papylhomme.diskmonitor" is not installed"

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


Suse 13.1 x64, KDE 4.12.x
Reply to this

-

 Re: App works but not widget

 
 by papylhomme on: Feb 21 2015
 
Score 50%

Hello,

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 ?


Reply to this

-

 Re: Re: App works but not widget

 
 by google01103 on: Feb 21 2015
 
Score 50%

it installed in /usr/lib64/qml/org/papylhomme/diskmonitor/libdiskmonitor_qmlplugins.so

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


Suse 13.1 x64, KDE 4.12.x
Reply to this

-

 Re: Re: Re: App works but not widget

 
 by papylhomme on: Feb 21 2015
 
Score 50%

I forgot to update the README, for packaging I use :

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


Reply to this

-

 Re: Re: Re: Re: App works but not widget

 
 by google01103 on: Feb 21 2015
 
Score 50%

nice, works fine now but the cmake option I think should be in your cmake file

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


Suse 13.1 x64, KDE 4.12.x
Reply to this

-

 Re: Re: Re: Re: Re: App works but not widget

 
 by papylhomme on: Feb 23 2015
 
Score 50%

Hi,

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


Reply to this

-

 Re: Re: Re: Re: Re: Re: App works but not widget

 
 by google01103 on: Feb 23 2015
 
Score 50%

sweet - great enhancements

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,


Suse 13.1 x64, KDE 4.12.x

-

 Re: Re: Re: Re: Re: Re: App works but not widget

 
 by google01103 on: Feb 23 2015
 
Score 50%

sweet - great enhancements

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,


Suse 13.1 x64, KDE 4.12.x

-

 Re: Re: Re: Re: Re: Re: App works but not widget

 
 by google01103 on: Feb 23 2015
 
Score 50%

sweet - great enhancements

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,


Suse 13.1 x64, KDE 4.12.x

-

 Re: Re: Re: Re: Re: App works but not widget

 
 by papylhomme on: Feb 23 2015
 
Score 50%

Seems we reached the max indent level of kde-apps comments, I can't answer to your last comment ;)

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.


Reply to this

-

 Re: Re: Re: Re: Re: Re: App works but not widget

 
 by google01103 on: Feb 23 2015
 
Score 50%

As it is now in minimal you get the text of the device name and no way to display health status if there was an icon only option the drive and the health would both display and it would take up minimal space and still show health status, as it is now the label alone doesn't display status (sorry I think I just rambled way too much) But then the change in status might need to be accounted for if a change is now indicated by the disk label text color

PS change in color would be problematic for color blind people - flashing until clicked might be better

thanks,


Suse 13.1 x64, KDE 4.12.x

-

 Re: Re: Re: Re: Re: Re: App works but not widget

 
 by google01103 on: Feb 23 2015
 
Score 50%

just tested the small dev names and it, and as you said, "gives a nice and short display"


Suse 13.1 x64, KDE 4.12.x

-

 Re: Re: Re: Re: Re: App works but not widget

 
 by papylhomme on: Mar 4 2015
 
Score 50%

I've made some tests with the minimalist layout, but I wasn't able to obtain something I liked, so no change for 0.3 ;) Feel free to send some mockup if you have something in mind


Reply to this

-

 Re: Re: Re: Re: Re: Re: App works but not widget

 
 by google01103 on: Mar 4 2015
 
Score 50%

can't test till later but when compiling got a few unusual warnings:

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.


Suse 13.1 x64, KDE 4.12.x

-

 Re: Re: Re: Re: Re: Re: App works but not widget

 
 by google01103 on: Mar 4 2015
 
Score 50%

I think this would me a good minimal(which can be created with adjusting the size of small)

http://i.imgur.com/yHFNra9.jpg


Suse 13.1 x64, KDE 4.12.x

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team