diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-01-14 13:48:58 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-01-14 14:23:26 +0100 |
commit | e383a9d6aecec8ed53d1a0f3ce804f1ce550476f (patch) | |
tree | 5a11c98785f9537985f25c5f83f03d7f34fccb7c /FAQ | |
parent | 862f549cc83f137a6eebba5c7af6d2d14cf6c098 (diff) | |
download | ksensors-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-- | FAQ | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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. |