Bug 50329

Summary: Centered background images in konsole are displayed as tiled
Product: [Applications] konsole Reporter: Rob Walker <rob>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.2   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Rescales the background image on resize

Description Rob Walker 2002-11-07 10:41:38 UTC
Version:           1.2 (using KDE 3.0.9)
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19

I have konsole set up to display a small image in the centre of the background of the terminal. Since upgrading to 3.1rc2, it is initially displayed as a tiled image, but reverts to being centered when I right click or use a menu.

I can supply screenshots if necessary.

Rob
Comment 1 Rob Walker 2002-11-12 11:34:58 UTC
Created attachment 419 [details]
Rescales the background image on resize
Comment 2 Rob Walker 2002-11-12 11:35:32 UTC
Also affects images that are scaled to fill the screen.     
     
Seems to be due to the fact that pixmap_menu_activated is not called by   
notifySize until the menu has been created. (The terminal starts with a small size,  
so the image is scaled small). The attached patch calls pixmap_menu_activated  
regardless of whether m_menuCreated is set. 
Comment 3 Stephan Binner 2002-11-14 13:03:58 UTC
Thanks for the patch, committed it.