Bug 315006

Summary: Warning/error messages when starting from Konsole
Product: [Applications] okteta Reporter: Graeme Hewson <bugs>
Component: generalAssignee: Friedrich W. H. Kossebau <kossebau>
Status: RESOLVED MOVED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Graeme Hewson 2013-02-12 17:40:14 UTC
When starting Okteta from Konsole, several warning/error messages are displayed:

$ okteta testfile
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/konsole Konsole::KeyboardTranslatorReader::readNext: Key "Space+Ctrl" , Command """" not understood.  
okteta(27134)/konsole Konsole::KeyboardTranslatorReader::readNext: Key "ScrollLock" , Command "ScrollLock" not understood.  
okteta(27134) KXMLGUI::ActionList::plug: Index  10  is not within range (0 -  9 
okteta(27134)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory! 
okteta(27134)/konsole Konsole::Session::run: Attempted to re-run an already running session.
Comment 1 Friedrich W. H. Kossebau 2013-02-12 18:04:54 UTC
Thanks for reporting. Most warnings should be no a fault of Okteta code, but to be honest I have never investigated so far.
Now that you reported it I should consider investigating a little.
Might happen during upcoming Okteta development phase, surely there will be times when I am stuck with something and need something (hopefully) simple as a break :)
Comment 2 Friedrich W. H. Kossebau 2016-01-20 13:58:51 UTC
Most warnings as reported seem to have been disappeared, possible by port to Qt5/KF5 or as sideeffects of other changes.
One warning though can still be seen (the one from KXMLGUI::ActionList::plug:), but it might be an XMLGUI-internal bug. So I opened an own issue for that one, as https://bugs.kde.org/show_bug.cgi?id=358253

And closing this here, due to being outdated now :)