workspaces-issues icon indicating copy to clipboard operation
workspaces-issues copied to clipboard

[Bug] - Rename download files

Open KogPop opened this issue 1 year ago • 1 comments

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

KASM1 KASM2 KASM3

Can anyone help me? Thanks!

KogPop avatar Apr 22 '24 12:04 KogPop

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.

j-travis avatar May 09 '24 08:05 j-travis