[LIVE] Run applications on top of XBMC in XBMC Live?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ChrisNewman Offline
Junior Member
Posts: 6
Joined: Apr 2010
Reputation: 0
Post: #21
vikjon0 Wrote:position the mouse on the window and press \.
Remember that it is \ on a US keyb layout,

It worked thanks a lot.

Do you know how to configure the font used in firefox. The used font is very very big and the window is not exactly in the LCD in Full HD Mode.
find quote
fidoboy Offline
Fan
Posts: 404
Joined: Oct 2008
Reputation: 0
Lightbulb    Post: #22
And now, the right way to accomplish this task. Create a script file (name it firefox.sh for example) using the nano editor. The write these lines into that file:

Code:
fluxbox &
firefox
sudo killall -9 fluxbox

save it and use chmod +x firefox.sh to make it executable. Then call this script from the app launcher plugin in XBMC.

Enjoy! Wink
find quote
zosky Offline
Donor
Posts: 302
Joined: Dec 2008
Reputation: 1
Location: toronto. canada
Post: #23
ChrisNewman Wrote:It worked thanks a lot.

Do you know how to configure the font used in firefox. The used font is very very big and the window is not exactly in the LCD in Full HD Mode.

dude, for fonts > go back to the first page where rickx mentions setting the DPI in your xorg.conf
for window control, (maximizing/resizing... ) you need a window-manager xbmcLIVE doesnt come with one
you can do as fidoboy's suggestions and install fluxbox or any of the light-weight WMs

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]
(This post was last modified: 2010-04-04 07:22 by zosky.)
find quote
vikjon0 Offline
---
Posts: 2,429
Joined: Apr 2009
Reputation: 7
Location: Sweden
Post: #24
Quote:And now, the right way to accomplish this task.

Sounds good, the \ solution is not really usuable.

I will test it asap. The majority of the "guides" if focused on incorrect steps to create a sym link to /usr/bin/firefox.
Will you write something up on this? If it results in really usuable browsing with sound I think many will be interested.
--

Also please note that firefox needs to be installed with no recommends.
sudo apt-get --no-install-recommends install firefox
Otherwise I think it may bring in enough gnome components to break usb mounting in Live.
find quote
vikjon0 Offline
---
Posts: 2,429
Joined: Apr 2009
Reputation: 7
Location: Sweden
Post: #25
Quote:And now, the right way to accomplish this task.
Yes, it works pretty good!
Is there any simple way to configure resolution for the fluxbox session?
EDIT: Perhaps xrandr is the best solution for this?
Quote:xrandr -s 1024x768
I dont have time to test right now but it should then be placed in fluxbox/startup.
(please not that running fluxbox is not the correct way to start. You have to to startfluxbox for the startup file to be used)


I will probably change to openbox to drop the program bar at the button.

Quote:Install Launcher
--
mkdir Downloads
cd Downloads
wget http://xbmc-launcher.googlecode.com/file...er1.04.zip
unzip Launcher1.04.zip

cd ..

setup firefox
--
mkdir scripts
cd scripts
sudo nano firefox.sh

#!/bin/bash
fluxbox &
firefox
sudo killall -9 fluxbox

sudo chmod +x firefox.sh

sudo apt-get --no-install-recommends install firefox

sudo apt-get install eterm
(This post was last modified: 2010-04-04 11:56 by vikjon0.)
find quote
fidoboy Offline
Fan
Posts: 404
Joined: Oct 2008
Reputation: 0
Post: #26
I'm using chrome for internet browsing, it takes less time to start on my XBMC Live and it uses less resources. If you have XBMC Live it comes with fluxbox window manager installed. Also, as someone posted before, you'll need to set the font DPI in xorg.conf file.

regards,
find quote
ChrisNewman Offline
Junior Member
Posts: 6
Joined: Apr 2010
Reputation: 0
Post: #27
fidoboy Wrote:I'm using chrome for internet browsing, it takes less time to start on my XBMC Live and it uses less resources. If you have XBMC Live it comes with fluxbox window manager installed. Also, as someone posted before, you'll need to set the font DPI in xorg.conf file.

regards,

Thanks for the tip, I'll give it a try. But how can I set the font dpi in xorg.conf. Can you give me an example

regards Chris
find quote
vikjon0 Offline
---
Posts: 2,429
Joined: Apr 2009
Reputation: 7
Location: Sweden
Post: #28
Step by step to get firefox working in Live.

Edit:
Read updated version here instead:
http://forum.xbmc.org/showthread.php?tid=71664
(This post was last modified: 2010-04-07 10:31 by vikjon0.)
find quote
z0mbi3 Offline
Junior Member
Posts: 20
Joined: Mar 2010
Reputation: 0
Post: #29
Hey vikjon0,

I've gone through the whole process, and I have firefox open but I can't control it using the keyboard or mouse (cursor just sits in the middle). Keyboard and mouse works fine in xbmc.

Before going through the steps to get rid of the fluxbox error message I could control firefox ok, although when closing it it wasn't returning me to xbmc, and I needed to restart to get back to normal.

Any tips?
find quote
Post Reply