|
17 June 2009
Posted in
Linux tutorials -
Linux tutorials
Djl is an open-source (GPL licensed) game manager written in Python 2.5 for the GNU/Linux
Operating Systems. It is inspired by Valve's Steam software for Windows.
Djl makes it possible (via a repository) to download, install and remove a reasonable number
of games placed into a distrobution independent subdirectory (but without dealing with any
dependencies). It can also execute ,desktop shortcuts located in another directory.
Actually Djl have more that 105 game in his repository, games like Alien Arena, Blood Frontier........,
see the complete list of games.
To install Djl download the tar file from this link :
http://en.djl-linux.org/?q=node/19
then download the latest version djl-1.2.14.tar.gz
Now before to install the game be sure that these dependencies are installed :
python
python-qt4
If the dependencies are not installed then use :
For fedora/redhat/centos, under root :
yum install python python-qt4
For Ubuntu :
sudo apt-get install python python-qt4
Now after the dependecies are installed we will extract the downloaded file djl-1.2.14.tar.gz
tar -zxvf djl-1.2.14.tar.gz
Go to the folder where you extracted the tar file :
cd djl
And launch the installation using this command :
sh djl.sh
Please indicate the install directory and location of your browser
the script will contact the Linux games servers and download some games for you , plus their
plugins and chat between gamers.
Now once the games are installed, they can be launched from main window, which not only
contains games that are installed from the repository, but also shortcuts as .desktop files.
Enjoy and if you like it, don`t forget to digg it :)


-
2009-06-21 07:00:53 | Anonymous - Someone is wrong on the internet!

Use your package manger. Do NOT use third party applications to install software, this is a security risk waiting to happen, not to mention general compatibility issues.
-
2009-07-20 08:42:25 | Anonymous

it's not running as root. it's not running as root. it's not running as root. installing using a third party OPEN SOURCE app isn't bad, by definition ever app manager in linux is third party.
-
2009-06-21 09:19:13 | Anonymous - didn't work for me

I get this output and nothing more
This is the first djl launch
Traceback (most recent call last):
File "djl.py", line 486, in
main()
File "djl.py", line 401, in __init__
self.verif_demarrage()
File "djl.py", line 188, in verif_demarrage
import configuration
File "/home/sovsep/Downloads/djl/djl/configuration. py", line 28, in
from variables import variables
File "/home/sovsep/Downloads/djl/djl/variables.py 34;, line 29, in
class variables:
File "/home/sovsep/Downloads/djl/djl/variables.py 34;, line 59, in variables
liste_canaux = [""]*len(config.config(info=16)) #Va chercher la liste des canaux suivant la configuration)
File "/home/sovsep/Downloads/djl/djl/config.py" , line 210, in config
loc = locale.getdefaultlocale()[0].split("_")[0]
AttributeError: 'NoneType' object has no attribute 'split'
don't know what to do
| < Prev | Next > |
|---|





This looks very promising, thanks for posting it -- anything inspired by Valve is happy fun times for me!