| Summary: | Cannot select gif format in 6.3.1 | ||
|---|---|---|---|
| Product: | [Applications] Spectacle | Reporter: | zxvb12z <zxvb12z> |
| Component: | General | Assignee: | Noah Davis <noahadvs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | arojas, kde, nate |
| Priority: | NOR | ||
| Version First Reported In: | git-stable-Plasma/6.3 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 6.3.1.2 | |
| Sentry Crash Report: | |||
| Attachments: |
gif
no gif |
||
|
Description
zxvb12z
2025-02-18 18:59:55 UTC
Now I’ve built the git version and it’s fine, I can choose gif. Is it a build problem or are the necessary changes just not released? Now I’ve built the git version and it’s fine, I can choose gif Is it a build problem or are the necessary changes just not released? Created attachment 178541 [details]
gif
Created attachment 178542 [details]
no gif
I see this in the code:
if (format == Gif && encoders.contains(Encoder::Gif)) {
So it looks like the version you didn't build from source was somehow compiled without GIF support. I'd recommend talking to your distro's packagers about that.
There is something weird going on here. GIF support is in the 6.3 branch, bot not in the 6.3.0 or 6.3.1 tags. Looks like spectacle is not being released from the 6.3 branch? Indeed, 6.3.0 and 6.3.1 were released from the old release/24.12 branch |