You are not logged in.

#1 2013-07-19 23:12:25

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

[SOLVED] Separate session for xbmc?

I use my computer for both desktop and media server: But not both on the same time.
It's annoying how kde would eat up resources while I'm watching something on xbmc... so, my idea is to have an option on the login screen (kdm) to either enter KDE OR open just only xbmc without no DE underneath.
I've googling around but there's nothing clear, and the wiki doesn't talk about this.

Any suggestion?

Thanks,.

Last edited by Xi0N (2013-07-21 20:38:26)

Offline

#2 2013-07-19 23:13:40

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Separate session for xbmc?

Have you tried https://wiki.archlinux.org/index.php/Ga … e_X_server ?
No idea how to make it work with kdm.

Last edited by karol (2013-07-19 23:15:43)

Offline

#3 2013-07-19 23:22:47

progandy
Member
Registered: 2012-05-17
Posts: 5,321

Re: [SOLVED] Separate session for xbmc?

You need to add a .desktop file in /usr/share/xsessions. The command should be something like this:

/usr/bin/xbmc --standalone -- -nocursor

Last edited by progandy (2013-07-19 23:24:12)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#4 2013-07-20 07:45:46

awbs
Member
Registered: 2013-01-18
Posts: 27

Re: [SOLVED] Separate session for xbmc?

Hi, XBMC automatically creates a .desktop file in /usr/share/xsessions.

If "XBMC" doesn't show up in KDM, logout and stop KDM through a TTY with:

sudo systemctl stop kdm

Then edit /usr/share/config/kdm/kdmrc:

sudo nano /usr/share/config/kdm/kdmrc

Under section [X-*-Core] append /usr/share/xsessions to SessionDirs:

SessionsDirs=/usr/share/config/kdm/sessions,/usr/share/apps/kdm/sessions

to

SessionsDirs=/usr/share/config/kdm/sessions,/usr/share/apps/kdm/sessions,/usr/share/xsessions

Then start KDM with systemctl and you should now be able to select XBMC.

Offline

#5 2013-07-21 20:38:05

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Separate session for xbmc?

That last post is what i needed, thanks!!!

Offline

Board footer

Powered by FluxBB