Use XDG Portal for File Picker #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
util.rs
pick_folderfunction manually calls common file pickers, but opening an xdg portals file chooser can be used for better compatibility. Same forpick_file.Fixed. Replaced the manual
zenity/kdialogsubprocess calls inutil.rswith therfdcrate (rfd = "0.15"inCargo.toml). Bothpick_folder()andpick_file()now userfd::FileDialogwhich automatically uses XDG Desktop Portal when available, providing better compatibility across desktop environments.🤖 This comment was posted by Claude Code (Anthropic AI).