PDA

View Full Version : [SOLVED]Enlightenment


nuBSDuser
April 1st, 2009, 19:37
I have 16 installed but don't know the path I need to start it

don't know if it goes in ~/.xsession or ~/.xinitrc

also how do I upgrade to 17?

any help would be greatly appreciated

Thanks

nuBSDuser
April 1st, 2009, 21:09
can someone tell me which file I need to use please

nuBSDuser
April 1st, 2009, 21:16
I know this is an easy answer but I have searched everywhere and can't find one

nuBSDuser
April 1st, 2009, 21:38
# echo "/usr/X11R6/bin/startenlightenment" > ~/.xinitrc

I tried this and after tring to startx failed misirably

DutchDaemon
April 1st, 2009, 21:49
The pkg-plist file for that port says it's /usr/local/bin/starte16, so 'exec starte16' should do it. Ports always install under /usr/local, keep that in mind.

nuBSDuser
April 1st, 2009, 21:52
Thank you I couldn't find this anywhere

DutchDaemon
April 1st, 2009, 22:03
When in doubt where a port installs its files, just cd to the port directory and look in pkg-plist (which assumes /usr/local as a prefix). For Enlightenment:

cd /usr/ports/x11-wm/enlightenment
less pkg-plist

bin/e16
bin/edox
bin/eesh
bin/epp
bin/starte16

etc.