https://bugzilla.novell.com/show_bug.cgi?id=670081 https://bugzilla.novell.com/show_bug.cgi?id=670081#c0 Summary: KDE 4.6.0: kate: startup noise and broken external tool Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: KDE4 Applications AssignedTo: kde-maintainers@suse.de ReportedBy: jnelson-suse@jamponi.net QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13 Every time kate is opened the following is spammed: "KConfigIni: In file /usr/share/kde4/apps/kate/externaltools, line 8: " "Invalid escape sequence "\'"." "KConfigIni: In file /usr/share/kde4/apps/kate/externaltools, line 8: " "Invalid escape sequence "\'"." "KConfigIni: In file /usr/share/kde4/apps/kate/externaltools, line 8: " "Invalid escape sequence "\'"." "KConfigIni: In file /usr/share/kde4/apps/kate/externaltools, line 8: " "Invalid escape sequence "\'"." This should be pretty trivial to fix: change: \'%filename\' to: \\'%filename\\' or '%filename' (I'm not sure which is correct) It wouldn't hurt to fix this kind of noise, either: Object::connect: No such slot KateExternalToolsPlugin::viewDestroyed(QObject*) and this (at *every* shutdown): kate(9916)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0xb8c1f8 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes. kate(9916)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x97c9a0 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes. kate(9916)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x8a5868 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.