Comment 33 for bug 771896

Revision history for this message
André Desgualdo Pereira (desgua) wrote :

I have made a workaround until this gets fixed. It is a script that helps to configure your session. Just paste this at terminal:

    cd ~/ && wget -c http://dl.dropbox.com/u/4098082/session.config && chmod +x ~/session.config && ~/session.config

You can view the code of script ( http://dl.dropbox.com/u/4098082/session.config ), there are explanations in each part. It will create a startup script which will move to each viewport and open the specified application.

*Removing*

To remove any changes made by my script just delete this files:

  - ~/session.config
  - ~/sessionconf
  - ~/sessionconf.bak
  - ~/.config/autostart/sessionconf.desktop

Or run this at terminal:

    rm ~/session.config ; rm ~/sessionconf ; rm ~/sessionconf.bak ; rm ~/.config/autostart/sessionconf.desktop