I download my music videos and shuffle them in mpv. Sometimes i want a certain song so i want like a hotkey to open ~/Music\ Videos/ and search for a file. I used rofi file browser extended from the aur but i cant get it to compile on debian
I download my music videos and shuffle them in mpv. Sometimes i want a certain song so i want like a hotkey to open ~/Music\ Videos/ and search for a file. I used rofi file browser extended from the aur but i cant get it to compile on debian
I’m completely not sure, but did you clone the repository with recursive flag?
It’s presumably related to your includePath or something.
P.S. I think I’ve figured out:
You need to have rofi ^1.6.1 installed on your system.
https://github.com/marvinkreis/rofi-file-browser-extended#dependencies
Oh. Rofis 1.7.3
It says 1.6.1+, so 1.7.3 should be fine.
Hmm whats the issue then
According to the error message, it doesn’t find the mode.h file which is included in the rofi-dev package. Did you install that?
I just did and it compiled! Thank u
Great!