* [gentoo-user] fluxbox startup
@ 2010-05-25 8:10 fajfusio
2010-05-25 9:00 ` Mick
2010-05-26 22:16 ` Mick
0 siblings, 2 replies; 6+ messages in thread
From: fajfusio @ 2010-05-25 8:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/html, Size: 678 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] fluxbox startup
2010-05-25 8:10 [gentoo-user] fluxbox startup fajfusio
@ 2010-05-25 9:00 ` Mick
2010-05-26 22:16 ` Mick
1 sibling, 0 replies; 6+ messages in thread
From: Mick @ 2010-05-25 9:00 UTC (permalink / raw
To: gentoo-user
2010/5/25 <fajfusio@wp.pl>:
> Hello
>
> After an upgrade about a week ago my fluxbox stopped beeing launched at the
> xdm startup
> after I log on. Fluxbox starts with no problem using startx command.
>
> My /etc/rc.conf has the following entry:
> XSESSION="fluxbox"
This entry seems to be used when you run startx from the console,
that's why you can launch fluxbox when you run startx. Of course the
question is what did you emerge recently and which configuration files
did that change. If you use genlop to check your emerge history (or
look in /var/log/emerge.log) that may give some pointers.
> My /etc/conf.d/xdm has the following entry:
> DISPLAYMANAGER="gdm"
>
> My ~/.xinitrc has the following entry:
> exec startfluxbox
>
> Any suggestions what is wrong with my config are appreciated.
None of the above are 'wrong' as such. They are sourced by startx.
The question then is what is gdm parsing to find which sessions to
launch. Display Managers usually check what you have in:
/etc/X11/Sessions/
and offer these as a session option to login. I think that gdm is
probably looking in /usr/share/xsessions/* where it expects to find
fluxbox.desktop and will offer this as a login session option (not
sure because I do not have gdm to check).
Display Manager may also look to see if the environment variable
XSESSION is set. Therefore you can try setting this in
/etc/env.d/90xsession like this, just in case it is sourced:
XSESSION="fluxbox"
PS. You may need to reboot for good measure.
--
Regards,
Mick
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] fluxbox startup
2010-05-25 8:10 [gentoo-user] fluxbox startup fajfusio
2010-05-25 9:00 ` Mick
@ 2010-05-26 22:16 ` Mick
2010-05-27 2:44 ` Madhurya Kakati
2010-05-27 2:53 ` Madhurya Kakati
1 sibling, 2 replies; 6+ messages in thread
From: Mick @ 2010-05-26 22:16 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 833 bytes --]
On Tuesday 25 May 2010 09:10:18 fajfusio@wp.pl wrote:
> <style>blockquote {padding-left: 1ex; margin: 0px 0px 0px 0.8ex;
> border-left: #cccccc 1px solid;} p {margin: 0px;padding: 0px;} </style>
> <p>Hello<br /><br />After an upgrade about a week ago my fluxbox stopped
> beeing launched at the xdm startup<br />after I log on. Fluxbox starts
> with no problem using startx command.<br /><br />My /etc/rc.conf has the
> following entry:<br />XSESSION="fluxbox"<br /><br />My /etc/conf.d/xdm has
> the following entry:<br />DISPLAYMANAGER="gdm"<br /><br />My ~/.xinitrc
> has the following entry:<br />exec startfluxbox<br /><br />Any suggestions
> what is wrong with my config are appreciated.<br /><br />Great thanks for
> help.</p><br />
$ cat /etc/env.d/90xsession
XSESSION="fluxbox"
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] fluxbox startup
2010-05-26 22:16 ` Mick
@ 2010-05-27 2:44 ` Madhurya Kakati
2010-05-27 2:53 ` Madhurya Kakati
1 sibling, 0 replies; 6+ messages in thread
From: Madhurya Kakati @ 2010-05-27 2:44 UTC (permalink / raw
To: gentoo-user
The xdm conf file has display manager as gdm. I guess changing that to
xdm would help.
On 5/26/10, Mick <michaelkintzios@gmail.com> wrote:
> On Tuesday 25 May 2010 09:10:18 fajfusio@wp.pl wrote:
>> <style>blockquote {padding-left: 1ex; margin: 0px 0px 0px 0.8ex;
>> border-left: #cccccc 1px solid;} p {margin: 0px;padding: 0px;} </style>
>> <p>Hello<br /><br />After an upgrade about a week ago my fluxbox stopped
>> beeing launched at the xdm startup<br />after I log on. Fluxbox starts
>> with no problem using startx command.<br /><br />My /etc/rc.conf has the
>> following entry:<br />XSESSION="fluxbox"<br /><br />My /etc/conf.d/xdm
>> has
>> the following entry:<br />DISPLAYMANAGER="gdm"<br /><br />My ~/.xinitrc
>> has the following entry:<br />exec startfluxbox<br /><br />Any
>> suggestions
>> what is wrong with my config are appreciated.<br /><br />Great thanks for
>> help.</p><br />
>
> $ cat /etc/env.d/90xsession
> XSESSION="fluxbox"
> --
> Regards,
> Mick
>
--
Sent from my mobile device
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] fluxbox startup
2010-05-26 22:16 ` Mick
2010-05-27 2:44 ` Madhurya Kakati
@ 2010-05-27 2:53 ` Madhurya Kakati
2010-05-27 6:10 ` Mick
1 sibling, 1 reply; 6+ messages in thread
From: Madhurya Kakati @ 2010-05-27 2:53 UTC (permalink / raw
To: gentoo-user
The xdm conf file has display manager as gdm. I guess changing that to
xdm would help.
On 5/26/10, Mick <michaelkintzios@gmail.com> wrote:
> On Tuesday 25 May 2010 09:10:18 fajfusio@wp.pl wrote:
>> <style>blockquote {padding-left: 1ex; margin: 0px 0px 0px 0.8ex;
>> border-left: #cccccc 1px solid;} p {margin: 0px;padding: 0px;} </style>
>> <p>Hello<br /><br />After an upgrade about a week ago my fluxbox stopped
>> beeing launched at the xdm startup<br />after I log on. Fluxbox starts
>> with no problem using startx command.<br /><br />My /etc/rc.conf has the
>> following entry:<br />XSESSION="fluxbox"<br /><br />My /etc/conf.d/xdm
>> has
>> the following entry:<br />DISPLAYMANAGER="gdm"<br /><br />My ~/.xinitrc
>> has the following entry:<br />exec startfluxbox<br /><br />Any
>> suggestions
>> what is wrong with my config are appreciated.<br /><br />Great thanks for
>> help.</p><br />
>
> $ cat /etc/env.d/90xsession
> XSESSION="fluxbox"
> --
> Regards,
> Mick
>
--
Sent from my mobile device
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] fluxbox startup
2010-05-27 2:53 ` Madhurya Kakati
@ 2010-05-27 6:10 ` Mick
0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2010-05-27 6:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 286 bytes --]
On Thursday 27 May 2010 03:53:48 Madhurya Kakati wrote:
> The xdm conf file has display manager as gdm. I guess changing that to
> xdm would help.
No it won't.
/etc/init.d/xdm will launch whichever DISPLAYMANAGER="" you have set up in
/etc/conf.d/xdm.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-05-27 6:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 8:10 [gentoo-user] fluxbox startup fajfusio
2010-05-25 9:00 ` Mick
2010-05-26 22:16 ` Mick
2010-05-27 2:44 ` Madhurya Kakati
2010-05-27 2:53 ` Madhurya Kakati
2010-05-27 6:10 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox