Hello, I really like this plug in i use it on my archlinux system all the time.
I want to install it on my Linux Mint system too.
I use Linux Mint 21 and the rofi vesion is Version: 1.7.1.
What i did ?
clone this repo git clone https://github.com/marvinkreis/rofi-file-browser-extended
Try to run the cmake command but it was not installed so i installed it. sudo apt install cmake
Then i run the cmake and it seams fine but it has an error at the end
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- Checking for one of the modules 'glib-2.0'
-- Checking for one of the modules 'cairo'
Package rofi was not found in the pkg-config search path.
Perhaps you should add the directory containing `rofi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'rofi' found
-- Looking for FTW_ACTIONRETVAL
-- Looking for FTW_ACTIONRETVAL - found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/msuicfun/gitrepo/rofi-file-browser-extended
* Then i try the ``make`` command and i get an error
```bash [ 11%] Building C object CMakeFiles/filebrowser.dir/src/cmds.c.o
[ 22%] Building C object CMakeFiles/filebrowser.dir/src/filebrowser.c.o
/home/msuicfun/gitrepo/rofi-file-browser-extended/src/filebrowser.c:5:10: fatal error: rofi/mode.h: No such file or directory
5 | #include <rofi/mode.h>
| ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/filebrowser.dir/build.make:90: CMakeFiles/filebrowser.dir/src/filebrowser.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/filebrowser.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
I do have rofi installed i do not know what the problem is. Any body knows what the problem is ?
Hello, I really like this plug in i use it on my archlinux system all the time. I want to install it on my Linux Mint system too. I use Linux Mint 21 and the rofi vesion is
Version: 1.7.1
.What i did ?
git clone https://github.com/marvinkreis/rofi-file-browser-extended
cmake
command but it was not installed so i installed it.sudo apt install cmake
Then i run the cmake and it seams fine but it has an error at the end
-- The C compiler identification is GNU 11.2.0 -- The CXX compiler identification is GNU 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for one of the modules 'glib-2.0' -- Checking for one of the modules 'cairo' Package rofi was not found in the pkg-config search path. Perhaps you should add the directory containing `rofi.pc' to the PKG_CONFIG_PATH environment variable No package 'rofi' found -- Looking for FTW_ACTIONRETVAL -- Looking for FTW_ACTIONRETVAL - found -- Configuring done -- Generating done -- Build files have been written to: /home/msuicfun/gitrepo/rofi-file-browser-extended
I do have rofi installed i do not know what the problem is. Any body knows what the problem is ?