/usr/share/app-install/desktop/gsmartcontrol:gsmartcontrol.desktop is in app-install-data 0.12.04.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | [Desktop Entry]
X-AppInstall-Package=gsmartcontrol
X-AppInstall-Popcon=574
X-AppInstall-Section=universe
# 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=su-to-root -X -c gsmartcontrol
# Build service rpmlint gives errors without this
X-SuSE-translate=false
X-Ubuntu-Gettext-Domain=app-install-data
|