Fantastic Mr. Fox

Results 13 comments of Fantastic Mr. Fox

> The system installed pkg-config itself does this on my Ubuntu 18.04: ``` $ pkg-config --variable pc_path pkg-config /usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig ``` Please note this is the hardcoded path list which means...

I'm little bit confused. What is the purpose of `bash-completion.pc`(?), cause I can see the hardcoded paths in the script: ``` for dir in ${XDG_DATA_DIRS:-/usr/local/share:/usr/share}; do dirs+=($dir/bash-completion/completions) done ``` It...

My apologies, I should write at the beginning that I'm using Ubuntu 18.04 w/ installed libpng-dev 1.6.34. It's weird, because I can build flif, gif2flif and libflif.so.0 using make (makefile...

I changed global prefix to ~/.npm, but the error remains..

I fixed the problem with the following changes: 1. add new function in gears.table.lua ``` function gtable.removeitem(t, item) for k, v in ipairs(t) do if v == item then table.remove(t,...

``` set_hl { NotifyINFOBody = { bg = palette.surface0 }, NotifyINFOBorder = { bg = palette.surface0, fg = palette.surface0 }, NotifyINFOIcon = { bg = palette.surface0, fg = palette.green },...

[theme](https://pasteboard.co/wZgOh8umJ9I7.png) ___ @rcarriga Any idea why the message type (`record.level`) is wrong [here](https://pasteboard.co/9WW2aM3eLqu8.png)? 1. open new `nvim` 2. exec `:PackerUpdate` 3. try to save the file (`:w`)

@rcarriga https://pasteboard.co/RFDUpBusMntk.png

In this case please upload the ddcutil dev branch too, because now I'm getting an error that the function ‘ddca_add_trace_groups’ was not declared in this scope. Thanks.

No difference.. Could be this problem caused by an Q_OBJECT(?) - I can't find the implementation of all these functions.