mirror of https://github.com/polybar/polybar.git
Updated Known Issues (markdown)
parent
1b4b708b26
commit
4fdc51131f
|
@ -43,4 +43,4 @@ Traceback (most recent call last):
|
|||
out = __main__.output['eventstruct']
|
||||
KeyError: 'eventstruct'
|
||||
```
|
||||
**Fix:** You have to manually update the `xpp` submodule. To do that, go into the `lib/xpp` folder and execute `git checkout master`. After that you can go back into the `build` folder and run `make` again.
|
||||
**Fix:** You have to manually update the `xpp` submodule. To do that, go into the `lib/xpp` folder and execute `git checkout master` and `rm include/xpp/proto/*`, the second command deletes the already generated, but faulty, headers. After that you can go back into the `build` folder and run `make` again.
|
Loading…
Reference in New Issue