elviosak / plugin-wingmenu

Wing Menu is an alternative menu plugin for lxqt-panel
24 stars 9 forks source link

tried compiling this in debian 12 #33

Open RQD85 opened 8 months ago

RQD85 commented 8 months ago

rayqa@absolute-solver-10a8cto1ww:~/plugin-wingmenu$ sudo bash install.sh CMake Error at /usr/share/cmake-3.25/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): By not providing "Findlxqt-globalkeys.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"lxqt-globalkeys", but CMake did not find one.

Could not find a package configuration file provided by "lxqt-globalkeys"
(requested version 1.2.0) with any of the following names:

lxqt-globalkeysConfig.cmake                                                                                                                                                                                  
lxqt-globalkeys-config.cmake                                                                                                                                                                                 

Add the installation prefix of "lxqt-globalkeys" to CMAKE_PREFIX_PATH or
set "lxqt-globalkeys_DIR" to a directory containing one of the above files.
If "lxqt-globalkeys" provides a separate development package or SDK, be
sure it has been installed.
Call Stack (most recent call first):
/usr/share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-config.cmake:43 (find_dependency)
CMakeLists.txt:40 (find_package)

-- Configuring incomplete, errors occurred! See also "/home/rayqa/plugin-wingmenu/build/CMakeFiles/CMakeOutput.log".

even liblxqt-globalkeys-ui1-dev , liblxqt-globalkeys-ui1-dev liblxqt-globalkeys-ui1 nor lxqt-globalkeys wont work.

stefonarch commented 7 months ago

Looks like the install script doesn't work, it should compile from the folder with

mkdir build && cd build
cmake ..  -DCMAKE_INSTALL_PREFIX=/usr  -DCMAKE_BUILD_TYPE=Debug && make -j4
sudo make install

There is now "Fancy Menu" in LXQt git and upcoming release, but it isn't usable in debian bookworm, due to old qt version. https://mastodon.social/@LXQt/111784103106765215