
Middle mouse click brings up minimised apps ...uxbod wrote:Okay the ebuild installed fine and I have been able to fire up E17It does look very nice and as other people have said performance is good.
Now a couple of questions :
I tried to use both elogin and entrance instead of GDM. The screen comes up fine both I have found that elogind on occastions has gone mad and spawned 100s off processes - ideas ?
When I minimize a window it just disapears and I am unable to get it back - ideas ?
Cheers.

Code: Select all
#!/bin/sh
exec fluxbox
Code: Select all
DISPLAYMANAGER="gdm"
Code: Select all
/etc/init.d/xdm restart
Code: Select all
of you gdm config files. And rc.conf
get a better idea then.
Dan.Have a look in /etc/X11/Sessions ..open one of the files there in nano vim or whatever to get an idea on what to do , and create one named e17 with the appropriate path details and all should be gohanzotutu wrote:Hi, guys,
I met problem to use e17.
Before I emerged e17, I had Gnome installed. In the /etc/rc.confI emerged enlightenment-cvs, and succeeded.Code: Select all
DISPLAYMANAGER="gdm"
Then I changed the DISPLAYMANAGER to "entrance"entrance's graphic greeting appeared. At the top right corner,Code: Select all
/etc/init.d/xdm restart
there is a list of Xsessions. However, e17 is not in the list. I can
only choose Gnome. What should I do to make e17 running?
Thanks.
Code: Select all
hanzo@April Sessions $ pwd
/etc/X11/Sessions
hanzo@April Sessions $ ls
e17 Gnome kde-3.1.1a Xsession
hanzo@April Sessions $ cat e17
#!/bin/sh
/usr/bin/enlightenment-0.17
hanzo@April Sessions $
Code: Select all
# What display manager do you use ? [ xdm | gdm | kdm | elogin | entrance ]
DISPLAYMANAGER="entrance"
# XSESSION is a new variable to control what window manager to start
# default with X if run with xdm, startx or xinit. The default behavior
# is to look in /etc/X11/Sessions/ and run the script in matching the
# value that XSESSION is set to. The support scripts is smart enouth to
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
# so setting it to "enligtenment" can also work. This is basically used
# as a way for the system admin to configure a default system wide WM,
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
#
# NOTE: this behaviour is overridden when a ~/.xinitrc or ~/.xsession exists
# for the particular program run ( ~/.xinitrc for startx, ... ).
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps
XSESSION="e17"
Looks ok up to the line /usr/bin/enlightenment-0.17 in e17 that line should start with a exec /usr/bi...hanzotutu wrote:I have e17 file in /etc/X11/SessionsCode: Select all
hanzo@April Sessions $ pwd /etc/X11/Sessions hanzo@April Sessions $ ls e17 Gnome kde-3.1.1a Xsession hanzo@April Sessions $ cat e17 #!/bin/sh /usr/bin/enlightenment-0.17 hanzo@April Sessions $
Actually you don't need to post one, try doing man entrance cause thats being used instead. And see if there is a config file mentioned.Which gdm config file should I post?
No luck after I add "exec".DanBUK wrote:
Looks ok up to the line /usr/bin/enlightenment-0.17 in e17 that line should start with a exec /usr/bi...
no manual for entrance.Actually you don't need to post one, try doing man entrance cause thats being used instead. And see if there is a config file mentioned.
Cheers,
Dan.
PS. The rc.conf Looks ok to me
It works. Thank you.bsolar wrote:I had to run 'build_config.sh' somewhere in the /usr/share/entrance (and/or elogin) directory to get the correct entries.

I have the same problem. I log in, get a background. click.. get a menu. click a menu-option, nothing happens.hanzotutu wrote: It works. Thank you.
However, after I login, there is nothing in there except a wallpaper.
Right click can get some menu, but nothing can be runned. Need to
read more for further configuration.
I had some issues with fam that caused something similar. Are you sure it's running? If not try:srpnt wrote:i emerge'd E today, but when i login to it, i get the wallpaper, and nothing else. i get a menu when i left click, and another when i right click, but its not clickable.
Code: Select all
# /etc/init.d/fam start