godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.38k stars 21.26k forks source link

Native FileDialog in "Open Folder" mode grays out all directories #99627

Open Variable-ind opened 1 day ago

Variable-ind commented 1 day ago

Tested versions

System information

Godot v4.3.stable - Linux Mint 21.3 (Virginia) - X11 - Vulkan (Forward+) - integrated Intel(R) HD Graphics 620 (KBL GT2) - Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (4 Threads)

Issue description

The native file dialog grays out all folders when i enable Use Native Dialog and set the file mode to Open Folder

Image

from my tests, it seems to happen only in Open Folder mode and for me the initial directory is ALWAYS /home/{username} regardless of the mode i chose in Access.

Steps to reproduce

For detailed steps see the video below:

https://github.com/user-attachments/assets/f40cbea6-50f4-41e5-99af-e76d92e45ecd

Minimal reproduction project (MRP)

dialogtest.zip