Bugs item #1601309, was opened at 2006-11-22 18:38
Message generated for change (Comment added) made by informix
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1601309&group_id=46652
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matthias Fenner (informix)
Assigned to: Nobody/Anonymous (nobody)
Summary: Joystick Plugin Bug
Initial Comment:
As mentioned under Bug 1566590, which should be solved already in freevo 1.6.0,
freevo should disable the joystick plugin while playing games.
But in my ubuntu freevo installation there is a very strage behaviour:
When I stop playing a game, and when freevo games-menu comes back, every
joystick button and axis which I have pressed during gameplay is repeated.
It seems that the joystick plugin now (in 1.6.0) gets disabled but caches all
joystick events. After enabling the plugin when playing is finished, it seems
to repeat all events.
So the plugin isnt really disabled.
Any questions and version information are welcome!
----------------------------------------------------------------------
>Comment By: Matthias Fenner (informix)
Date: 2006-11-24 14:15
Message:
Logged In: YES
user_id=343280
Originator: YES
Me has solved the problem in a way that should available in the next
bugfix release of 1.X branch:
in joy.py on line 121 me changed:
if command:
to:
if command and os.path.exists("config.JOY_LOCKFILE") ==
False:
and added the following option to local_conf.py
JOY_LOCKFILE = '/home/inf0rmix/.local/share/emulation/emuexec.pid'
To do it with a lockfile is the best way in my eyes. Is there any way to
see it in the next release ???
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1601309&group_id=46652
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel