Good Day Konsole Developers!<br><br>I am trying to embed the Konsole KPart in a plasma plasmoid using a QGraphicsProxyWidget. Unfortunately the text area of the terminal sits locked in the top left corner of the screen no matter where I place the QGraphicsProxyWidget in the scene. <br>
<br>For an example see: <a href="http://bonkel.files.wordpress.com/2008/06/funnykonsole.png">http://bonkel.files.wordpress.com/2008/06/funnykonsole.png</a><br><br>Interestingly the scroll bar is drawn correctly so I suspected the konsole might be doing something a little funny.<br>
<br>I found three lines that move the konsole to the top left corner and reset the rotation. Removing them fixed my problem see:<br><br><a href="http://bonkel.files.wordpress.com/2008/06/kde4desktop.png">http://bonkel.files.wordpress.com/2008/06/kde4desktop.png</a><br>
and <br><a href="http://bonkel.files.wordpress.com/2008/06/konsoleworking.png">http://bonkel.files.wordpress.com/2008/06/konsoleworking.png</a><br><br>Obviously those few lines of code were put there for a reason that I'm hoping someone here understands =)<br>
<br>I have attatched a patch highlighting what I changed on my system.<br><br>Thank you for creating such a powerful architecture, it's truly amazing how simple it was to create such applet using kparts!<br><br>Kind Regards<br>
Jared Kells<br><br><br><br><br>