Launch XBMC at Login Linux/Mac
#1
Hi

Is there a way to launch XBMC at login to a computer on either Mac or Linux like Windows Media Center can do?

Dave
Reply
#2
On osx :

http://www.zimbio.com/Mac+OS+X/articles/...p+programs

On linux ubuntu : don't remember but almost the same

preferences, sessions, and a tab start-up or something
Reply
#3
On ubuntu you can install xbmc-live package:

sudo apt-get install xbmc-live

And this will set up the auto start functionality.
Reply
#4
More meat on fpoil0's suggestion because it's the best solution on linux (ubuntu) and the officially supported / suggested way.

http://wiki.xbmc.org/?title=HOW-TO_insta...Step_Guide

Refering to "Autostart XBMC (optional)"
In short,
sudo apt-get install xbmc-standalone and choose it in the session list in the login manager.
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#5
Is there anyway to undo this once this is done? Go back to the gnome shell I mean.
Reply
#6
Nevermind. FIgured it out. To all those who wish to undo the automatic login to xbmc session once its setup, follow these steps.

1. Reboot and at prompt, press escape to goto menu.
2. Select recovery mode of your current kernal.
3. Choose root at command prompt (without networking is fine for this purpose)
4. Type the following in terminal
pico /etc/gdm/gdm.conf
5. Change the following line to false for your user
AutomaticLoginEnable=true
6. Press ctrl + x to exit pico
7. Press Y to save your config
8. Reboot and at login screen, choose new session under options before logging in.

Once you log back in, you will be prompted if you only want the change for the current session or if you want your new choice (most likely gnome) to be the new default.
Reply

Logout Mark Read Team Forum Stats Members Help
Launch XBMC at Login Linux/Mac0