GNOME Bugzilla – Bug 336910
Not saving the full geometry on session save
Last modified: 2006-04-02 17:49:59 UTC
Please describe the problem: gnome-session-save and examine the CloneCommand.. CloneCommand=gnome-terminal --sm-config-prefix /gnome-terminal-0Z274J/ --disable-factory --window-with-profile-internal-id=Default --hide-menubar --role=gnome-terminal-31828-2001474407-1143979117 --active --geometry 80x24 --title gregm@developer:~/Devel/gnome/gnome-terminal/src --working-directory /home/gregm/Devel/gnome/gnome-terminal/src --zoom 1 Steps to reproduce: 1. Start gnome-terminal 2. gnome-session-save 3. look in the saved session, note that the position information is dropped. Actual results: Expected results: The gnome-terminal should save its full geometry. Does this happen every time? Other information:
Created attachment 62593 [details] [review] Quick 3 line patch to add this functionality Apply the attached patch and the CloneCommand becomes: ,CloneCommand=gnome-terminal --sm-config-prefix /gnome-terminal-0Z274J/ --disable-factory --window-with-profile-internal-id=Default --hide-menubar --role=gnome-terminal-31828-2001474407-1143979117 --active --geometry 80x24+47+141 --title gregm@developer:~/Devel/gnome/gnome-terminal/src --working-directory /home/gregm/Devel/gnome/gnome-terminal/src --zoom 1 This will attempt to get the terminals to re-open where I left em on logout/login.
Thank you for the report and for the patch! It's just been applied with cosmetic changes to CVS HEAD.
*** Bug 158306 has been marked as a duplicate of this bug. ***