Em 06-07-2012 23:06, Bruce Dubbs escreveu:
> Fernando de Oliveira wrote:
>> Em 06-07-2012 18:45, Bruce Dubbs escreveu:
>>> In KDE3, I had a system applet that was a small histogram of cpu usage
>>> (load), memory use, and swap use.
>>>
>>> Does anyone have a suggestion for a similar app for xfce?  I could use
>>> the xload app, but that's a little too simple.
> 
>> After I started switching WM's, I decided to stick to conky *and*
>> gkrellm for all.
> 
> After I posted the above, I built gkrellm and it seems to do what I 
> want.  I'll keep conky in mind.

Both are good, but in either I got undesired results. At this moment, I
remember one that has always bothered me:

In top:
Tasks: 103 total,   1 running, 102 sleeping,   0 stopped,   0 zombie

In conky:
Processes: 103 Running: 0 (sometimes switches to 1)

In gkrellm:
172 procs

> BTW, I gkrellm does not use configure and I had to make a minor change 
> to the src/Makefile (added -lgmodule-2.0 to X11_LIBS).
> 
>    -- Bruce

I have not needed -lgmodule-2.0 before, but just tested and it was
necessary:

LDFLAGS='-lgmodule-2.0' make -j4 LOCALEDIR=/usr/share/locale

and install with:

make PREFIX=/usr install                                    &&
install -Dm644 "server/gkrellmd.conf" "/etc/gkrellmd.conf"  &&
install -Dm755 "server/gkrellmd" "/etc/rc.d/gkrellmd"       &&
install -Dm644 COPYING "/usr/share/licenses/gkrellm/COPYING"

Got the instructions from ArchLinux.

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to