[RELEASE] Launcher - application launcher plugin for Linux, Mac, Windows, and Xbox
Eatmeimadanish
Junior Member Posts: 18 Joined: Aug 2009 Reputation: 1 |
2009-10-19 21:47
Post: #551
I doubt native launching will happen in XBMC. My suggestion is for people to use the launcher script (or a python script) and call a macro inside of eventghost.
|
| find quote |
nitesh201
Junior Member Posts: 1 Joined: Oct 2009 Reputation: 0 |
2009-10-26 00:24
Post: #552
What exactly does this application do? Somebody told me that on an xbox, this application would allow me to run Windows Executables, such as Hulu Desktop, however, this does not seem very likely. This isn't possible is it?
|
| find quote |
JackieBrown
Member+ Posts: 228 Joined: Jan 2008 Reputation: 0 Location: San Antonio, TX |
2009-10-26 15:49
Post: #553
No. The architecher is different
|
| find quote |
rausch101
Fan Joined: Sep 2006 Reputation: 1 Location: Washington D.C. |
2009-10-26 16:25
Post: #554
nitesh201 Wrote:What exactly does this application do? Somebody told me that on an xbox, this application would allow me to run Windows Executables, such as Hulu Desktop, however, this does not seem very likely. This isn't possible is it? definitely not possible |
| find quote |
simphax
Junior Member Posts: 41 Joined: Jul 2009 Reputation: 0 |
2009-10-30 17:07
Post: #555
Hi! Just wanted to share my solution to the fullscreen problem on Windows machines. If you have the problem that XBMC cannot minimize when in fullscreen and therefore you cannot use the launched application because xbmc is covering the screen, please follow these instructions:
Open launcher_plugin.py in C:\Users\{your username}\AppData\Roaming\XBMC\plugins\Programs\Launcher\resources\lib with a text editor and locate the function def _run_launcher(self, launcherName) there you will see the line Code: xbmc.executebuiltin("%s(\"%s\" %s2\")" % (cmd, launcher["application"], launcher["args"]))Code: xbmc.executehttpapi("Action(199)")so it will look like Code: ...This will switch XBMC to windowed mode before launching an application and switch back to fullscreen after the application is closed. |
| find quote |
zosky
Member+ Joined: Dec 2008 Reputation: 1 Location: toronto. canada |
simphax Wrote:Hi! Just wanted to share my solution to the fullscreen problem on Windows machines. If you have the problem that XBMC cannot minimize when in fullscreen and therefore you cannot use the launched application because xbmc is covering the screen, please follow these instructions: Many thanks for this tip. + the steps are not much different for xbmcLive / ubuntu / linux...
EDIT: i originally did this by creating a BASH script (like a BAT file in windows) EDIT 2 > now i've moved action(199) to the launcher_plugin.py, thanks simphax. EDIT 3 > Still need BASH-fu to HIDE the control from XBMC when playing games ...(otherwise event server continues passing command to xbmc [without focus] while launcher is running emu's)
Code: [color=DarkOrange] rm /home/xbmc/.xbmc/userdata/keymaps/LogitechRumble.xml # remove keymap[/color]in the userdata/plugin_data/programs/Launcher/launchers.xml
Code: <launcher>Is it possible to do this in the launcher_plugin.py ? 8 xbmc frodo's (rc3) ... atom/ion(xbmcBuntu) | amd3000/nVidia9800(mint12) | iphone4(5.1.1) | hpTouchPad(cyanogen9) ... and more + central mySQL db + 11TB mdadm raid6 (+transmission-daemon & flexGet) + maraschino + IRtoy.v2
(This post was last modified: 2009-10-31 10:16 by zosky.)
|
| find quote |
fmaesso
Junior Member Posts: 4 Joined: Nov 2009 Reputation: 0 |
2009-11-08 01:23
Post: #557
Hi!
Here, I press the key '\' and the screen go to the 1/4 of normal size, but the keyboard and mouse set focus on the firefox. When I quit of firefox, I press \ again and the screen size come back to the normal size. This is a stupid solution, but a solution. Sorry for my bad english! Fernando Maesso |
| find quote |
desperz
Junior Member Posts: 21 Joined: Dec 2007 Reputation: 0 |
2009-11-12 18:58
Post: #558
Hi,
When i try that simphax say about copy that line in to the launcher_plugin.py i'll get som error when try to open launcher. http://pastebin.com/m5509da2c |
| find quote |
leo2
Skilled Python Coder Posts: 176 Joined: Jun 2008 Reputation: 0 |
2009-11-12 23:39
Post: #559
desperz Wrote:Hi, try to modify the line directly without copy-paste, you might have copied a tab or spaces that are not in the correct place. python language is very strict about spaces and tabs. |
| find quote |
desperz
Junior Member Posts: 21 Joined: Dec 2007 Reputation: 0 |
2009-11-13 00:31
Post: #560
|
| find quote |

to HIDE the control from XBMC when playing games ...
Search
Help