Bug 50329 - Centered background images in konsole are displayed as tiled
Summary: Centered background images in konsole are displayed as tiled
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.2
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-07 10:41 UTC by Rob Walker
Modified: 2002-11-14 13:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Rescales the background image on resize (878 bytes, patch)
2002-11-12 11:34 UTC, Rob Walker
Details

Note You need to log in before you can comment on or make changes to this bug.
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.