gdclone icon indicating copy to clipboard operation
gdclone copied to clipboard

Thread main panick

Open matte156 opened this issue 1 year ago • 1 comments

thread 'main' panicked at src/main.rs:127:14:
called `Result::unwrap()` on an `Err` value: NoImplementation
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

It gives the same output weather I compile from source or I run the one pre-built.

OS: linux 6.9.7 Rust version: 1.81.0-nightly

matte156 avatar Jul 01 '24 20:07 matte156

Hello! Sorry for the late response. As described in the README.md of this project, under the Usage section:

NOTE: Either kdialog or zenity is required on linux.

You need to choose one of the above libraries and then install it with your distro's package manager.

opstic avatar Jul 26 '24 09:07 opstic