| Summary: | patch: Implement readCurrentDir for DragonFly | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Alex Hornung <alexh> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | adds cwd support for DragonFly | ||
SVN commit 1210984 by hindenburg: Add cwd support for DragonFly. Patch by Alex Hornung. It compiles under Linux. BUG: 259970 M +16 -1 ProcessInfo.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1210984 |
Created attachment 54590 [details] adds cwd support for DragonFly Version: unspecified (using Devel) OS: other I've recently added some functionality to DragonFly in form of a sysctl that allows to get the cwd. This patch enables konsole to make use of that functionality instead of not allowing it. Regards, Alex Reproducible: Didn't try