Summary: | Missing file extensions in file names of locally saved images from web pages, where these images were downloaded via the "Site Info" window | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | Jens <senf> |
Component: | general | Assignee: | David Rosca <nowrep> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | jurajoravec, senf |
Priority: | NOR | ||
Version: | 24.01.75 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jens
2023-11-19 14:20:20 UTC
Hello,
I can confirm, on the given address the images do not save properly.
The name seems to be taken from the image address:
> https://api.ardmediathek.de/image-service/images/urn:ard:image:0d3c1396dd396d27?w=448&ch=31bb1c500837e746
Which is a weird one to me.
This needs more investigation.
IIRC when Falkon is saving images from this dialog, it always converts them to PNG format.
Best regards,
Juraj
I checked if the behavior described in this bug report still occurs in Falkon version 24.08.1: No. The name of the downloaded image file now has the file extension *.png. Thus this bug report can be closed (preferably by another user than me). (In reply to Jens from comment #2) > I checked if the behavior described in this bug report still occurs in > Falkon version 24.08.1: No. The name of the downloaded image file now has > the file extension *.png. Thus this bug report can be closed (preferably by > another user than me). I checked it as well and it still seems to be an issue, it could be that different QtWebEngine versions provide different results. But it anyway needs some checks from falkon to at least add ".png" all the time, or to somehow download the original image instead. Currently the following version of the QtWebengine is installed in my Tuxedo OS 3 installation: --- <User>@<Hostname>:~$ sudo apt -a list qt6-webengine Listing... Done qt6-webengine/jammy,now 6.7.2-0zneon+22.04+jammy+release+build1 amd64 [installed,automatic] qt6-webengine/jammy 6.7.2-0xneon+22.04+jammy+release+build54 amd64 qt6-webengine/jammy 6.7.2-0xneon+22.04+jammy+release+build53 amd64 <User>@<Hostname> --- I checked the apt logs in /var/log/apt, beginning in a history*.gz file which had been finalized (rotated) with the following time stamp: --- <User>@<Hostname>:/var/log/apt$ ls -ahl history.log.1 -rw-r--r-- 1 root root 172K Sep 30 19:49 history.log.1 <User>@<Hostname>:/var/log/apt$ --- (I had to g-unzip this file to have a look into it) The first line of this file begins like this: --- <User>@<Hostname>:/var/log/apt$ cat history.log.1 | more Start-Date: 2024-09-06 12:05:54 Commandline: apt-get upgrade --- My comment here in this bug report when I reported that downloaded *.png files in Falkon version 24.08.1 now locally get saved with the *.png file extension is from 2024-09-20. Thus, I have checked the content from first line in the file history.log.1 until the last line of the file history.log which has not been rotated yet for any occurance containing the string "*webengine*": --- <User>@<Hostname>:/var/log/apt$ grep '*webengine*' history.log.1 <User>@<Hostname>:/var/log/apt$ <User>@<Hostname>:/var/log/apt$ grep '*webengine*' history.log <User>@<Hostname>:/var/log/apt$ --- Thus, since I created my comment here on 2024-09-20, no update for the package qt6-webengine had been installed in my Tuxedo OS 3 installation. So the version of the QtWebengine which was involved when I reported that downloaded png files in Falkon version 24.08.1 get locally saved with the *.png file extension is 6.7.2 |