Re: [e-users] e17 - debian stable 11.5 does not start
Ross Vandegrift <[email protected]>
| Newsgroups | gmane.comp.window-managers.enlightenment.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Sep 29, 2022 at 12:16:33PM +0200, Peter Ladis wrote: > 2) enlightenment 0.24.2-8+deb11u1 is installed and I've > /usr/bin/enlightenment_start in the ~/.xinitrc file, however it does not > start at all (other wms, like fvwm do start). Are you sure that startx is using ~/.xinitrc? From the log you posted, X is trying to run /usr/bin/xterm (which isn't installed): > xinit: Unable to run program "/usr/bin/xterm": No such file or directory > Specify a program on the command line or make sure that /usr/bin is in your path. Check for ~/.Xsession in particular, and if that doesn't turn anything up, you might get a hint from: ls ~/.[xX]* Ross