Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 14:25:51 -0600
From:      Jeremy Messenger <mezz7@cox.net>
To:        Franz Klammer <klammer@webonaut.com>
Cc:        gnome@freebsd.org
Subject:   Re: ligdesklets/Memory.py - get swap-info
Message-ID:  <opryle1deh8ckrg5@smtp.central.cox.net>
In-Reply-To: <3FB3D6AE.9000608@webonaut.com>
References:  <3FB3D6AE.9000608@webonaut.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 Nov 2003 20:08:30 +0100, Franz Klammer <klammer@webonaut.com> 
wrote:

> year!! here the changes in ligdesklets/Memory.py
> that makes swap display:

Hoho, good job and looks like you have found a bug of it. Can you report 
to gdesklets bugzilla? I won't be able to do anything with FreeBSD for now 
until late tonight or tomorrow. I have few tasks that need to be finish. 
Thanks! :-)

Cheers,
Mezz

>         elif (mode == 1):
>             total, used, free = glibtop.get_mem()[:3]
>
> should changed to:
>
>         elif (mode == 1):
>             total, used, free = glibtop.get_swap()[:3]
>
> franz.


-- 
bsdforums.org 's moderator, mezz.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opryle1deh8ckrg5>