Summary: | "Could not determine the type of archive of the downloaded file" errors for valid-seeming archives | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-knewstuff | Reporter: | Connor Kunzmann <cekunzmann> |
Component: | general | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, bugseforuns, kdelibs-bugs, nate |
Priority: | NOR | ||
Version: | 5.91.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/knewstuff/commit/82f04bff174a4bb307aa9b39aedf271c200b0545 | Version Fixed In: | 5.93 |
Sentry Crash Report: |
Description
Connor Kunzmann
2022-02-21 17:06:43 UTC
Hmm, those methods all work for me with a few random cursor themes I tested. Can you provide an example of a cursor theme that is broken for you? If you use method 1 and then reboot, is the cursor theme applied as you expect? (In reply to Nate Graham from comment #1) > Hmm, those methods all work for me with a few random cursor themes I tested. > Can you provide an example of a cursor theme that is broken for you? > > If you use method 1 and then reboot, is the cursor theme applied as you > expect? A good example would be "X11 DEFAULT BLACK CURSOR SET"; I am unable to install this theme successfully with any method, though I'm unable to install any cursor theme. All cursor themes do this for me - occasionally, I'll find one that will appear to install successfully, but the theme will still show the default Breeze set in its preview. Clicking and applying the theme does nothing. Rebooting does not seem to make any difference in any configuration. Tried with that theme and got "Could not determine the type of archive of the downloaded file /tmp/xNPgEi-X11-Default-Black.tar". The mimetype seems fine to me though: $ file /tmp/xNPgEi-X11-Default-Black.tar /tmp/xNPgEi-X11-Default-Black.tar: POSIX tar archive (GNU) Seems like an KNS error; moving there. Can confirm, seems like the checks for the mime types it just missing an entry. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/knewstuff/-/merge_requests/172 Git commit 82f04bff174a4bb307aa9b39aedf271c200b0545 by Alexander Lohnau. Committed on 07/03/2022 at 20:29. Pushed by ngraham into branch 'master'. Fix certain tars not being recognized as valid archives KArchive can handle those too. M +1 -0 src/core/installation.cpp https://invent.kde.org/frameworks/knewstuff/commit/82f04bff174a4bb307aa9b39aedf271c200b0545 |