Summary: | Allow symlinks in standard dirs (eg. looking for services) | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | P.Christeas <p_christ> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ats-kdebugs, coolo, fbelew |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Follow symlinks in kstandarddirs
Previous patch + menu vfolder symlink patch |
Description
P.Christeas
2007-09-28 20:27:41 UTC
Created attachment 21708 [details]
Follow symlinks in kstandarddirs
One problem might be infinite recursions due to symlinks to ".." DFaure: It may be not: as long as the fn's are fed with the initial path (and not the resolved symlink), the system will prevent too many symlinks. See errno: ELOOP "Too many symbolic links were encountered in resolving pathname.." Created attachment 23468 [details]
Previous patch + menu vfolder symlink patch
The previous patch allowed services to be found and plasma to load. This patch
uses that, and allows menus to load in kickoff.
I don't think this is the complete patch yet. I'm still having issues with
protocol handlers.
*** Bug 159861 has been marked as a duplicate of this bug. *** SVN commit 790285 by dfaure: Fix broken handling of symlinks because of the d_type optimization BUG: 150307 M +2 -2 kdecore/kernel/kstandarddirs.cpp M +2 -2 kded/vfolder_menu.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=790285 *** Bug 157287 has been marked as a duplicate of this bug. *** |