Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
group games
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
oscarandrea
Apprentice
Apprentice


Joined: 27 Nov 2015
Posts: 182
Location: Italy/Cosenza

PostPosted: Tue Feb 09, 2016 6:18 pm    Post subject: group games Reply with quote

Hello, today I installed gnuchess but my user was not able to start it ( it did not appear on it dmenu terminal ) I noticed that the group games on my system does not exist so I created a group
Code:

 sudo groupadd games


and I added my user ( gentoo )
Code:
 sudo  gpasswd --add gentoo games

obviously I rebooted , what do I do now ?
thanks :D
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Tue Feb 09, 2016 7:12 pm    Post subject: Reply with quote

oscarandrea ...

before doing that I would have looked to see the ownership of the 'gunchess' executable was. If its installed as having the gid of 'games' then I would expect pkg_postinst() to create that group. I suspect the reason it doesn't show in dmenu is its location is not in your $PATH. Please provide the output of the following:

Code:
$ echo $PATH
$ equery files gnuchess

best ... khay
Back to top
View user's profile Send private message
oscarandrea
Apprentice
Apprentice


Joined: 27 Nov 2015
Posts: 182
Location: Italy/Cosenza

PostPosted: Tue Feb 09, 2016 9:28 pm    Post subject: Reply with quote

khayyam wrote:
oscarandrea ...

before doing that I would have looked to see the ownership of the 'gunchess' executable was. If its installed as having the gid of 'games' then I would expect pkg_postinst() to create that group. I suspect the reason it doesn't show in dmenu is its location is not in your $PATH. Please provide the output of the following:

Code:
$ echo $PATH
$ equery files gnuchess

best ... khay

the problem was there was during package installation, I reinstalled everything works now . Gracious as always :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players 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