PDA

View Full Version : Can't play games installed through Apt-get install


Swarms
August 12th, 2007, 10:57 AM
Games I have previously installed like Irrlamp, and games I install either through Add Remove or the terminal, I can't play.

For example, if I say sudo apt-get install lincity-ng, it finds , downloads and install it. But when I try to launch the game through the gnome menu it says:

Could not launch menu item
Failed to execute child process "lincity-ng" (No such file or directory)

If I try to write lincity-ng, it acts like I haven't installed it, it simply yabs about its not currently installed, type sudo apt-get install and so on.

What can I do about it?

It seems like its only games that are influenced, hence the placement.

Swarms
August 12th, 2007, 02:21 PM
Bumpity bump

DoktorSeven
August 12th, 2007, 07:30 PM
You're not running as root somehow are you?

Game launchers are put in /usr/games/ and normal users *should* have this in their PATH, but root does not. From a prompt, do
echo $PATH
and see if /usr/games is missing for any reason.

Swarms
August 13th, 2007, 06:28 AM
bear@bear-desktop:~$ echo $PATH
/home/bear/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/opt/e17/bin

I guess not?