Is there a way to configure psensor so the temperatures read out in real time in the panel so it could be read at a glance? So far, in order to read the temperature I have to click on the applet indicator. On 12.04 I had a Hardware Indicator Sensors by Alex Murray that did that job fine but it doesn't work in 14.04 (can anyone verify? I'm getting an "E: Unable to locate package indicator-sensors"). I ended up starting to use psensor again and it only shows the temp in Unity (my Unity is on auto hide).
2 Answers
See http://wpitchoune.net/blog/sensors-in-the-top-bar-of-the-desktop/.
It has been added in psensor since the release 1.0.2.
Basically, with a terminal:
sudo apt-add-repository ppa:jfi/ppa
sudo apt-get update
sudo apt-get install psensor

- 1,430
- 1
- 12
- 9
-
1Wow, it looks great. I can't wait. The nice thing about psensor is the notification alarms. Yeah, I could run indicator-sensors and psensor at the same time but I tend to like a cleaner panel. – LuckyBearing Apr 24 '14 at 05:44
-
11
-
1
-
-
1How do I get the temperatures to show up in the bar like the screenshot in the link has? – simbabque Aug 18 '15 at 14:43
-
1simbabque That is a so-called experimental setting you find in Sensor Preferences (not the main Preferences dialog), in the "Application Indicator" tab. – Paul Stelian Jan 08 '16 at 09:24
Try this: Go to your Dash and open Software and Updates. Go the other software tab and try to add it from there by pressing add. Add "ppa:alexmurray/indicator-sensors-daily" excluding the quotes and add. Check the box next to the source in the list of sources. Open a terminal and try:
sudo apt-get update
sudo apt-get install indicator-sensors
If that doesnt work, try to install it from Synaptic Package Manager.
(To get it): sudo apt-get install synaptic
Open Synaptic and search indicator-sensors. Right click on it and click Mark For Installation. Click Apply and let it install.

- 401
- 1
- 4
- 10
-
2
-
-
1
-
-
-
"sudo add-apt-repository ppa:alexmurray/indicator-sensors-daily" does work and it does show up in the Software & Updates under Other Software. The install results in an Unable to locate.
Manually adding the ppa in the Software and Updates is a no go either. Don't you need an http location? just adding "ppa:alexmurray/indicator-sensors-daily" does nothing and won't show up on the list or in Synaptics
– LuckyBearing Apr 18 '14 at 17:58 -
Try this then: I went into my apt cache and took the deb file for the indicator-sensors package. Install this deb from here: https://dl.dropboxusercontent.com/s/xbpy1zh8q0hm9to/indicator-sensors_0.7-1_amd64.deb?dl=1&token_hash=AAGl7nkz_JS6Uy3PDEaWkYpq8Jw9AV5Hn5f1nOxn9lfFMQ – shawn221 Apr 18 '14 at 18:15
-
I'm having the same problems as the OP. Something is wrong with that ppa. All other ppa:s work for me. – ajdev8 Apr 19 '14 at 19:24
-
The deb you provided is the saucy version from ppa:alexmurray/indicator-sensors/, I think, not the trusty version from ppa:alexmurray/indicator-sensors-daily/. – ajdev8 Apr 19 '14 at 19:26
-
2If you check "view package details" at ppa:alexmurray/indicator-sensors-daily/ you'll see that the trusty package did not build properly. – ajdev8 Apr 19 '14 at 19:43
-
So.. is there any update? I'm still getting "E: Unable to locate package indicator-sensors" from the daily ppa on 14.04 – user27401 Apr 23 '14 at 08:39
-
-
5Alex Murray has kindly updated his ppa and the trusty package is now available at https://launchpad.net/~alexmurray/+archive/indicator-sensors-daily – ajdev8 May 10 '14 at 02:46
lm-sensors hddtemp psensor
work better. – Léo Léopold Hertz 준영 Jan 01 '16 at 22:51