After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 610721 - Selecting your locale's Download folder as the default download directory will create a new folder with the English name
Selecting your locale's Download folder as the default download directory wil...
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Downloads
2.29.x
Other Linux
: Normal minor
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-22 19:24 UTC by Javier Garcia Diaz
Modified: 2010-02-24 22:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Always use i18n'd Desktop and Downloads dir names (1.99 KB, patch)
2010-02-23 06:55 UTC, Diego Escalante Urrelo (not reading bugmail)
committed Details | Review

Description Javier Garcia Diaz 2010-02-22 19:24:46 UTC
If I select the Download folder (~/Descargas in my locale) as the download dir, then Epiphany's gconf key "downloads_folder" is set to "Download" and next time I try to download a file, a folder named "~/Download" is created.
The same thing happens if I select my desktop folder. The key is saved with the English name (which I think is the normal thing to do), but upon dowload the name is not converted back to the directory in my user_dirs file and an "~/Desktop" folder is created instead of using my Desktop folder (which is actually my home folder).
I'm using Ubuntu Lucid up to date and this started happening some days ago. Version 2.29.90.1 of Epiphany Webkit is affected by this. Additionally, most of the times the downloads cannot be found on the new folders created by Epiphay, nor on /tmp or somewhere else. Instead they are lost and I must use wget to download the file.
Thanks!
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2010-02-23 06:55:49 UTC
Created attachment 154477 [details] [review]
Always use i18n'd Desktop and Downloads dir names

Otherwise preferences gets confused and also some other parts of our code put
files where they shouldn't be. This was causing the default downloads
destination to reset everytime the preferences dialog was opened and also
causing some downloads (when "Open" is selected) to end up where they
shouldn't.

Bug #610721
Comment 2 Diego Escalante Urrelo (not reading bugmail) 2010-02-23 06:57:28 UTC
Javier this patch should fix your problem.

Regarding the missing downloads, that's caused by a bug already fixed in 2.29.91 (released yesterday). Just wait for ubuntu to package it.

Thanks for reporting.
Comment 3 Diego Escalante Urrelo (not reading bugmail) 2010-02-24 15:39:17 UTC
Attachment 154477 [details] pushed as 2424b74 - Always use i18n'd Desktop and Downloads dir names
Comment 4 Javier Garcia Diaz 2010-02-24 22:05:42 UTC
Hi Diego,
Many thanks for the quick answer and the fix for this! I have in great consideration all the GNOME community, but honestly did not expect such great support. Epiphany is my primary and only browser and the fix for the download problems is indeed much appreciated.
Gracias de nuevo,
  Javier