Wolvix Forums
September 06, 2010, 07:23:39 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Join the IRC chat! Visit #wolvix @ irc.freenode.net
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: how to add enlightenment to slim.xinitrc  (Read 1583 times)
zvacet
Wolf Cub
*
Posts: 12


View Profile
« on: March 11, 2010, 07:45:44 PM »

Title tell you all I want to know.Which lines I have to add and how do they look in slim.xinitrc to get e17 running as alternative desktop.I ask this because I try to do it myself and failed.I needed help from others to get working Wolvix.I don´t want to repeat that mistake.Tnx!
Logged

There is no greater religion then a truth.
brotherinbluejeans
Gamma Wolf
***
Posts: 170



View Profile
« Reply #1 on: March 13, 2010, 03:01:20 AM »

hey zvacet,
there are TWO files you need to edit for slim to start a wm:
/etc/slim.conf   and  /usr/share/slim/slim.xinitrc

in /etc/slim.conf  look  for the 'sessions' line and make it
Code:
sessions      xfce,fluxbox,openbox,e17


Then open your /usr/share/slim/slim.xinitrc from
Code:
case $1 in
xfce4)
exec startxfce4
;;

fluxbox)
exec startfluxbox
;;

openbox)
        exec openbox-session
        ;;

*)
exec startxfce4
;;
esac
to
Code:

case $1 in
xfce4)
exec startxfce4
;;

fluxbox)
exec startfluxbox
;;

openbox)
        exec openbox-session
        ;;

e17)
exec enlightenment_start
;;

*)
exec startxfce4
;;
esac

^should do it.
« Last Edit: March 15, 2010, 06:12:15 PM by brotherinbluejeans » Logged

asi es la vida.
zvacet
Wolf Cub
*
Posts: 12


View Profile
« Reply #2 on: March 15, 2010, 12:36:30 AM »

Sorry but it doesn´t work.I get message "failed to execute login command" or something similar to that.
Logged

There is no greater religion then a truth.
Lupus
Wolf Cub
*
Posts: 22


View Profile
« Reply #3 on: March 15, 2010, 01:13:35 PM »

Hi zvacet,

only to be sure: Are you aware that the last three lines in the quote are missing?

Quote
Code:


case $1 in
xfce4)
   exec startxfce4
   ;;

fluxbox)
   exec startfluxbox
   ;;

openbox)
        exec openbox-session
        ;;

icewm)
   exec enlightenment_start
   ;;

*)

Lupus
Logged
brotherinbluejeans
Gamma Wolf
***
Posts: 170



View Profile
« Reply #4 on: March 15, 2010, 06:10:10 PM »

oops yeah.. i kinda botched that.. had the enlightenment_start command  under the icewm title...
*editing origional post to correct my errors***  ^^^
Logged

asi es la vida.
zvacet
Wolf Cub
*
Posts: 12


View Profile
« Reply #5 on: March 15, 2010, 09:02:37 PM »

It was strange to me to see icewm and e17 under it,but I just copy/paste without thinking.My mistake.Now  is working.Thanks for help and time.  Wink
Logged

There is no greater religion then a truth.
brotherinbluejeans
Gamma Wolf
***
Posts: 170



View Profile
« Reply #6 on: March 16, 2010, 07:23:36 AM »

great. i'm glad you got it going.  btw if you're using the e17 package that i compiled you should note that it was the current svn of ONE YEAR AGO hehe so i'm sure there's been some updates since then. once wolvix is safely off the ground again maybe i (or somebody) can make a current package.
Logged

asi es la vida.
zvacet
Wolf Cub
*
Posts: 12


View Profile
« Reply #7 on: March 16, 2010, 11:13:55 PM »

Quote
once wolvix is safely off the ground again maybe i (or somebody) can make a current package.

Please in future package include  emodule-tclock.I´m not young anymore so digital clock look like better solution at least for senior population.  Wink
Logged

There is no greater religion then a truth.
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!