Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to install GKrellM?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
L1nux n00b
n00b
n00b


Joined: 23 Jun 2005
Posts: 24

PostPosted: Thu Jun 23, 2005 8:34 pm    Post subject: How to install GKrellM? Reply with quote

i downloaded it, but am stumped. it says for me to 'make' ?? i dont get it....:oops:

help...

-Balmung
_________________
i'm a nub :P
Back to top
View user's profile Send private message
ugus
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 213
Location: Darmstadt, Germany

PostPosted: Thu Jun 23, 2005 8:38 pm    Post subject: Reply with quote

why don't you use portage ?
try as root
Code:
emerge gkrellm
and let portage install it for you
_________________
while(!sleep())
{
sheep++;
}
My Desktop
Back to top
View user's profile Send private message
L1nux n00b
n00b
n00b


Joined: 23 Jun 2005
Posts: 24

PostPosted: Thu Jun 23, 2005 8:53 pm    Post subject: Reply with quote

thanks... now how do i run it? :P
_________________
i'm a nub :P
Back to top
View user's profile Send private message
ugus
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 213
Location: Darmstadt, Germany

PostPosted: Thu Jun 23, 2005 9:00 pm    Post subject: Reply with quote

in console tipp
Code:
gkrellm2 &

if you want to start it automatically after you started your computer

add as normal user in your .xinitrc following
Quote:

exec gkrellm2 &

now gkrellm should start together, as your window menager start up
_________________
while(!sleep())
{
sheep++;
}
My Desktop
Back to top
View user's profile Send private message
L1nux n00b
n00b
n00b


Joined: 23 Jun 2005
Posts: 24

PostPosted: Thu Jun 23, 2005 10:13 pm    Post subject: Reply with quote

1. how do i put it in there (i forgot the full path, don't i put echo "exec gkrellm2 &" > /etc/.xinitrc )
2. where is the themes folder, there is no /root/.gkrellm2
_________________
i'm a nub :P
Back to top
View user's profile Send private message
ugus
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 213
Location: Darmstadt, Germany

PostPosted: Thu Jun 23, 2005 10:28 pm    Post subject: Reply with quote

1-)
.xinitrc should be in /home/your_user_name

try this as normal user [not root !]
Code:

echo "exec gkrellm2 &" >>/home/your_user_name/.xinitrc
chmod u+x /home/your_user_name/.xinitrc

2-) for the themes:
you can install with
Code:
emerge gkrellm-themes

_________________
while(!sleep())
{
sheep++;
}
My Desktop
Back to top
View user's profile Send private message
L1nux n00b
n00b
n00b


Joined: 23 Jun 2005
Posts: 24

PostPosted: Thu Jun 23, 2005 10:36 pm    Post subject: Reply with quote

will do, but i have all my customized stuff on the root. can i change it over to another user?

-Balmung
_________________
i'm a nub :P
Back to top
View user's profile Send private message
ugus
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 213
Location: Darmstadt, Germany

PostPosted: Fri Jun 24, 2005 12:56 pm    Post subject: Reply with quote

you should then modify the user rights so that you can use it as normal user

try as root
Code:

cp -rf  /root/.gkrellm2 /home/your_user_name
chown -R your_user_name:users /home/your_user_name/.gkrellm2

_________________
while(!sleep())
{
sheep++;
}
My Desktop
Back to top
View user's profile Send private message
L1nux n00b
n00b
n00b


Joined: 23 Jun 2005
Posts: 24

PostPosted: Fri Jun 24, 2005 7:23 pm    Post subject: Reply with quote

ugus wrote:
you should then modify the user rights so that you can use it as normal user

try as root
Code:

cp -rf  /root/.gkrellm2 /home/your_user_name
chown -R your_user_name:users /home/your_user_name/.gkrellm2


thanks :)
_________________
i'm a nub :P
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum