Comment 141 for bug 376715

Revision history for this message
In , Mkmelin+mozilla (mkmelin+mozilla) wrote :

Got this from Clemens W:

Possible workaround: If you're using a window manager with workspaces and if you can live with Thunderbird sitting on its own workspace, maybe devilspie is a solution for you!

Example configuration file:
; ~/.devilspie/thunderbird.ds
( if
( is ( application_name ) "Thunderbird" )
( begin
( maximize )
( skip_tasklist )
( set_workspace 2 )
)
)