Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5346

Raspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and wf-panel-pi

$
0
0
I need to correct myself in this:
You can however compile and run my wf-panel-pi without installing it:

Code:

$ cd builddir$ meson compile$ ps -ef | fgrep wf-panel-pi | fgrep -v grep | awk '{print $2}' | xargs kill$ ./src/panel/wf-panel-pi
Doing as above will probably result into a segfault or a trap, because wf-panel-pi will try to use the metadata XML file in /usr/share/wf-panel-pi/metadata. Instead, for running my version of wf-panel-pi from the source tree without installing it, you need to instruct it to use the config file from the source, like this:

Code:

$ cd builddir$ meson compile$ ps -ef | fgrep wf-panel-pi | fgrep -v grep | awk '{print $2}' | xargs kill$ ./src/panel/wf-panel-pi -c ../metadata/panel-pi.xml

Statistics: Posted by avarvit — Sun Mar 24, 2024 4:59 am



Viewing all articles
Browse latest Browse all 5346

Trending Articles