| Summary: | KDevelop freezes for a long time on start when restoring a session | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Adrián Chaves (Gallaecio) <adrian> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.3.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Adrián Chaves (Gallaecio)
2019-09-02 15:23:51 UTC
As a workaround, I’m using Pipenv for Python projects in encrypted folders. Because Pipenv keeps virtual environment folders in a separate (not encrypted) location, the freeze time is much shorter. This, however, means that Python dependencies are not encrypted. And while most come from the public PyPI repository, there are also dependencies installed from private Git repositories that should not be in an unencrypted folder. |