LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Closed Thread
  Search this Thread
Old 09-15-2002, 04:18 AM   #121
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69

That looks REALLY good, how do you guys get your kicker to shrink like that so it's not taking up the entire width of the screen?

Cool
 
Old 09-15-2002, 04:46 AM   #122
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
It's in the Panel control center module in kde3.1, I removed my task bar, created an external taskbar (on the right -->) and then set the panel to max size 75% centered and max size 25% centered for the external taskbar.
 
Old 09-15-2002, 06:00 AM   #123
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Rep: Reputation: 30
People I have dowloaded gkrellm-1.2.13.tar.gz, unpacked it,
make; make install ( it don't need configure )
But it shows some error, what maybe wrong?
thnx
 
Old 09-15-2002, 06:10 AM   #124
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
rebuild it with "make debug=1" then run it in an xterm to see the error message.
 
Old 09-15-2002, 06:17 AM   #125
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Rep: Reputation: 30
Well there are a lot of errors....
 
Old 09-15-2002, 06:22 AM   #126
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
Post em buddy. Depends on what errors on where to go next.

Cool
 
Old 09-15-2002, 06:58 AM   #127
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Rep: Reputation: 30
Wait a minute..... How can I do that?
 
Old 09-15-2002, 07:01 AM   #128
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
Highlight them, and then click the middle button to paste. If you have no middle button, use both mouse buttons at the same time.

Cool
 
Old 09-15-2002, 07:06 AM   #129
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Rep: Reputation: 30
Here it is:

[root@ ~gkrellm-1.2.13]# make debug=1
(cd po && make all)
make[1]: Вход в каталог `/root/tmp/gkrellm-1.2.13/po'
make[1]: Цель `all' не требует выполнения команд.
make[1]: Выход из каталог `/root/tmp/gkrellm-1.2.13/po'
(cd src && make GTOP_LIBS= GTOP_INCLUDE= gkrellm)
make[1]: Вход в каталог `/root/tmp/gkrellm-1.2.13/src'
cc -Wall -O2 -I.. `gtk-config --cflags gthread` `imlib-config --cflags-gdk` -g -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" -c -o main.o main.c
/bin/sh: imlib-config: command not found
In file included from main.c:29:
gkrellm.h:36: gdk_imlib.h: No such file or directory
make[1]: *** [main.o] Ошибка 1
make[1]: Выход из каталог `/root/tmp/gkrellm-1.2.13/src'
make: *** [all] Ошибка 2
P.S I have russian locale in Linux
 
Old 09-15-2002, 07:13 AM   #130
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
You need to install imlib.
 
Old 09-15-2002, 07:31 AM   #131
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Rep: Reputation: 30
I have installed imlib, so there were no errors during install. But the I start gkrellm: 'gkrellm' and it says:
[root@ ~gkrellm-1.2.13]# gkrellm
gkrellm: error while loading shared libraries: libgdk_imlib.so.1: cannot open shared object file: No such file or directory
So I have to install libgdk as I understand?
 
Old 09-15-2002, 07:38 AM   #132
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
Try running ldconfig && updatedb first. libgdk_imlib is part of imlib, make sure the path to libimlib is in /etc/ld.so.conf and then run the above steps (ldconfig && updatedb).
 
Old 09-15-2002, 07:40 AM   #133
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Rep: Reputation: 30
There are no problems now people, I' v just installed the latest version of imlib
Does gkrellm takes mauch memory?
thnx for info Aussie and MasterC
 
Old 09-15-2002, 07:44 AM   #134
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
Quote:
Originally posted by nautilus_1987
Does gkrellm require a lot of memory? <edited a bit>
Nope It's good on resources, just does a bit of monitoring is all.

Cool

Last edited by MasterC; 09-15-2002 at 07:46 AM.
 
Old 09-15-2002, 07:59 AM   #135
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Rep: Reputation: 30
Oh that is good becuase I have only 128 MBRAM
MasterC How many do you have?
 
  


Closed Thread

Tags
apt, beryl, compiz, gentoo, repository, screenshot, xgl, yum



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
plz post a link to get cedega Rangerboy567 Linux - Games 6 04-25-2005 04:29 PM
What is this system monitor program (link to screenshot included) enigma Z Linux - Software 3 09-06-2004 06:08 PM
Post a link to your pic Joey.Dale General 7 09-03-2004 05:06 PM
Post your screenshot bpk General 6 01-25-2004 08:01 AM
Can you post a screenshot of this? ICO General 1 01-18-2004 02:48 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 10:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration