gopeed
gopeed copied to clipboard
Can't open the file picker to set download location
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>