You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 120.0.6099.199 (Official Build, ungoogled-chromium) (64-bit)
How to Reproduce?
goto any web site that has an image
right click on the image and choose "Same image as..."
navigate to desktop and click save
Actual behaviour
The image file is invisible on the desktop, until you manually refresh the desktop.
Expected behaviour
The image file should be visible automatically on the desktop when downloaded.
Additional context
I've tried using vanilla Chromium, stock Chrome and they all don't have this issue, the downloaded files are visible immediately on the desktop. It's on a Windows 10 machine but this behavior is consistent on another machine running Windows 11.
Using a watch script to monitor the desktop folder, I noticed that in Chrome and vanilla Chromium, after the file is renamed from file.jpg.crdownload to its original name file.jpg, there is an extra file modification action on that file. However, in ungoogled-Chromium, the rename action appears to be the last action, without the additional file modification observed in the other browsers.
The text was updated successfully, but these errors were encountered:
Version 120.0.6099.199 (Official Build, ungoogled-chromium) (64-bit)
How to Reproduce?
Actual behaviour
The image file is invisible on the desktop, until you manually refresh the desktop.
Expected behaviour
The image file should be visible automatically on the desktop when downloaded.
Additional context
I've tried using vanilla Chromium, stock Chrome and they all don't have this issue, the downloaded files are visible immediately on the desktop. It's on a Windows 10 machine but this behavior is consistent on another machine running Windows 11.
Using a watch script to monitor the desktop folder, I noticed that in Chrome and vanilla Chromium, after the file is renamed from
file.jpg.crdownload
to its original namefile.jpg
, there is an extra file modification action on that file. However, in ungoogled-Chromium, the rename action appears to be the last action, without the additional file modification observed in the other browsers.The text was updated successfully, but these errors were encountered: