Are you sure you are running on Bookworm? I have not tested this in any older release. If yes, I would suggest to make sure your system is up-to-date and then retry:pi@raspberrypi:~/wf-panel-pi/builddir $ meson compile
ERROR: Current directory is not a meson build directory: `/home/pi/wf-panel-pi/builddir`.
Please specify a valid build dir or change the working directory to it.
It is also possible that the build directory was generated with an old
meson version. Please regenerate it in this case.
kalimera.kollisa edo.voithiseme se parakalo.manythanks
dimosthenis
Code:
pi@raspberrypi:~/wf-panel-pi $ sudo apt updatepi@raspberrypi:~/wf-panel-pi $ sudo apt upgradepi@raspberrypi:~/wf-panel-pi $ rm -rf builddirpi@raspberrypi:~/wf-panel-pi $ meson setup builddir --prefix=/usr --libdir=/usr/lib/<library-location> # check README.md for what to put herepi@raspberrypi:~/wf-panel-pi $ cd builddirpi@raspberrypi:~/wf-panel-pi/builddir $ meson compile
Thanks for your kind words! Although I am generally following wf-panel-pi (my clone is up to date with the official upstream repository, as you can check), I understand your argument. You can however compile and run my wf-panel-pi without installing it:Thanks for making this. Since you requested comments, it is a pleasure to report that I am a happy user of your https://github.com/avarvit/wayfire-kbdd-plugin plugin for more than a month now. I can not comment on https://github.com/avarvit/wf-panel-pi because I hesitated installing it (in case it complicates future updates).
Again thanks for the very useful plugin.
Code:
$ cd builddir$ meson compile$ ps -ef | fgrep wf-panel-pi | fgrep -v grep | awk '{print $2}' | xargs kill$ ./src/panel/wf-panel-pi
Code:
$ sudo apt reinstall wf-panel-pi
Statistics: Posted by avarvit — Sat Mar 23, 2024 7:51 pm