summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:39:37 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:39:37 -0500
commit191c434271e705161fbd01ed83b6d043a275bffc (patch)
tree0919a0a91d56167a9d36bca3881c513006b68a9b /FAQ
downloadksensors-191c434271e705161fbd01ed83b6d043a275bffc.tar.gz
ksensors-191c434271e705161fbd01ed83b6d043a275bffc.zip
Initial import of ksensors 0.7.3 sources
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ17
1 files changed, 17 insertions, 0 deletions
diff --git a/FAQ b/FAQ
new file mode 100644
index 0000000..560df9b
--- /dev/null
+++ b/FAQ
@@ -0,0 +1,17 @@
+--------------------------------------------------------------------------------
+KSensors Frequent Asked Questions
+--------------------------------------------------------------------------------
+
+
+1. When I try to run KSensors nothing is displayed, no window and
+ no error message. But a ps or pstree shows a ksensors process.
+
+ Enable KDE System Tray applet before execute ksensors.
+ Menu KDE -> Panel Configuration -> Add -> Applet -> System Tray
+
+2. I'm compiling KSensors in KDE 3.x, and configure does not find qt3 libraries.
+
+ Add qt3 dir path to ./configure, for example:
+
+ ./configure --prefix=/opt/kde3 --with-qt-dir=/usr/lib/qt3
+