Jeremy Janella

Results 6 comments of Jeremy Janella

> is there any error, or do thumbnails just not work? no errors

`ytfzf --update` nothing changed `ytfzf --update-unstable=developement` On the dev branch these errors are shown ``` Scraping Youtube... /usr/bin/ytfzf: line 954: /tmp/ytfzf-subjson: Permission denied Downloading Thumbnails... /usr/bin/ytfzf: line 495: kill: (1003560)...

just to refresh the current state of things, i did ``` chmod 777 /tmp # not ideal ik but idc git clone https://github.com/pystardust/ytfzf cd ytfzf sudo make install ``` `./ytfzf...

```sh file_path="./test-fifo" image_to_test="$HOME/Pictures/Piggies/reese.jpg" # I think i did this right? its a valid path mkfifo "$file_path" ueberzug layer --parser json --silent < "$FIFO" & exec 3>"$file_path" { printf '{ "action":...

![image](https://user-images.githubusercontent.com/90074403/135542084-245041cc-6f50-42df-80c2-a5d0cedcc6ae.png) looks bugged, same result after removing .Xauthority and exitting/starting i3 ![image](https://user-images.githubusercontent.com/90074403/135541950-2d528a0f-8eda-4325-94f5-2e9f3244b151.png) ^ ran it with sudo

ah well thanks for your help. sudo isnt that bad of an issue i just thought it was unnessecary