Never say NEVER
#1
was looking to some info on comics addon and ran across this from 2004.
Just thought it was funny how far XBMC has come.



Frodo Wrote:again xbmc is a media centre, not an os with all programs you personnaly like/want
main purpose for xbmc is playing audio/video files and viewing your (vacation) photo's

reading text/comics or whatever is not going 2 b part of xbmc
neither are the following items which get requested over and over again:

- web-browser ala mozilla/firebird
- email reader ala outlook (express)
- msn or any other messenger program
- personal agenda/pim
-

we just got 64 megs so we gotta be picky what we want and dont want. at the moment there's not much left, xbmc is already getting bloated with 2 many options or features

frodo
Reply
#2
Aside from reading email via the Gmail addon, most of that stuff is still not included. But with a full blow OS (Windows/Linux/OSX) you can obviously get that stuff.
Reply
#3
I run Google Chrome inside XBMCLive...!

Someone also once said -
Quote:XBMC is a Media Center, not a Web App.

The way things are looking and with the release of Eden's new Framework XBMC is making a large transition into more interactive services.

It's all good! Smile
Image
Maraschino - Web based HTPC Organiser. Keep track of all your web based programs all in one place.
Home Page - Repo - Bug Tracker - Support Forum.
Reply
#4
We definitely got around the 64 megs issue.
Reply
#5
DejaVu Wrote:I run Google Chrome inside XBMCLive...!

It's all good! Smile

DejaVu can yuo show step-by-step in detail of how to get chrome inside XBMC Live, please. I'm a linux nood. thanks.
Reply
#6
Don't forget the comics. XBMC can read comic book files by going through pictures.
How to use Git
| AMD Athlon II X3 Triple Core Processor 2.9 GHz |GIGABYTE GA-MA785GM-US2H Mobo 2GB DDR2 Ram | MSI N430GT |
| Logitec Harmony Smart Control Remote| 52" Sharp Aquos LED TV | Denon AVR-X1000 |
| Freenas Server with 18TB ASRock Intel Avoton C2750 |
Reply
#7
DejaVu Wrote:I run Google Chrome inside XBMCLive

You run Chrome on Linux and launch it with a script in XBMC.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#8
rhino Wrote:DejaVu can yuo show step-by-step in detail of how to get chrome inside XBMC Live, please. I'm a linux nood. thanks.

Sorry. Only just seen this.
How I got Chrome running in XBMCLive. Should still work in Eden, although I have not tested it lately.


Install Google Chrome into XBMC and Load it via Executor.
Surf the Internet, check Facebook/eBay all from your Living Room TV.

Press CTRL-Alt-F2 to drop to Command Line or use Putty from Windows.
Do these 1 at a time -
Code:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -
Code:
sudo sh -c 'echo "deb  http://dl.google.com/linux/deb/ stable main" >>  /etc/apt/sources.list.d/google.list'
Code:
sudo aptitude update
Code:
sudo aptitude install google-chrome-stable
Now we need a script to run google via executor.
Code:
cd ~
mkdir scripts
cd scripts
sudo nano chrome.sh
Nano opens (fresh text file).
Copy and Paste (Right Click in Putty is Paste!) this into it.
Code:
#!/bin/bash
fluxbox &
google-chrome
killall -9 fluxbox
Save and Exit Nano - CTRL-X and press Y, then Enter.
Code:
sudo chmod +x chrome.sh
Now, back to XBMC load up Executor -
Add-Ons > Executor
Navigate to /home/xbmc/scripts
and select the chrome.sh

For Arguments - Press Enter.
For Program name - Google Chrome

Now try running Google Chrome. If everything upto now went OK, you should be able to go to Google/Facebook or wherever.
To close it, press CTRL-F4 or \ to switch back to XBMC.

If the Font sizes or icons are too small - and they are likely to be.
Do this -
Code:
sudo nano /etc/X11/xorg.conf
Under
Section "Monitor"
add the line
Code:
Option "DPI" "100x100"
This will make the writing larger and more readable. If it's not, use higher numbers. I found 100 to be perfect. 200 seemed a bit large. Smile
Image
Maraschino - Web based HTPC Organiser. Keep track of all your web based programs all in one place.
Home Page - Repo - Bug Tracker - Support Forum.
Reply

Logout Mark Read Team Forum Stats Members Help
Never say NEVER0