[Konsole-devel] [Bug 185466] konsole right click context menu disappears

Andreas Marschke xxtjaxx at gmail.com
Sat Jun 5 11:48:17 UTC 2010


https://bugs.kde.org/show_bug.cgi?id=185466


Andreas Marschke <xxtjaxx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xxtjaxx at gmail.com




--- Comment #23 from Andreas Marschke <xxtjaxx gmail com>  2010-06-05 13:48:13 ---
Ok having had a look at the evil processor of this bug it appears to be in
SessionController.cpp in the function showDisplayContextMenu(QPoint).
At first it tries to check if there is a KXMLGuiFactory for this KXMLGuiClient
even though this(SessionController) seems not to be derived from KXMLGuiClient
or anything like it. 
SessionController is based on ViewProperties which is derived from QObject.
Thus I wonder how on earth it worked in the first place that you could simply
call factory() and not get an 'unknown' as answer from the compiler(!). 
I'm working on it though not a konsole dev if anyone of the participants in
this discussion can explain it to me why above mentioned worked befor, I would
be very very happy.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list