-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Changing download folder doesn't appear to work (again) #106
Comments
Thanks for the report, I've got a fix in a branch atm. This branch still needs a bit more testing, but hoping to publish it soon. |
* multiple selectable wallpapers * fix thumbnail loader, load select image * add working preferences setting * remove old images from history that are deleted * fix getWallpaperDir * fix timing issues breaking thumbnails * clean ups and refactoring * implement random * some refactoring * add adjustable dconf for random * allow overrides to untested features * check for working clipboard * wallpaper folder menu item * add download folder button to prefs * fix blur prefs * store/restore state at boot * add next & prev buttons * desktop notifications #50 * update build * add link to GNOME extensions page with icon and sponsor link * add random button to menu * improve error & signal handling * bump version * shorter image names & consistent icons * fix error on first run * fix ES6 warnings * fix notifications * fix GNOME 3.28 support * fix directory change, relocate images #106 * fix gnome 40 image moving * improve logging * add debug prefs * unify strings & prefs, improve defaults * handle prefs being opened before first refresh
Should be fixed in #102 v33 |
Still not working. When i choose new folder (existing or create new one) and close settings window, when I reopen it, the download folder goes back to the state it was in before the change (even if I deleted it). |
@ikswokor which GNOME version and distro? when you click the open folder button where does it go? |
this is how it looks https://youtu.be/eaY8-TEHTe0 OS - Arch Linux x86_64 edit// i got latest version of extension, downloaded using git |
Yep, last minute change broke it undoing the fix. Thanks for the report (videos are great), if you are running git you can test the v34 branch for a fix. |
Yup, in branch v34 everything works great. Thanks a lot :) |
Thanks! Version 34 works as expected. |
Reopened as this doesn't seem to be working again |
* Updated German, Italian and Arabic translation (#142) #14 * add gettext domain to metadata * safer and more reliable method for _downloadImage #145 * move download folder fix #106 * set gtk4 filechooser button label #151 * better deal with home dir changes #151 * migrate from deprecated Soup.SessionAsync #150 * handle failures to get a httpsession #150 * change log error shouldn't stop prefs opening #150 * support GNOME 42, set dark style background #153 #154 * merge changes from #148 * improve user directory handling, remove '😞' char #151 * better default pref window size on gnome 40+ #147 * disable gallery, and open gallery fall back to open folder * bump version to version 38 Co-authored-by: JAKuhr <[email protected]> Co-authored-by: Simone Dotto <[email protected]> Co-authored-by: Amro Soliman <[email protected]>
Hi, The extension is great. However for the Gnome 40 version, the Download Folder option is not working. The user cannot choose a different folder to store the wallpapers. The option is there, and when clicked it opens a file manager to choose a different folder, but the selection is never applied. Therefore, the folder is always ~/BingWallpaper/. It worked fine for previous Gnome versions. This seems to be reported in relation to an old issue (#44). Thanks!
The text was updated successfully, but these errors were encountered: