gopeed icon indicating copy to clipboard operation
gopeed copied to clipboard

Can't open the file picker to set download location

Open gursuj opened this issue 2 months ago • 0 comments

I'm using the aur package on Arch Linux. When trying to set the download location, it doesn't open the file picker and instead prints this to the terminal:

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: Couldn't find the executable zenity in the path.
#0      isExecutableOnPath (package:file_picker/src/utils.dart:60)
<asynchronous suspension>
#1      FilePickerLinux._getPathToExecutable (package:file_picker/src/linux/file_picker_linux.dart:127)
<asynchronous suspension>
#2      FilePickerLinux.getDirectoryPath (package:file_picker/src/linux/file_picker_linux.dart:71)
<asynchronous suspension>
#3      _DirectorySelectorState.build.buildSelectWidget.<anonymous closure> (package:gopeed/app/views/directory_selector.dart:41)
<asynchronous suspension>

gursuj avatar Oct 13 '25 13:10 gursuj