djl info you need to know

Linux gaming

Moderators: b1o, jkerr82508

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

djl info you need to know

Postby dedanna1029 » 13 Feb 2011, 21:44

djl was flagged as out of date in yaourt/AUR, so I emailed off to the maintainer (who isn't the maintainer any more). Here's the reply:
Diablo150 wrote:Hi,

You know, I've been the main djl's developper and I don't work on it anymore, so djl is out of date himself ^^

I think about a new software based on Qt/C++ more likelly as Valve's Steam, but it's just a project on the box for now.
I'm sorry if you use djl, but for the moment i can't update it :/

bye
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: djl info you need to know

Postby viking60 » 13 Feb 2011, 22:34

Great research! I had my suspicions, that thing has not been working right for a long time
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: djl info you need to know

Postby dedanna1029 » 14 Feb 2011, 03:22

Yeah, it's just sitting there undeveloped and unmaintained for now. I even tried joining the djl forum earlier today; still haven't even received confirmation email to register!
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: djl info you need to know

Postby dedanna1029 » 16 Feb 2011, 17:16

I r fixored it. I went to the site, and downloaded the tar.gz, extracted it to /home.
I ran djl.sh from the extracted folder, and got an all-too-familiar error:

Code: Select all

 sh djl.sh
  File "djl.py", line 49
    except ImportError, x:
                      ^
SyntaxError: invalid syntax

Got looking at the file itself (djl.sh):

Code: Select all

cat djl.sh
#!/bin/sh

cd `dirname $0`/djl
python -O djl.py $*

Got thinking, hhmmm... wonder what would happen if I just made one little bitty change here?

Code: Select all

#!/bin/sh

cd `dirname $0`/djl
python2 -O djl.py $*

Yup, it started right up. :)

Now to figure out how to get this submitted to AUR... ugh.

https://bbs.archlinux.org/viewtopic.php ... 84#p892884

Dropped a message for the Arch contributor here
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html


Return to “Gaming”