[RELEASE] Launcher - application launcher plugin for Linux, Mac, Windows, and Xbox

  Thread Rating:
  • 7 Votes - 4.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
zosky Offline
Member+
Posts: 302
Joined: Dec 2008
Reputation: 1
Location: toronto. canada
Post: #621
ethanmcdonald Wrote:It would be nice if the launcher would auto-launch if only one program is specified in the XML.Shocked

i've added a games|emu menu to confluence's home screen and hooked it into launcher.
i managed to launch an app (doom3) & open an emu rom window. check this post for deets.

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
[Image: widget]
find quote
branlr Offline
Fan
Posts: 360
Joined: Dec 2009
Reputation: 3
Location: I live in Chicago.
Post: #622
ethanmcdonald Wrote:I have the same problem.
I'm using the Xperience skin that let's me post custom panels to the front of XBMC.
But going through the launcher is a two step process.
Click the panel then launch the program.
It would be nice if the launcher would auto-launch if only one program is specified in the XML.Shocked

Any chance you've figured this out?

This is easy. You can link that custom button directly to the application you want to launch from launcher. You just need the name of the window in XBMC. If you add it to your favorites, and then open your favorites xml file, you will see ActivateWindow and you will see the launcher entry there.... then just replace the activatewindow command for your custom button in whatever xml file contains it.... I know not very clear, but you get me?

This is just an easy way to get the code for the activatewindow command... you don't have to leave it in your favourites
find quote
anandus Offline
Junior Member
Posts: 46
Joined: Nov 2008
Reputation: 0
Post: #623
-nevermind-
(This post was last modified: 2010-02-08 21:52 by anandus.)
find quote
freestyler3000 Offline
Junior Member
Posts: 23
Joined: Nov 2009
Reputation: 0
Post: #624
Hi all,

I have and Acer Revo - Minimal Install of Ubuntu - XBMC Live.
I have set-up the Launcher Plug-in and have installed Firefox.
I have managed to open firefox sucessfully, (which used to open in the top left corner). I have dragged this to full screen and can control it by pressing the "\" key.

When Launcher opens Firefox through the VGA port Firefox looks great.
When Launcher opens Firefox through the HDMI port connected to my TV, Firefox looks like its using the wrong resolution (800x600) All the buttons are MASSIVE!Nerd.... Where as my XBMC is running in full resolution (1080*1900)


My question...
How can I change/increase the resolution of Firefox that has been opened via the Launcher Plugin?


Thanks
FreestylerCool
find quote
zosky Offline
Member+
Posts: 302
Joined: Dec 2008
Reputation: 1
Location: toronto. canada
Post: #625
freestyler3000 Wrote:My question...
How can I change/increase the resolution of Firefox that has been opened via the Launcher Plugin?

for me; text in all apps was itti-bitty small (like 1px high). the fix was adding DPI to xorg.conf's Monitor Section. not sure if that i'll hit the mark for ya ? Oo

Code:
Option         "DPI" "100 x 100"

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
[Image: widget]
find quote
freestyler3000 Offline
Junior Member
Posts: 23
Joined: Nov 2009
Reputation: 0
Post: #626
Thanks zosky...

I will try to look in to your suggestions...

Thanks for the quick response.
Freestyler
find quote
steve1977 Offline
Posting Freak
Posts: 1,577
Joined: Dec 2006
Reputation: 0
Post: #627
Can anyone confirm whether launcher is still working on Mac? Unfortunately, it does not for me.

Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB)
HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB
HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD
find quote
freestyler3000 Offline
Junior Member
Posts: 23
Joined: Nov 2009
Reputation: 0
Post: #628
Thanks zosky... YOU THE MAN!!!!

That info worked a treat... (after days of messing around) inserted the line as instructed, rebooted, launched firefox and... at last some decent size buttons with normal resolution...

Thanks again,
Freestyler
find quote
zosky Offline
Member+
Posts: 302
Joined: Dec 2008
Reputation: 1
Location: toronto. canada
Post: #629
your welcome freestyler3000
__________

this may be a corner case, but im going to share in case any1 else is in the same boat... am using HDMI sound. the TV volume is at ~80% and this makes for great sound levels when xbmc's vol is around the same place. PROBLEM IS, all the EMUs are WAAAAY LOAD. (i've probably gone a little deaf from forgetting to turn down the TV before launching and i've woken up my flat-mate a few time now Frown )

here's how i've 'fixed' the volume issue Nerd

  1. make a launcher.sh for leo's launcher
    adjust volume as you see fit
    Code:
    amixer -c 0 sset PCM,0 [color=Red]20%[/color]
    $@
    amixer -c 0 sset PCM,0 100%
  2. rejig <application> & <args> in each <launcher>
    within the ~/.xbmc/userdata/plugin_data/programs/Launcher/launchers.xml
    Code:
        <launcher>
            <name>SNES</name>
            <application>/path/to/launcher.sh</application>
            <args>zsnes -m -y</args>


as far as i can tell mupen64plus is the only 1 with its own built-in volume control. so i had to set that 1 back to 100. (~/.mupen64plus/jttl_audio.conf)

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
[Image: widget]
find quote
Narqulie Offline
Junior Member
Posts: 1
Joined: Mar 2010
Reputation: 0
Post: #630
Hello! Firstly, thanks for the last thing XBMC needed for me to be perfect. I do have a slight problem.

I'm running Win 7 with two monitors, other a 24" acer screen, and the other a 32" Tv, on which I (obviously!) run XBMC. Now, being a huge retro-gaming nerd, but not always wanting to deal with the hassle of switching consoles and cartridges around, I like running them on the TV while relaxing on the sofa.
The problem I have with Launcher is that, in order for many of the emulators to run full-screen and nice, I need to switch the displays around, so that the TV is set primary on emulator launch, and back again after I quit. I'm using Ultramon , but it only works to my needs if I run the programs through a shortcut, for it to be able to switch the primaries and secondaries around.
So, is there a way to hook up a windows shortcut to be run through Launcher, not an .exe? Or is there another way to get it to switch the monitors?

Thanks in advance
<3 Narq
find quote
Post Reply