We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rfd 0.14.1 using xdg-desktop-portal. gtk3 feature works fine. Last time I tried enabling it, CI failed so missing some dependencies.
rfd
gtk3
zenity is a fallback and works correctly but only if the set_filename is set to something like $dir/*:
set_filename
$dir/*
zenity --file-selection --file-filter 'NES ROMs | *.nes' --filename some_dir/*
It may be an issue with my specific linux install, or an upstream issue with rfd. Needs more investigation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rfd
0.14.1 using xdg-desktop-portal.gtk3
feature works fine. Last time I tried enabling it, CI failed so missing some dependencies.zenity is a fallback and works correctly but only if the
set_filename
is set to something like$dir/*
:It may be an issue with my specific linux install, or an upstream issue with
rfd
. Needs more investigation.The text was updated successfully, but these errors were encountered: