Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
kdelibs4-apidocs
hotplug-kde3.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hotplug-kde3.diff of Package kdelibs4-apidocs
Index: kdecore/services/kservice.cpp =================================================================== --- kdecore/services/kservice.cpp 2010-11-19 22:23:06.671000015 +0100 +++ kdecore/services/kservice.cpp 2010-11-19 22:25:37.760000017 +0100 @@ -106,6 +106,8 @@ m_bValid = false; return;*/ m_strType = QString::fromLatin1("Application"); + if( entryPath.contains( QLatin1String("/konqueror/servicemenus") )) + m_strType = QLatin1String("Service"); // workaround for bnc#378338, KDE3 entries there miss Type= } else if (m_strType != QLatin1String("Application") && m_strType != QLatin1String("Service")) { kWarning(servicesDebugArea()) << "The desktop entry file " << entryPath << " has Type=" << m_strType
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor