Andrej N. Gritsenko wrote on 01/02/2016 09:15 PM:
>      Hello!
>
> U.Mutlu has written on Saturday,  2 January, at 20:57:
>> Henry Gebhardt wrote on 01/02/2016 06:00 PM:
>>>>>> On 12/29/2015 02:41 PM, U.Mutlu wrote:
>>>>>>> I had to upgrade my kernel from 3.16 to 4.2 (from debian backports),
>>>>>>> but now the Temperature Monitor applet shows constant -273°C
>>>>>>> whereas the CLI tool sensors just shows +42.0°C.
>
>>> What version of lxpanel are you using?
>
>> # dpkg -l | grep -i lxpanel
>> ii  lxpanel       0.7.2-1  amd64  LXDE panel
>> ii  lxpanel-data  0.7.2-1  all    LXDE panel (data files)
>
>      0.7.2 is a bit outdated now that 0.8.1 is last release and 0.8.2 is
> planned to be released later. The version 0.8.1 is in the testing Debian
> repository, no backports were ever requested, and now I remember that in
> version 0.8.1 some fixes were added which I believe addressed your issue
> so if you can build a package 0.8.1 from source (making local backport,
> it should build just fine using debuild) then you'll get it fixed.

Ok, using your info I've managed to create a local backport by following
the steps on this page: https://wiki.debian.org/SimpleBackportCreation.
Ie. using the 0.8.1 sources from the upcoming Debian 9 repo (ie. Testing aka 
'stretch').
It has created these deb files:
   lxpanel_0.8.1-1~bpo80+1_amd64.deb
   lxpanel-data_0.8.1-1~bpo80+1_all.deb
   lxpanel-dbg_0.8.1-1~bpo80+1_amd64.deb

Then installed them (except the dbg):
  # dpkg -i lxpanel_0.8.1-1~bpo80+1_amd64.deb 
lxpanel-data_0.8.1-1~bpo80+1_all.deb

and have restarted the machine.
Now the Temp Monitor shows the correct value!

And it has modified some of the config data (esp. the WarningTemps, cf. prv. 
posting; yes I know one can also change them by clicking into its settings in 
the GUI):

Plugin {
   type=thermal
   Config {
     NormalColor=#00ff00
     Warning1Color=#fff000
     Warning2Color=#ff0000
     AutomaticLevels=1
     Warning1Temp=90
     Warning2Temp=95
     AutomaticSensor=1
   }
}

Thx Andrej & all the others.




------------------------------------------------------------------------------
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to