2011-12-20, 04:14
Followed the steps exactly on the 1st page (except used a different username than xbmc).
Rebooted to what appears to be the unity WM, and XBMC didn't start on boot.
Looks like i'm using lightdm though?
My /etc/lightdm/lightdm.conf
My /usr/share/xsessions/XBMC.desktop
I'm wondering if there is something else I need to do for lightdm and to get XBMC to start. I'm fairly well versed in cmd line rhel linux, but all of the ubuntu X-win stuff is very new to me.
Thanks!
Rebooted to what appears to be the unity WM, and XBMC didn't start on boot.
Looks like i'm using lightdm though?
Code:
parker@workshed:~$ ps aux | grep lightdm
root 1014 0.0 0.0 181304 4008 ? Ssl 17:52 0:00 lightdm
root 1043 0.8 0.8 168724 66836 tty7 Ss+ 17:52 0:05 /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none
parker 2762 0.0 0.0 13452 904 pts/0 S+ 18:01 0:00 grep --color=auto lightdm
parker@workshed:~$
My /etc/lightdm/lightdm.conf
Code:
[SeatDefaults]
autologin-user=parker
autologin-user-timeout=0
user-session=XBMC
greeter-session=lightdm-gtk-greeter
My /usr/share/xsessions/XBMC.desktop
Code:
[Desktop Entry]
Name=XBMC
Comment=This session will start XBMC Media Center
Exec=xbmc-standalone
TryExec=xbmc-standalone
Type=Application
I'm wondering if there is something else I need to do for lightdm and to get XBMC to start. I'm fairly well versed in cmd line rhel linux, but all of the ubuntu X-win stuff is very new to me.
Thanks!