I’m using raspbian xbmc. 12.2-1 works really smooth and seems more responsive than before.
Only problem that I found is that when exiting xbmc, black screen is shown.
I can see the desktop again after using SSH & "startx".
Is there any way to fix this behavior?
Before after exiting xbmc, desktop was shown automatically (at least after moving mouse to get screensaver off).
I made following script myself to fix the behavior...
sudo /usr/bin/xbmc
startx
...this starts the desktop again with error message "GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject".
Then I logout from this new LXDE-session and first one comes active from the bottom.
I know this fix is guite lousy, but it's best that I can come across with my little knowledge. And this way I don't have to SSH to pi using another computer.
If anyone knows better way to handle the situation, I'm most interested.
Only problem that I found is that when exiting xbmc, black screen is shown.
I can see the desktop again after using SSH & "startx".
Is there any way to fix this behavior?
Before after exiting xbmc, desktop was shown automatically (at least after moving mouse to get screensaver off).
I made following script myself to fix the behavior...
sudo /usr/bin/xbmc
startx
...this starts the desktop again with error message "GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject".
Then I logout from this new LXDE-session and first one comes active from the bottom.
I know this fix is guite lousy, but it's best that I can come across with my little knowledge. And this way I don't have to SSH to pi using another computer.
If anyone knows better way to handle the situation, I'm most interested.