mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 13:55:34 +00:00
Linux Software RAID devices are blacklisted now. (backported from Debian).
Attributes tab is before the capabilities tab now.
A man page has been generously contributed by Giuseppe Iuculano
<giuseppe@iuculano.it>.
Smartctl version now includes the CVS snapshot date (if available).
Windows: Look for "smartctl-nc.exe" instead of "smartctl.exe" by default.
Windows: Use smartmontools-supplied smartctl-nc.exe by default (if found).
Other minor changes (mainly Debian backports).
30 lines
782 B
Desktop File
30 lines
782 B
Desktop File
[Desktop Entry]
|
|
|
|
# desktop file version
|
|
Version=1.0
|
|
Type=Application
|
|
|
|
Categories=System;Monitor;
|
|
|
|
Name=GSmartControl
|
|
# short description, usually shown in parentheses after Name
|
|
GenericName=Hard Disk Health Inspection
|
|
# tooltip
|
|
Comment=Monitor and control SMART data on hard disks
|
|
|
|
# If it's a name only, it looks for "name.[png|xpm]" file in
|
|
# $XDG_DATA_DIRS/icons and /usr/share/pixmaps.
|
|
# An absolute file path is also supported.
|
|
Icon=gsmartcontrol
|
|
|
|
# Run with root permissions. This should work with newer GNOME too.
|
|
# It _should_ work with kde, but it hangs on mine, so use plain kdesu.
|
|
#X-KDE-SubstituteUID=true
|
|
#X-KDE-RootOnly=true
|
|
|
|
# Run with root permissions.
|
|
Exec="@prefix@/bin/gsmartcontrol-root"
|
|
|
|
# Build service rpmlint gives errors without this
|
|
X-SuSE-translate=false
|