Reboot / Shutdown Function
#1
Hello All,
I'm new XBMC user... I just purchase the ASROCK 330HT/BD...
I took the Live CD and did the HDD Install... Easy task...

Installed Launcher, Firefox, Eterm... +/- Easy but OK

Now my problem is about the Shutdown / Reboot function in XBMC.
Each time I use these functions, XBMC exit propely but i'm getting the tty1 login screen.
XMBCLive login:

I think this feature was working before upgrading and installing other software
Is there a way to completely Reboot or Shutdown ?
Please help.
Thank

Smile
Reply
#2
Yes, it probably worked before upgrade. I dont rememember exactly..

I think you need this:
Quote:sudo apt-get install policykit-1 upower

sudo nano /var/lib/polkit-1/localauthority/50-local.d/custom-actions.pkla
add:
[Actions for xbmc user]
Identity=unix-user:xbmc
Action=org.freedesktop.devicekit.disks.*;org.freedesktop.devicekit.power.*;org.freedesktop.consolekit.system.*;org.freedesktop.hal.storage.mount-removable;org.freedesktop.hal.device.volume
ResultActive=yes
ResultAny=auth_admin
ResultInactive=yes

Also, if you are using usb automount be careful not installing anything gnome. (e.g together with firefox).
Reply
#3
I'm learning something new every hours with Linux...

I found other post about what you are talking about...
After messing around, i have decide to reinstall from scratch...

After installing Firefox, I'm back in the same situation.

I have try the complete procedure without success...
After this procedure, the "Suspend" button appear.

Suspend and Shutdown is not working at all and Reboot return to tty1.
Thank for you support
Reply
#4
This mess is created by installing FireFox

Got it work by uninstalling the policy package

sudo apt-get --purge remove policykit-1 devicekit-power
Reply

Logout Mark Read Team Forum Stats Members Help
Reboot / Shutdown Function0