summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-01-14 13:48:58 +0100
committergregory guy <gregory-tde@laposte.net>2020-01-14 14:23:26 +0100
commite383a9d6aecec8ed53d1a0f3ce804f1ce550476f (patch)
tree5a11c98785f9537985f25c5f83f03d7f34fccb7c /FAQ
parent862f549cc83f137a6eebba5c7af6d2d14cf6c098 (diff)
downloadksensors-e383a9d6aecec8ed53d1a0f3ce804f1ce550476f.tar.gz
ksensors-e383a9d6aecec8ed53d1a0f3ce804f1ce550476f.zip
Drop automake build support.
Add basic cmake build instructions. Delete LEEME, LIESMICH and LISEZMOI files. Delete empty file NEWS. Rework of the FAQ, INSTALL and README files. Add detection for the lm-sensors and math libc libraries. Move the ksensors.desktop file into XDG_APPS_INSTALL_DIR directory, see TDE/tde#26 and bug 2408. Add French description and comments in the ksensors.desktop file. Some cosmetics here and there. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ11
1 files changed, 6 insertions, 5 deletions
diff --git a/FAQ b/FAQ
index 142044a..f68abb4 100644
--- a/FAQ
+++ b/FAQ
@@ -9,9 +9,10 @@ KSensors Frequent Asked Questions
Enable TDE System Tray applet before execute ksensors.
Menu TDE -> Panel Configuration -> Add -> Applet -> System Tray
-2. I'm compiling KSensors in TDE, and configure does not find TQt libraries.
-
- Add TQt dir path to ./configure, for example:
-
- ./configure --prefix=/opt/trinity --with-qt-dir=/opt/trinity/lib/tqt
+2. Which lm-sensors modules do I need for my motherboard?
+ Run the script: sensors-detect
+ Please read the warning in the man page before (man sensors-detect).
+3. How to set SUID bit for hddtemp file?
+ chmod +s hddtemp
+ WARNING: Setting suid bit can be a security flaw.