-
-
Notifications
You must be signed in to change notification settings - Fork 1
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] Download is not working #2
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Update: (issue still NOT resolved)
Now the browser correctly opens the file manager upon requesting a download or when changing the default download path in the browser settings (so no more crashes) but I am still "unable to normally save anything on the disk" from the browser after confirming the filename and path of the download (after clicking on "Save" nautilius closes and nothing happens). |
Yeah that is my bad, rushed a bit on this one, building now please update when that green checkmarks. |
Love you man, thanks! :) keep it up! |
Is there an existing issue for this?
Current Behavior
When trying to download anything (with right click or even clicking directly on a download link) nothing happens.
If you try to save an entire webpage (right click on an empty spot -> save as) or if you try to change the default save path in the settings, the browser crashes.
Btw the project is awesome, thanks for everything!
Expected Behavior
When trying to download anything, a popup window prompting for a save path should appear (maybe the container is missing a gui file manager accessible by the browser?)
Steps To Reproduce
Start a download in any way possible
-or-
Save an entire webpage
-or-
Change the default save path in the browser settings
Environment
CPU architecture
x86-64
Docker creation
--- services: ungoogled-chromium: image: lscr.io/linuxserver/ungoogled-chromium:latest container_name: ungoogled-chromium security_opt: - seccomp:unconfined environment: - PUID=1000 - PGID=100 - UMASK=000 - TZ=Etc/UTC - CHROME_CLI=https://www.google.com/ - TITLE=Chromium - CUSTOM_USER=my_user_redacted - PASSWORD=my_pass_redacted - LC_ALL=en_US.UTF-8 volumes: - /opt/ungoogled-chromium:/config ports: - 3001:3001 shm_size: "2gb" restart: unless-stopped
Container logs
The text was updated successfully, but these errors were encountered: