Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-01-2006, 08:11 PM
|
#16
|
Senior Member
Registered: Sep 2004
Distribution: slackware
Posts: 4,711
|
Quote:
Originally Posted by Chinaman
my vote is " 'Just Say NO!' to games in Slackware."
|
How can you say that? Computers have no personality without games.
P.S. Ever noticed how many games are installed as a standard part of Slackware??
P.P.S. If you're an adventure gamer you should check out http://www.scummvm.org It rocks!! [/shamelessplug]
|
|
|
06-01-2006, 08:32 PM
|
#17
|
Zenwalk Admin
Registered: May 2005
Location: Louisiana, U.S.A.
Distribution: Zenwalk Gnu/Linux
Posts: 258
Original Poster
Rep:
|
We have Scummvm available.
|
|
|
06-02-2006, 02:14 AM
|
#18
|
Member
Registered: Jul 2004
Location: The State of Confusion
Distribution: Slackware
Posts: 32
Rep:
|
Linux is about doing what YOU want, so if you want games, let there be games!
|
|
|
06-02-2006, 02:20 AM
|
#19
|
Member
Registered: Jan 2006
Location: Israel
Distribution: Windows Xp, Slackware
Posts: 316
Rep:
|
Quote:
Originally Posted by Chinaman
my vote is " 'Just Say NO!' to games in Slackware."
|
I agree, I don't use Slackware for games but it can be nice having few games around.
|
|
|
06-02-2006, 03:25 AM
|
#20
|
Member
Registered: Aug 2005
Location: Guadalajara, Jal, Mexico
Distribution: Slackware Linux
Posts: 211
Rep:
|
Hell, yeah! Of course I want games! Why would I want a computer if it doesn't have games for?!
Computers are only fun if you are hacking around with something or playing a game (or even better, hacking a game ) I'd vote "YES".
Edit: Changed a confusing sentence.
Last edited by theoffset; 06-02-2006 at 03:43 AM.
|
|
|
06-02-2006, 03:34 AM
|
#21
|
LQ Newbie
Registered: Jan 2006
Location: Brooklyn, NY
Distribution: Slackware 12.0
Posts: 18
Rep:
|
As for me, it would be great to have your website in my bookmarks AxXium. So... YES
Greetings,
Mariusz
Last edited by MariuszK; 06-02-2006 at 03:35 AM.
|
|
|
06-02-2006, 12:36 PM
|
#22
|
Zenwalk Admin
Registered: May 2005
Location: Louisiana, U.S.A.
Distribution: Zenwalk Gnu/Linux
Posts: 258
Original Poster
Rep:
|
OK ok...
I will test all of the games on Slackware and make sure that all work correctly.
The only thing that may cause troubles is the fact that we are confirguring the games to install to:
data = /usr/games/$softname
man = /usr/man
exec = /usr/games/bin
We changed to $PATH variables in /etc/profile at Zenwalk.org to allow that.
Before the default PATH for game execs was in /usr/games and /usr and some people were installing to /usr and some to /usr/games.
It was a mess, hehe
So we decided to have everything install to the same location for neatness's sake.
I don't remember what Slackware has setup in /etc/profile so I will check it out and act accordingly.
If I need to rebuild some packages and create a Slackware downloads section I will :-)
-AxXium
|
|
|
06-02-2006, 12:41 PM
|
#23
|
Member
Registered: May 2005
Location: München, Germany
Distribution: Slackware, Arch
Posts: 386
Rep:
|
How 'bout an MMORPG specially made for Slackware
Anyway keep up the good work! =)
-A
|
|
|
06-02-2006, 04:49 PM
|
#24
|
Member
Registered: Aug 2005
Location: Guadalajara, Jal, Mexico
Distribution: Slackware Linux
Posts: 211
Rep:
|
Quote:
Originally Posted by AxXium
OK ok...
I will test all of the games on Slackware and make sure that all work correctly.
The only thing that may cause troubles is the fact that we are confirguring the games to install to:
data = /usr/games/$softname
man = /usr/man
exec = /usr/games/bin
We changed to $PATH variables in /etc/profile at Zenwalk.org to allow that.
Before the default PATH for game execs was in /usr/games and /usr and some people were installing to /usr and some to /usr/games.
|
I guess that would be moving away too much from FHS.
Slackware has /usr/games in the default path, so you can put executables here and leave data under /usr/share/$softname/ and man pages under /usr/man:
Code:
data = /usr/share/$softname
man = /usr/man
exec = /usr/games
BTW why don't simply leave the games binaries install under /usr/bin ? Is there a need to have everything under /usr/games/{bin,$softname}?
|
|
|
06-02-2006, 06:47 PM
|
#25
|
Zenwalk Admin
Registered: May 2005
Location: Louisiana, U.S.A.
Distribution: Zenwalk Gnu/Linux
Posts: 258
Original Poster
Rep:
|
Quote:
BTW why don't simply leave the games binaries install under /usr/bin ? Is there a need to have everything under /usr/games/{bin,$softname}?
|
No, just for organization's sake.
It looks better and seems to make sense that all game *stuff* be in /usr/games.
It's much easier to find your game directories if they are all in one place.
Especially if you play games that have add-on extra maps and sounds or whatever.
Also, you can safely delete anything in /usr/games without breaking your system.
Accidents happen, I'd much rather screw up and delete the wrong thing in /usr/games then in /usr/bin. :-)
-AxXium
|
|
|
06-02-2006, 06:59 PM
|
#26
|
Member
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816
Rep:
|
check this link out
loki installers for linux gamers
they have a lot of installers for linux, some native (including the very first one UnrealTournament) and some useful only with Cedega
Of course you need the game CD's
|
|
|
06-02-2006, 07:10 PM
|
#27
|
Member
Registered: Aug 2005
Location: Guadalajara, Jal, Mexico
Distribution: Slackware Linux
Posts: 211
Rep:
|
And why /usr/games instead of /opt/games or even better /opt/zengamer ??
Is just an opinion, and in the end is your project, your call, but I like the FHS standard as a way to have everything ordered. And you could do whatever you want with the structure under /opt/<...> and still be a compliant package.
Of course, if you want to be 100% FHS compliant you'll end up installing like
Code:
data = /opt/zengamer/$softname # it could actually be anyhing you want.
bin = /opt/zengamer/bin # or you can come up with your own structure
man = /usr/zengamer/share/man # and add it to the MANPATH, or use /usr/share/man directly.
That way, uninstalling all your games is as easy as
Code:
sudo rm -rf /opt/zengamer
and you can be 100% sure that you can remove anything under /opt/zengamer and don't have a single trouble with your system.
Under a Slackware system, accidentaly deleting /usr/games/fortune would stop the funny messages at login and show a "No such file or directory"-style error instead.
Just a suggestion, though. I didn't meant to sound too critical. That's how I would have done it, and thankfully this is linux, so I can grab the build script and the source code and just change the necesary things to get it working the way I like it
|
|
|
06-02-2006, 08:27 PM
|
#28
|
Zenwalk Admin
Registered: May 2005
Location: Louisiana, U.S.A.
Distribution: Zenwalk Gnu/Linux
Posts: 258
Original Poster
Rep:
|
Quote:
Just a suggestion, though. I didn't meant to sound too critical.
|
Don't worry, I appreciate every opinion.
After all, I build the games for you and the other users.
But I had another good reason for installing where I did.
We use XFCE as the standard Desktop/Window Manager.
For Icons to show up at all, the exec has to be in the PATH set in /etc/profile.
This also affects the *.desktop files
If the exec is in PATH, I can call the exec by it's name and it can be launched via CLI by it's name.
If the exec is not in PATH, you would have to type the full path, after you find it of course.
It is much easier to type "bzflag" than "/opt/zengamer/bzflag-2.0.8/bzflag"
This is the default PATH in Zenwalk:
Quote:
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games/bin"
|
This is the default PATH in Slackware:
Quote:
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games/"
|
The last thing I want is for users to have to modify /etc/profile or *.desktop just so that there Icons show up.
The goal is for the games to be enjoyable and totally free of effort on the users part.
Just install and click on the Icon.
Like I said earlier.
I am getting ready to test every game on Slackware and make changes where necessary so that they work as expected on both Slackware and Zenwalk.
I also have setup the "source" directories here so that you can download both the sources, build scripts and custom icons if you prefer it that way.
http://www.zengamer.tuxfamily.org/sources/
The directories are empty at the moment but I will begin uploading to them this weekend as well as posting a link to them.
Again, I really appreciate your ideas and opinions.
Thanks,
-AxXium
|
|
|
06-02-2006, 08:56 PM
|
#29
|
Member
Registered: Jan 2005
Location: Boston
Distribution: slackware
Posts: 502
Rep:
|
My wife will be so pleased that slackware is going to have all these cool new games for me to play.
Hell, yes!!! (answer to the original question). And I'm sure nearly everyone feels the same way.
Cheers
|
|
|
All times are GMT -5. The time now is 05:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|