
When i delete xbmc in roaming and start all over it work.
Thanks
/TT
desperz
Junior Member Posts: 21 Joined: Dec 2007 Reputation: 0 |
2009-11-13 01:47
Post: #561
It's working
![]() When i delete xbmc in roaming and start all over it work. Thanks /TT |
| find quote |
arosequi
Senior Member Posts: 111 Joined: Nov 2008 Reputation: 0 |
2009-11-14 22:20
Post: #562
zosky Wrote:Many thanks for this tip. + the steps are not much different for xbmcLive / ubuntu / linux... Did you have to do anything to get Launcher working in Linux? It won't even load up for me. Kinda sucks that development has stopped on it -- having a good method of playing games would be great to have in XBMC. |
| find quote |
leo2
Skilled Python Coder Posts: 176 Joined: Jun 2008 Reputation: 0 |
2009-11-14 22:46
Post: #563
Launcher works on linux without any change, just download the latest version and unzip it into programs plugins directory. (see first post for details)
|
| find quote |
JustSomeUser
Junior Member Posts: 16 Joined: Dec 2008 Reputation: 0 |
2009-11-17 23:31
Post: #564
Quote:I've found a method of launching from directories that contain spaces that works for me. Using latest build on XP. The problems with spaces seems related to this http://trac.xbmc.org/ticket/7337 To fix it just open "XBMC\plugins\Programs\Launcher\resources\lib\launcher_plugin.py" search for "def _run_launcher(self, launcherName)" look for "xbmc.executebuiltin" and escape the quotes like this Code: xbmc.executebuiltin("%s(\\\"%s\\\" \\\"%s\\\")" % (cmd, launcher["application"], launcher["args"]))repeat this for "def _run_rom(self, launcherName, romName)" (few lines below) and save the file now delete "XBMC\plugins\Programs\Launcher\resources\lib\launcher_plugin.pyo" and try it out. Tested with Launcher 1.04 and XBMC 9.11-a2 on WinXP64 |
| find quote |
fidoboy
Fan Posts: 404 Joined: Oct 2008 Reputation: 0 |
2009-11-18 00:52
Post: #565
Hi all, i want to report here that this plugin is not working fine with latest alpha2 release on Linux. Until now i've been using the plugin with no problems but after the alpha2 update, when i launch firefox (or other apps) from XBMC live the app launches but i can't get it on focus, so i am unable to use the mouse or keyboard to perform any action on the app...
regards, |
| find quote |
fablog
Junior Member Posts: 19 Joined: Nov 2009 Reputation: 0 |
2009-11-19 02:07
Post: #566
What a frustration...
This is a super plugin but now it's not working for lack of support/integration in XBMC. For my system it's a master piece and now I must use the xbmc stable version to get this plugin working because with the last SVN it's not!! I hope some will work on it. JustSomeUser, thanks for your help, but it doesn't work for the ver. 24114. |
| find quote |
JustSomeUser
Junior Member Posts: 16 Joined: Dec 2008 Reputation: 0 |
2009-11-19 18:10
Post: #567
@fablog
You should try the alpha "XBMC 9.11-a2" it has rev24542 which is newer than your SVN 24114, as mentioned in my last post it's working with it. Now about that sorting problem, to get launcher to sort the roms and launchers alphabetically and not randomly. To fix it just open "XBMC\plugins\Programs\Launcher\resources\lib\laun cher_plugin.py" search for PHP Code: def _get_roms( self, launcherName ):PHP Code: def _get_roms( self, launcherName ):search for PHP Code: def _get_launchers( self ):PHP Code: def _get_launchers( self ):and save the file now delete "XBMC\plugins\Programs\Launcher\resources\lib\laun cher_plugin.pyo" and try it out. Tested with Launcher 1.04 and XBMC 9.11-a2 on WinXP64 |
| find quote |
leo2
Skilled Python Coder Posts: 176 Joined: Jun 2008 Reputation: 0 |
2009-11-19 21:02
Post: #568
is this sort solution is backward compatible? I mean, will it work on XBMC 8.10?
|
| find quote |
leo2
Skilled Python Coder Posts: 176 Joined: Jun 2008 Reputation: 0 |
2009-11-19 21:09
Post: #569
fix commited to svn
|
| find quote |
fablog
Junior Member Posts: 19 Joined: Nov 2009 Reputation: 0 |
2009-11-20 02:49
Post: #570
Thanks for the advice JustSomeUser
|
| find quote |