View previous topic :: View next topic |
Author |
Message |
Andrey Grozin n00b

Joined: 12 Nov 2015 Posts: 3
|
Posted: Tue May 03, 2016 2:02 pm Post subject: Plasma 5 via startx? |
|
|
For many years I used to log in my linux boxes in text mode, and to start kde (if needed) using startx (no display manager). To this end, in /etc/env.d/90xsession I had the line
Now I'm in process of upgrading to kde-5. Is it possible to start it via startx? What should I write in /etc/env.d/90xsession? |
|
Back to top |
|
 |
bec Apprentice


Joined: 30 Sep 2004 Posts: 219 Location: Cali - Colombia
|
Posted: Wed May 04, 2016 2:49 pm Post subject: |
|
|
I don't see a session in my system, but you can do:
Code: | echo "exec /usr/bin/startkde" > ~/.xinitrc |
to use startx, provided dbus and consolekit services are up. _________________ abe |
|
Back to top |
|
 |
|