Bug 187176

Summary: Okular gives "Calling appendChild() on a null node does nothing." warnings on image files
Product: [Applications] okular Reporter: Tim Landscheidt <tim>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 0.8   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tim Landscheidt 2009-03-14 21:10:05 UTC
Version:           0.8 (using 4.2.00 (KDE 4.2.0), 4.2.0-15.fc10 Fedora)
Compiler:          gcc
OS:                Linux (i686) release 2.6.27.19-170.2.35.fc10.i686

Okular gives warnings on every image file that is opened:

| [tim@lockfix ~/Desktop/Agenda]$ okular kscan_0001.jpeg
| okular(8710): Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory!
| Calling appendChild() on a null node does nothing.
| [tim@lockfix ~/Desktop/Agenda]$ okular JuLis/AC/xaa.png
| okular(8718): Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory!
| Calling appendChild() on a null node does nothing.
| [tim@lockfix ~/Desktop/Agenda]$ okular kscan_0001.jpeg JuLis/AC/xaa.png
| okular(8724): Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory!
| okular(8724): Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory!
| Calling appendChild() on a null node does nothing.
| Calling appendChild() on a null node does nothing.
| [tim@lockfix ~/Desktop/Agenda]$

For the bookmark_action_0 warning, see bug #187174.
Comment 1 Pino Toscano 2009-03-14 21:30:10 UTC
What is the bug?
Comment 2 Pino Toscano 2009-05-09 18:59:58 UTC
Not a bug, actually...