Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot extract docset Android: truncated gzip input #1454

Closed
rusty-snake opened this issue Jan 21, 2023 · 1 comment
Closed

Cannot extract docset Android: truncated gzip input #1454

rusty-snake opened this issue Jan 21, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@rusty-snake
Copy link

Installing Android docsets constantly fails Cannot extract docset Android: truncated gzip input.

The reasons seems to be that Zeal downlands to a temporary file (/tmp/Zeal.XXXXXX) and /tmp is - as one every modern Linux - a size limited tmpfs and the Android docset with ~1GB is to big.

  • Fedora 37
  • Zeal 0.6.1 (flatpak)
@trollixx
Copy link
Member

It is QTemporaryFile's default behavior. I will update it to use QStandardPaths::CacheLocation.

@trollixx trollixx self-assigned this Apr 15, 2023
@trollixx trollixx added this to the 0.7.0 milestone Apr 15, 2023
@trollixx trollixx added the resolution/done Bug fixed, task competed, etc... label Apr 15, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants