Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
kdelibs3
stat-on-media.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File stat-on-media.diff of Package kdelibs3
Index: kio/kio/kdirwatch.cpp =================================================================== --- kio/kio/kdirwatch.cpp.orig +++ kio/kio/kdirwatch.cpp @@ -743,7 +743,8 @@ bool KDirWatchPrivate::useINotify( Entry bool KDirWatchPrivate::useStat(Entry* e) { - if (KIO::probably_slow_mounted(e->path)) + if ( e->path.startsWith("/media/") || (e->path == "/media") + || (KIO::probably_slow_mounted(e->path)) ) useFreq(e, m_nfsPollInterval); else useFreq(e, m_PollInterval);
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