Bug 248164

Summary: K3b 2.0.1 exits when opening Settings -> Configure K3b
Product: [Applications] k3b Reporter: Daniel Eklöf <daniel>
Component: GUI/UsabilityAssignee: Michał Małek <michalm>
Status: RESOLVED DUPLICATE    
Severity: normal CC: trueg
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniel Eklöf 2010-08-17 17:49:06 UTC
Version:           2.0-SVN (using KDE 4.5.0) 
OS:                Linux

When opening the configuration dialog (Settings -> Configure K3b), k3b simply exits with the following message on the console:

k3b(7981)/kdeui (kdelibs): Attempt to use QAction "view_projects" with KXMLGUIFactory! 
k3b(7981)/kdeui (kdelibs): Attempt to use QAction "view_dir_tree" with KXMLGUIFactory! 
k3b(7981)/kdeui (kdelibs): Attempt to use QAction "view_contents" with KXMLGUIFactory! 
k3b(7981)/kdeui (kdelibs): Attempt to use QAction "location_bar" with KXMLGUIFactory! 
QMetaObject::invokeMethod: No such method K3b::Application::loadCommandLineOptionsForNewInstance()

This did not happen in 2.0.0.

Reproducible: Always
Comment 1 Daniel Eklöf 2010-08-17 17:55:36 UTC
Btw, this is with QT 4.7 beta 2 (but again, I have had no issues with k3b 2.0.0).

FYI, I also tried going back to 2.0.0 to see if there was any differences in the console output. It wasn't. So, the:

QMetaObject::invokeMethod: No such method
K3b::Application::loadCommandLineOptionsForNewInstance()

message that I thought may be related probably isn't.
Comment 2 Christoph Feck 2010-08-18 03:09:07 UTC

*** This bug has been marked as a duplicate of bug 238819 ***