Nicola Guerrera
Nicola Guerrera
Thank you! I added it to the readme 👍 I will leave this issue open in order for other people to help with packaging on arch
Oops, my bad. Should be an easy fix. Will fix ASAP. On July 26, 2023 10:47:12 AM GMT+02:00, Marco ***@***.***> wrote: >> should now work with ripdrag 0.2.1-2 > >you...
> > should now work with ripdrag 0.2.1-2 > > you should remove ripdrag -V from > > ``` > check() { > cd "$pkgname-$pkgver" > ./target/release/ripdrag -V > }...
Hi and thanks for the PR! I think this feature is great, but I can't merge it since it's for an early version of ripdrag. Can you rebase it to...
Hi, thank you for reporting this. Unfortunately, I won't be able to work on it till next week. In the meanwhile, can you share more info about the enviroment you...
> About the directory problem, when any of the drop elements are directories, the drop is cancelled. @nik012003 Should there be a button to open a file picker? I know...
Uh, that's rather strange. I never got it work with firefox, I always received a blank string when I was testing it... I'll try tomorrow on another enviroment to try...
Okay, fixed the `--and-exit` behaviour. I noticed that most things work on firefox running on X, while dragging urls is mostly broken on firefox on Wayland :/ I compared the...
Yes, main.rs is the entire program! If you wanna drag stuff inside the folder, target mode should work in combination with a shell script, but if you want you could...
I fixed this issue substituing the line `pip install https://dpkt.googlecode.com/files/dpkt-1.8.tar.gz` with `pip install dpkt==1.8.8` in install.sh