godot icon indicating copy to clipboard operation
godot copied to clipboard

FileDialog in Open Folder mode prevents from selecting anything (folders and files) on Linux Mint

Open Hokome opened this issue 8 months ago • 1 comments

Tested versions

  • v4.2.2.stable.mono.official [15073afe3]

System information

Linux Mint 21.3 (Virginia) - X11 - Vulkan (Forward+) - dedicated AMD Radeon RX 5500M (RADV NAVI14) () - AMD Ryzen 5 5600H with Radeon Graphics (12 Threads)

Issue description

When using the FileDialog node in "Open folder" mode, it greys out everything in the dialog. I cannot select folders or files. I can still use the sidebar to access Documents, Videos etc. I can still create a new folder and it'll automatically go inside, but I cannot select or manually edit the path.

image

Steps to reproduce

  • Use Linux Mint (probably)
  • Create FileDialog node
  • Set File Mode to "Open Folder"
  • Set Use Native Dialog to true
  • Set Access to "File System"
  • Make it pop up in script

Minimal reproduction project (MRP)

BugProject.tar.gz Not ZIP because it's likely a Linux only problem

Hokome avatar Jun 04 '24 11:06 Hokome