System monitor on the panel;

System monitor on the panel;

Postby worik on Tue May 01, 2012 8:28 pm

Friends

Can I get System Monitor on the panel?

Back in the good old days I had a graphical representation of CPU use (idle/IO Wait/Busy) and memory (free/buffer/used) and swap on my panel. I used it a lot as I drive my computer very hard and I relly need convenient feedback on how it is doing.

cheers
Worik
worik
Level 1
Level 1
 
Posts: 13
Joined: Mon Oct 24, 2011 5:02 pm

Linux Mint is funded by ads and donations.
 

Re: System monitor on the panel;

Postby AJ1000 on Wed May 02, 2012 2:18 am

Have you tried Conky?

http://en.wikipedia.org/wiki/Conky_(software)

It does not work on the panel, but I found it better than system monitor.

However, if that is not an option there is a system monitor applet.

AJ1000
AJ1000
Level 2
Level 2
 
Posts: 60
Joined: Mon Dec 12, 2011 5:10 am

Re: System monitor on the panel;

Postby worik on Wed May 02, 2012 3:53 am

AJ1000 wrote:Have you tried Conky?

http://en.wikipedia.org/wiki/Conky_(software)

It does not work on the panel, but I found it better than system monitor.

However, if that is not an option there is a system monitor applet.

AJ1000


How do I install the system monitor applet? I cannot find it. Or a battery indicator applet..

Worik
worik
Level 1
Level 1
 
Posts: 13
Joined: Mon Oct 24, 2011 5:02 pm

Re: System monitor on the panel;

Postby xpander on Wed May 02, 2012 11:30 am

update to newer mate packages
http://wiki.mate-desktop.org/download

they are all there.

make sure mate-applets and mate-applets-common are installed
Linux Gaming Videos: http://www.youtube.com/user/Xpander666?feature=mhee
-----------
Gfire - Xfire For Pidgin
User avatar
xpander
Level 3
Level 3
 
Posts: 158
Joined: Mon Sep 26, 2011 5:59 am

Re: System monitor on the panel;

Postby worik on Wed May 02, 2012 11:44 pm

xpander wrote:update to newer mate packages
http://wiki.mate-desktop.org/download

they are all there.

make sure mate-applets and mate-applets-common are installed


I went to that page and followed the instructions. Until I got to the line:

sudo apt-get install mate-core

The result was:
Code: Select all
The following packages have unmet dependencies:
 mate-core : Depends: atril but it is not going to be installed
             Depends: engrampa but it is not going to be installed
             Depends: ffmpegthumbnailer-caja but it is not going to be installed
             Depends: mate-applets but it is not going to be installed
             Depends: eom but it is not going to be installed
             Depends: mate-power-manager but it is not going to be installed
             Depends: mate-screensaver but it is not going to be installed
             Depends: mate-system-monitor but it is not going to be installed
             Depends: mate-text-editor but it is not going to be installed


A bit stuck now...

Worik
worik
Level 1
Level 1
 
Posts: 13
Joined: Mon Oct 24, 2011 5:02 pm

Re: System monitor on the panel;

Postby worik on Thu May 03, 2012 12:05 am

Asking for...

mate-applets: Depends: libc6 (>= 2.15) but 2.13-20ubuntu5.1 is installed.


Thi sis the first error from
sudo aptitude install mate-core


Worik
worik
Level 1
Level 1
 
Posts: 13
Joined: Mon Oct 24, 2011 5:02 pm

Re: System monitor on the panel;

Postby xpander on Thu May 03, 2012 10:42 am

all ur system updates were done?
Linux Gaming Videos: http://www.youtube.com/user/Xpander666?feature=mhee
-----------
Gfire - Xfire For Pidgin
User avatar
xpander
Level 3
Level 3
 
Posts: 158
Joined: Mon Sep 26, 2011 5:59 am

Re: System monitor on the panel;

Postby worik on Thu May 03, 2012 7:17 pm

xpander wrote:all ur system updates were done?


Yes.

Entirely up to date.

Worik
worik
Level 1
Level 1
 
Posts: 13
Joined: Mon Oct 24, 2011 5:02 pm

Re: System monitor on the panel;

Postby worik on Thu May 03, 2012 10:07 pm

xpander wrote:all ur system updates were done?


Here is my sources.list

deb http://packages.linuxmint.com/ lisa main upstream import
deb http://archive.ubuntu.com/ubuntu/ oneiric main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ oneiric-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ oneiric partner
deb http://packages.medibuntu.org/ oneiric free non-free

deb http://archive.getdeb.net/ubuntu oneiric-getdeb apps
deb http://archive.getdeb.net/ubuntu oneiric-getdeb games
deb http://packages.mate-desktop.org/repo/ubuntu precise main
deb-src http://packages.mate-desktop.org/repo/ubuntu precise main

cheers
Worik
worik
Level 1
Level 1
 
Posts: 13
Joined: Mon Oct 24, 2011 5:02 pm

Re: System monitor on the panel;

Postby xpander on Thu May 03, 2012 11:37 pm

ur mate repo is precise main on Mint 12?
it should be oneiric

also check that file ( sudo gedit /etc/apt/preferences) - should look something like that:
Package: *
Pin: release o=linuxmint
Pin-Priority: 700

Package: *
Pin: origin packages.linuxmint.com
Pin-Priority: 700

Package: *
Pin: release o=Ubuntu
Pin-Priority: 500

Package: *
Pin: origin packages.mate-desktop.org
Pin-Priority: 700
Linux Gaming Videos: http://www.youtube.com/user/Xpander666?feature=mhee
-----------
Gfire - Xfire For Pidgin
User avatar
xpander
Level 3
Level 3
 
Posts: 158
Joined: Mon Sep 26, 2011 5:59 am

Re: System monitor on the panel;

Postby worik on Sun May 06, 2012 12:57 am

xpander wrote:ur mate repo is precise main on Mint 12?
it should be oneiric


That was added at the suggestion of http://wiki.mate-desktop.org/download#ubuntu

xpander wrote:also check that file ( sudo gedit /etc/apt/preferences) - should look something like that:
Package: *
Pin: release o=linuxmint
Pin-Priority: 700

Package: *
Pin: origin packages.linuxmint.com
Pin-Priority: 700

Package: *
Pin: release o=Ubuntu
Pin-Priority: 500

Package: *
Pin: origin packages.mate-desktop.org
Pin-Priority: 700


Here is mine, that is as far as I can tell the same

$ cat /etc/apt/preferences
Package: *
Pin: release o=linuxmint
Pin-Priority: 700

Package: *
Pin: origin packages.linuxmint.com
Pin-Priority: 700

Package: *
Pin: release o=Ubuntu
Pin-Priority: 500

Package: *
Pin: origin packages.mate-desktop.org
Pin-Priority: 700
worik
Level 1
Level 1
 
Posts: 13
Joined: Mon Oct 24, 2011 5:02 pm

Re: System monitor on the panel;

Postby worik on Sun May 06, 2012 1:32 am

I am running MATE Desktop Environment 2011.11.03

Worik
worik
Level 1
Level 1
 
Posts: 13
Joined: Mon Oct 24, 2011 5:02 pm

Re: System monitor on the panel;

Postby xpander on Sun May 06, 2012 3:37 am

i mean check ur sources list again

u have there:
deb http://packages.mate-desktop.org/repo/ubuntu precise main
deb-src http://packages.mate-desktop.org/repo/ubuntu precise main

but it should be:
deb http://packages.mate-desktop.org/repo/ubuntu oneiric main
deb-src http://packages.mate-desktop.org/repo/ubuntu oneiric main

if u have mint 12.

change that and run update and then try to install update ur mate packages again
Linux Gaming Videos: http://www.youtube.com/user/Xpander666?feature=mhee
-----------
Gfire - Xfire For Pidgin
User avatar
xpander
Level 3
Level 3
 
Posts: 158
Joined: Mon Sep 26, 2011 5:59 am

Re: System monitor on the panel;

Postby worik on Sun May 06, 2012 6:59 pm

xpander wrote:i mean check ur sources list again

u have there:
deb http://packages.mate-desktop.org/repo/ubuntu precise main
deb-src http://packages.mate-desktop.org/repo/ubuntu precise main

but it should be:
deb http://packages.mate-desktop.org/repo/ubuntu oneiric main
deb-src http://packages.mate-desktop.org/repo/ubuntu oneiric main

if u have mint 12.

change that and run update and then try to install update ur mate packages again


Bingo. I added the wrong repository. I folowed the wrong set of instructions.

I now cannot boot using the default kernel (3.0.0-19) but using 3.0.0-17 all is cool.

But all else is looking good.

Thankyou for your help. I am very comfortable with a familiar user interface

Worik
worik
Level 1
Level 1
 
Posts: 13
Joined: Mon Oct 24, 2011 5:02 pm

Linux Mint is funded by ads and donations.
 

Return to MATE

Who is online

Users browsing this forum: No registered users and 4 guests