workspaces-issues
workspaces-issues copied to clipboard
[Bug] - Rename download files
Hello ! I have problem in Google Chrome image. I can't rename the file when I try to download it. I can select name and delete but after that the name window only catches 1 character.
when I download something to the default directory, if the program has a file with the same name, it adds (1) (2), but if I do, for example "print to" the name cannot be changed, only overwritten.
i have the newest version KASM at Oracle Linux Server ver. 9
Can anyone help me? Thanks!
Thank you for reporting the issue.
I am able to reproduce.
To work around the problem, you can configure your Docker Run Config Override section of the Chrome workspace with the following
{
"environment": {
"KASM_RESTRICTED_FILE_CHOOSER" : "0"
}
}
The restricted file chooser only shows the user the desktop , downloads and uploads directories by default. Disabling this functionality will show the user the entire file system when using the system file chooser widget.