public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Lost my window manager
@ 2006-12-28  3:46 frank
  2006-12-28  4:12 ` Thomas Tuttle
  2006-12-28  4:16 ` Samuel Baldwin
  0 siblings, 2 replies; 7+ messages in thread
From: frank @ 2006-12-28  3:46 UTC (permalink / raw
  To: gentoo-user

Hi,

I use to use Fluxbox as my window manager. 

I upgraded world 2 times without a restart (I think there were new
versions of portage too).

Now I had to shutdown and boot. After logging in and typing the magic
command "startx" TWM comes up.

How do I get back fluxbox a s the dafault window manager?

Thanks
Frank


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Lost my window manager
  2006-12-28  3:46 [gentoo-user] Lost my window manager frank
@ 2006-12-28  4:12 ` Thomas Tuttle
  2006-12-28  4:18   ` Samuel Baldwin
  2006-12-28  4:16 ` Samuel Baldwin
  1 sibling, 1 reply; 7+ messages in thread
From: Thomas Tuttle @ 2006-12-28  4:12 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

On December 27 at 22:46 EST, frank hastily scribbled:
> Hi,
> 
> I use to use Fluxbox as my window manager. 
> 
> I upgraded world 2 times without a restart (I think there were new
> versions of portage too).

I don't mean to be rude, but you really should watch what Portage was 
doing.  It's generally a bad idea to emerge -u world unsupervised, since 
(as you can see) it can break things if you don't read messages printed 
after packages are upgrades.

> Now I had to shutdown and boot. After logging in and typing the magic
> command "startx" TWM comes up.
> 
> How do I get back fluxbox a s the dafault window manager?

Check the contents of ~/.xinitrc.  It should say "exec fluxbox;" at the 
end.

How did you configure your window manager before?

--Thomas Tuttle

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Lost my window manager
  2006-12-28  3:46 [gentoo-user] Lost my window manager frank
  2006-12-28  4:12 ` Thomas Tuttle
@ 2006-12-28  4:16 ` Samuel Baldwin
  1 sibling, 0 replies; 7+ messages in thread
From: Samuel Baldwin @ 2006-12-28  4:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

Try .xsession , add "exec startfluxbox".

There should also be a variable in your X config.

Cheers!

-- 
Samuel (shardz)

Shardz's Igloo:
shardz.homelinux.net

Registered Linux User #410639

amarok.kde.org
defectivebydesign.org
usmc.mil

[-- Attachment #2: Type: text/html, Size: 465 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Lost my window manager
  2006-12-28  4:12 ` Thomas Tuttle
@ 2006-12-28  4:18   ` Samuel Baldwin
  2006-12-28  8:23     ` Mick
  0 siblings, 1 reply; 7+ messages in thread
From: Samuel Baldwin @ 2006-12-28  4:18 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

> Try .xsession , add "exec startfluxbox".

Excuse me. That should read .xinitrc , and that's in your ~. Light night, my
bad. :)
-- 
Samuel (shardz)

Shardz's Igloo:
shardz.homelinux.net

Registered Linux User #410639

amarok.kde.org
defectivebydesign.org
usmc.mil

[-- Attachment #2: Type: text/html, Size: 567 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Lost my window manager
  2006-12-28  4:18   ` Samuel Baldwin
@ 2006-12-28  8:23     ` Mick
  2006-12-28 19:23       ` Dan
  0 siblings, 1 reply; 7+ messages in thread
From: Mick @ 2006-12-28  8:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 739 bytes --]

On Thursday 28 December 2006 04:18, Samuel Baldwin wrote:
> > Try .xsession , add "exec startfluxbox".
>
> Excuse me. That should read .xinitrc , and that's in your ~. Light night,
> my bad. :)

Under /etc/X11/Sessions I have a file called fluxbox.  In there I have:
============================
/usr/bin/startfluxbox
============================
along with a few other apps I need started/stopped with fluxbox, e.g. 
gpg-agent.

I believe this file was created automatically when I emerged fluxbox (but 
can't remember for sure).  The same directory has other WM startup files too, 
like Xsession and kde-3.5.  Bear in mind that relevant files moved around 
when xorg was changed to modular.

HTH.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Lost my window manager
  2006-12-28  8:23     ` Mick
@ 2006-12-28 19:23       ` Dan
  2006-12-28 19:31         ` Dale
  0 siblings, 1 reply; 7+ messages in thread
From: Dan @ 2006-12-28 19:23 UTC (permalink / raw
  To: gentoo-user

I'm not sure if this helps, but I believe all i have to do to get to
fluxbox (in fact i'm sure of it) is to select fluxbox from the menu in
gdm.  If you use xdm, .xsession would be the right file (you can select
that in gdm as "custom").  I dont know for kde.

I always forget about fancy point-&-click smart configurations like
gdm, so it took me a while for someone on the forums to point out that
if i just bothered to look in the session chooser dialog i'd have seen
that my custom setting was right there, waiting to be selected.

On Thu, 28 Dec 2006 08:23:55 +0000
Mick <michaelkintzios@gmail.com> wrote:

> On Thursday 28 December 2006 04:18, Samuel Baldwin wrote:
> > > Try .xsession , add "exec startfluxbox".
> >
> > Excuse me. That should read .xinitrc , and that's in your ~. Light
> > night, my bad. :)
> 
> Under /etc/X11/Sessions I have a file called fluxbox.  In there I
> have: ============================
> /usr/bin/startfluxbox
> ============================
> along with a few other apps I need started/stopped with fluxbox, e.g. 
> gpg-agent.
> 
> I believe this file was created automatically when I emerged fluxbox
> (but can't remember for sure).  The same directory has other WM
> startup files too, like Xsession and kde-3.5.  Bear in mind that
> relevant files moved around when xorg was changed to modular.
> 
> HTH.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Lost my window manager
  2006-12-28 19:23       ` Dan
@ 2006-12-28 19:31         ` Dale
  0 siblings, 0 replies; 7+ messages in thread
From: Dale @ 2006-12-28 19:31 UTC (permalink / raw
  To: gentoo-user

Dan wrote:
> I'm not sure if this helps, but I believe all i have to do to get to
> fluxbox (in fact i'm sure of it) is to select fluxbox from the menu in
> gdm.  If you use xdm, .xsession would be the right file (you can select
> that in gdm as "custom").  I dont know for kde.
>
> I always forget about fancy point-&-click smart configurations like
> gdm, so it took me a while for someone on the forums to point out that
> if i just bothered to look in the session chooser dialog i'd have seen
> that my custom setting was right there, waiting to be selected.
>
> On Thu, 28 Dec 2006 08:23:55 +0000
> Mick <michaelkintzios@gmail.com> wrote:
>
>   

My kdm is the same way too.  I know when I upgrade to a new version I
have to select the new version to log into.

Dale

:-)  :-)

-- 
www.myspace.com/dalek1967

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-12-28 19:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-28  3:46 [gentoo-user] Lost my window manager frank
2006-12-28  4:12 ` Thomas Tuttle
2006-12-28  4:18   ` Samuel Baldwin
2006-12-28  8:23     ` Mick
2006-12-28 19:23       ` Dan
2006-12-28 19:31         ` Dale
2006-12-28  4:16 ` Samuel Baldwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox