Re: Gnome terminal moves after reboot



	Well, I went through the source code for the gnome-terminal in
gneom-core and may have fixed this bug.  I have submitted a patch
suggestion to the gnome-core maintainer.  However, since I really don't
want to have to load a zillion different window managers to try to see if
this is really a fix or not, (It works under sawfish-0.30.3-10.i386), then
I'll send the patch diff info to the list.  If anyone wants to give it a
try, and perhaps mail the results to 33753 bugs gnome org using bug-buddy
(See note at bottom regarding this).

Here is the diff:

=======================================================================================
2446c2446,2455
< 		gdk_window_get_origin (top->window, &x, &y);
---
> 		/*gdk_window_get_origin (top->window, &x, &y);*/
> 
> 
> 		/* Get the origin of the top left-hand corner...includes the borders of 
> 		   the window as laid out by the window manager.
> 		   The above call to get the origin does not take into account the borders.
> 			(at least on Sawfish).
> 		*/
> 		gdk_window_get_root_origin (top->window, &x, &y);
>
=======================================================================================


Note about bug-buddy mailing directly to the <bug-number>@bugs.gnome.org:
	It doesn't seem to work unless you use bug-buddy...It might be the fact
that there is an 'X-Mailer: bug-buddy 1.0' tag in the mail header -- which
of course can just be added with a text editor using the 'mail'
program.



-- 
===============================================================
  ____                  __  __      _                          
 / ___|_ __ ___  __ _  |  \/  | ___| |    ___  __ _ _ __ _ __  
| |  _| '__/ _ \/ _` | | |\/| |/ __| |   / _ \/ _` | '__| '_ \ 
| |_| | | |  __/ (_| | | |  | | (__| |__|  __/ (_| | |  | | | |
 \____|_|  \___|\__, | |_|  |_|\___|_____\___|\__,_|_|  |_| |_|
                |___/                                          
 CS Graduate student at the University of Waterloo
 Contact me:
   - glmclearn math ANTI-SPAM uwaterloo ca
   - aa627 chebucto ANTI-SPAM ns ca
   - (519) 888-4567 x3399
 http://members.tripod.com/~adventurepage/
 finger://glmclear math ANTI-SPAM uwaterloo ca






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]