Bolt icon indicating copy to clipboard operation
Bolt copied to clipboard

"Downloads" folder automatically created when launching Bolt

Open vicnetto opened this issue 4 months ago • 3 comments

Hello!

Thank you so much for developing the application! Now I can get humiliated by PvM on Linux.

When launching Bolt, an empty “Downloads” folder is automatically created, not following the configuration of xdg-user-dir. I couldn’t find any option allowing to configure this folder, neither why it's used, since it is always empty.

Is there any way of changing the default location of this folder?

Thank you in advance!

xdg-user-dir configuration:

.config/user-dirs.dirs:

XDG_DESKTOP_DIR="$HOME/downloads"
XDG_DOWNLOAD_DIR="$HOME/downloads"
XDG_TEMPLATES_DIR="$HOME/downloads"
XDG_PUBLICSHARE_DIR="$HOME/downloads"
XDG_DOCUMENTS_DIR="$HOME/downloads"
XDG_MUSIC_DIR="$HOME/downloads"
XDG_PICTURES_DIR="$HOME/downloads"
XDG_VIDEOS_DIR="$HOME/downloads"

System information:

  • Kernel: 6.15.9-arch1-1
  • xdg-user-dirs: 0.18-2
  • Bolt Launcher: 0.19.1-1 (aur)

Reproduction:

Image

vicnetto avatar Aug 26 '25 16:08 vicnetto

This is Chromium behaviour. Bolt uses Chromium Embedded Framework, CEF, for the UI and login page.

According to this https://github.com/chromiumembedded/cef/issues/3094 it was fixed in a more recent CEF version, possibly 128? It's not exactly clear but the issue is marked as "completed" anyway. Bolt is currently distributed with 126, so that'll be fixed whenever I stop putting off building a newer version.

Adamcake avatar Aug 27 '25 15:08 Adamcake

Perfect, no worries. Thank you very much for the disclosure!

vicnetto avatar Sep 01 '25 19:09 vicnetto

The AUR build uses a more recent version of CEF now, version 139. Can you check if it's still creating a Downloads folder after updating?

Adamcake avatar Nov 15 '25 02:11 Adamcake