Bug 315006 - Warning/error messages when starting from Konsole
Summary: Warning/error messages when starting from Konsole
Status: RESOLVED MOVED
Alias: None
Product: okteta
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Friedrich W. H. Kossebau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-12 17:40 UTC by Graeme Hewson
Modified: 2016-01-20 13:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

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