After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336910 - Not saving the full geometry on session save
Not saving the full geometry on session save
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
2.14.x
Other All
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
: 158306 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-04-02 12:07 UTC by gregm
Modified: 2006-04-02 17:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Quick 3 line patch to add this functionality (932 bytes, patch)
2006-04-02 12:10 UTC, gregm
committed Details | Review

Description gregm 2006-04-02 12:07:24 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:
Comment 1 gregm 2006-04-02 12:10:27 UTC
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.
Comment 2 Guilherme de Siqueira Pastore 2006-04-02 12:20:42 UTC
Thank you for the report and for the patch! It's just been applied with cosmetic changes to CVS HEAD.
Comment 3 Olav Vitters 2006-04-02 17:49:59 UTC
*** Bug 158306 has been marked as a duplicate of this bug. ***