Page 1 of 1

Monitors Plugin doesn't see RAM

Posted: Thu May 15, 2014 10:34 am
by lodger
Hello,
since I have update the kernel (3.14.3-200.fc20.i686), the monitor plugin (/usr/lib/lxpanel/plugins/monitors.so) of LXPANEL doen't works good: it doesn't watch the RAM (is always 0).
with old kernel (3.11.10-100) it works.

why? Is available an update of monitors.so?

Code: Select all

$ lxpanel --version
lxpanel 0.6.1

# yum update lxpanel
Plugin abilitati:langpacks, refresh-packagekit
No packages marked for update
i tried to compile LXPANEL 0.6.2 but it says errore:

Code: Select all

configure: error: Package requirements ( gtk+-2.0 >= 2.16.0              gio-unix-2.0              gthread-2.0              gmodule-2.0              libmenu-cache) were not met:

No package 'gtk+-2.0' found
No package 'gio-unix-2.0' found
No package 'gthread-2.0' found
No package 'gmodule-2.0' found
No package 'libmenu-cache' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PACKAGE_CFLAGS
and PACKAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
in YUM there isn't gtk+2.0

Code: Select all

# yum install gtk+
Plugin abilitati:langpacks, refresh-packagekit
Il pacchetto 1:gtk+-1.2.10-76.fc20.i686 è già installato e aggiornato all'ultima versione
Niente da fare

# yum update gtk+
Plugin abilitati:langpacks, refresh-packagekit
No packages marked for update

Thanks.

Re: Monitors Plugin doesn't see RAM

Posted: Sun Jun 08, 2014 6:51 am
by sergeiki
I get same error. Monitors plugin have not showed RAM in spring )
I have HP-Mini 110 netbook with Fedora 20 and LXDE. Filesystem is btrfs.

$ uname -a
Linux f20 3.14.5-200.fc20.i686 #1 SMP Mon Jun 2 15:03:19 UTC 2014 i686 i686 i386 GNU/Linux

In MATE the System Monitor Preferences plugin shows RAM normally.

If I have booted in rescue configuration then RAM is shown as early:
$ uname -a
Linux f20 3.11.10-301.fc20.i686 #1 SMP Thu Dec 5 14:21:31 UTC 2013 i686 i686 i386 GNU/Linux

$ lxpanel --version
lxpanel 0.6.1

Thanks.