timche / gmail-desktop

:postbox: Nifty Gmail desktop app for macOS, Linux & Windows
MIT License
832 stars 91 forks source link

The "download completed" notification always expects the file to be in the Downloads folder #364

Closed DonaldDuck313 closed 1 year ago

DonaldDuck313 commented 1 year ago

OS Windows

Gmail Desktop Version 2.25.3.0

Describe the bug When I download an attachment into a folder other than the Downloads folder, I get a notification saying "Download completed", but when I click on it it says that the file "C:\Users\myname\Downloads\file.pdf" doesn't exist. Obviously it doesn't exist, I put the file somewhere else. It should look in the folder where I put it instead of the Downloads folder.

Steps to reproduce the behavior

  1. Find an email with an attachment.
  2. Download the attachment.
  3. Save the attachment in a folder other than the Downloads folder.
  4. When you get a notification saying "Download completed", click on it.
  5. You will get an error message because it looked in the wrong folder.

Expected behavior Clicking on the notification should open the correct file instead of showing an error because it attempts to open the wrong file.

Media image

image

image

It looks in the Downloads folder even though that's not where I saved the file. In this case it should try to open C:\Users\myname\AppData\Local\Temp\709673.pdf instead.

image