about me about me
photography photography
software projects software projects
contact me contact me

Not long now until Ubuntu Ibex is released. However, I ran into this issue again this morning so I thought I’d document the solution for others.

Occasionally when starting Firefox or Thunderbird on Ubuntu (I’m running Hardy Heron 8.04), the window will lose all decoration. No title bar, no minimize, maximize or close buttons and will maximize to fill the window – making it very difficult, if not impossible to move.

In Firefox, this can be easily solved by pressing F11 twice to jump in and out of full screen mode. Thunderbird has no option so we have to work around. Close Thunderbird then edit the following file:

$ nano ~/.mozilla-thunderbird/xyz1234.default/localstore.rdf

Find the following line and edit the attributes to match those shown here:

<rdf:Description 
RDF:about="chrome://messenger/content/messenger.xul#messengerWindow"
   width="800" height="600" sizemode="normal" screenX="5" screenY="5" />

Credit goes to SvenRieke for this workaround.


comments

Chris // 23.Nov.2011 // 11:39

Thanks Greg.

That has solved my issue, however, my localstore.rdf file was in

~/.thunderbird/ftfxbq7f.default$

I am running Ubuntu 11.10

timorei // 23.Mar.2012 // 10:33

available values that I know of are:

fullscreen
normal
maximized

haven’t tried minimized.

Thanks for the solution to a ridiculous problem.

timorei // 23.Mar.2012 // 10:34

ok, now I’m getting anoyed: it always resets back to ‘normal’ now?

Andrei Neacșu // 07.Apr.2014 // 07:53

Thanks, that worked. Still happening in 2014.

this post's tags