On 11/13/17 18:34, Gordon Messmer wrote:> On 11/13/2017 11:26 AM, m.roth at 5-cent.us wrote: >> ??? Did I miss something? > > You left out the details of what you actually did.? Should we guess?? :) > > My guess is: you ran "startx".? That starts a session as the user that runs > "startx"Excuse me, but there's no need for insults. You know perfectly well that I'm a professional sysadmin, and that I've been here for years. It's a Netbook. I yum groupinstalled xfce, created an /etc/sysconfig/desktop, added a line in /etc/X11/prefdm to include xfce, copying one of the other lines, and rebooted. It came in in runlevel 5, no login. In other words, what I'd do with any other display manager. mark> > Instead, you should be booting the graphical target (edit /etc/inittab to > change the default on C6; use "systemctl set-default graphical.target" on > C7).? You can select what session you'd like to run from the login screen, > before you enter your password. > > In the future, please be specific about what you've done when asking what > you've done wrong.? :) > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos
On Tue, Nov 14, 2017 at 08:02:40AM -0500, mark wrote:> On 11/13/17 18:34, Gordon Messmer wrote: > > My guess is: you ran "startx".? That starts a session as the user that > > runs "startx" > > Excuse me, but there's no need for insults. You know perfectly well that I'm > a professional sysadmin, and that I've been here for years. > > It's a Netbook. I yum groupinstalled xfce, created an > /etc/sysconfig/desktop, added a line in /etc/X11/prefdm to include xfce, > copying one of the other lines, and rebooted. It came in in runlevel 5, no > login. > > In other words, what I'd do with any other display manager.I believe that's the mistake you made, you told prefdm to start xfce instead of a display manager, which is what the prefdm upstart service starts. As far as I know, xfce doesn't include a display manager. Normally, you'd start xfce from gdm (since its part of the default desktop install) but you could always use xdm to do so as well. I believe you'll need to update your ~/.Xclients or ~/.xsession for per-user configs, or change the default in /etc/sysconfig/desktop. (It's been a couple years since I've touched a el6 desktop so I might be wrong here.) -- Jonathan Billings <billings at negate.org>
Jonathan Billings wrote:> On Tue, Nov 14, 2017 at 08:02:40AM -0500, mark wrote: >> On 11/13/17 18:34, Gordon Messmer wrote: >> > My guess is: you ran "startx".? That starts a session as the user that >> > runs "startx"<snip>>>> It's a Netbook. I yum groupinstalled xfce, created an >> /etc/sysconfig/desktop, added a line in /etc/X11/prefdm to include xfce, >> copying one of the other lines, and rebooted. It came in in runlevel 5, >> no login. >> >> In other words, what I'd do with any other display manager. > > I believe that's the mistake you made, you told prefdm to start xfce > instead of a display manager, which is what the prefdm upstart service > starts. As far as I know, xfce doesn't include a display manager. > > Normally, you'd start xfce from gdm (since its part of the default > desktop install) but you could always use xdm to do so as well. I > believe you'll need to update your ~/.Xclients or ~/.xsession for > per-user configs, or change the default in /etc/sysconfig/desktop. > > (It's been a couple years since I've touched a el6 desktop so I might > be wrong here.)Ahhh. Ok, thanks... though, since folks tell me that IceWM is still a going project, I'll go to that, which I did use for years, while I've never run xfce. Thanks again, though. mark
On 11/14/2017 05:02 AM, mark wrote:>> You left out the details of what you actually did.? Should we guess? :) > > Excuse me, but there's no need for insults.That was intended to be ribbing in good humor.? It was not intended to be insulting.? I apologize.> You know perfectly well that I'm a professional sysadmin, and that > I've been here for years.Unfortunately, none of that gives us information about your question.? You have to tell us what you did in order for us to determine what was wrong, and you've been here long enough to know that.? Thus, a gentle reminder to ask intelligent questions seemed in order.