George Badawi
George Badawi
Hi @CarderpSmith and @privatemajory, this problem can be solved if you invoke `export CPPFLAGS=-DOLD_LIBCONFIG` before you use `make`.
Well, guys, this seems like an easy-to-solve problem but I can't figure out how to at the moment, so I will download Debian and run it on a virtual machine...
Like in i3? that is exactly what I wanted to do! The problem is all info I can get from EWMH are: the current desktop, the number of desktops and...
Guys I am now confused, am I missing something here? I thought @z1lt0id asked for a i3-like workspaces block (i.e. shows only all non-empty workspaces). The name of workspaces is...
Hi @wb9688, could you provide me some more info (your `yabar.conf` and the dump when you invoke `yabar` in your terminal)?
Hi @androvix, have you installed the package `libxcb-ewmh-dev` (maybe its name has changed in ubuntu 16.04)? Please check if its installed and build the source code again.
Mmmm, I think you should not have used the option `-DOLD_LIBCONFIG` because Ubuntu 16.04 already uses a new libconfig version (i.e. >=1.5). Please open a new terminal and just invoke...
Are you sure you have the package `libconfig-dev` installed?
That is weird, if `libconfig-dev` is installed and you didn't use `CPPFLAGS=-DOLD_LIBCONFIG`, you shouldn't even see the function `config_lookup_from` in the dump on your terminal because the preprocessor (deletes) the...
I really like the idea, but believe it or not, despite the simplicity of this request, this would require a considerable amount of change in the code due to mainly...