Skip to content
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

File Dialog always shows "Recent Files" regardless of set directory #237

Open
pozix604 opened this issue Jan 26, 2025 · 0 comments
Open

Comments

@pozix604
Copy link

pozix604 commented Jan 26, 2025

On Debian 12, Gnome.

Regardless of how rfd is invoked, the file dialog that appears always shows "Recent Files". There appears to be no way to change the file dialog so that it shows a specific directory by default.

For example, from documentation:

use rfd::FileDialog;

let files = FileDialog::new()
    .set_directory("/")
    .pick_file();

shows Recent Files.

Image

@pozix604 pozix604 changed the title File Dialog always show "Recent Files" regardless of set directory File Dialog always shows "Recent Files" regardless of set directory Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant