wb027
wb027
> I have that on the roadmap and this should be fixed in the next update This is good news, I'll be waiting. > Do you mean the navbar? ...
I tried setting focus to .content-wrapper to simulate a ~mouse click~ get focus event:  _(sorry, it was not possible to insert this code normally)_ But this only...
Oops! The bug appeared for a different reason.  `$ ./test.php PHP Parse error: syntax error, unexpected ')' in /home/onotole/1/test.php on line 6`  It works....
Can you pass this correction to the maintainer ubuntu? I do not know how to do it correctly.
"What's your distro if the pkg-config call fails?" Sorry, I did not understand this question. I'm not a programmer, I'm a simple user.
-lncursesw -ltinfo
I'm sorry, I forgot to say: libncursesw5-dev is required to success compile.
Yes, it works! Now only in ui.c change needed: `+ setlocale(LC_ALL, "");`
I do not know how to do that. But make no complains about twice setlocale(). Here is the full output of make: `onotole@home:~/projects/radeontop$ make cc -Os -Wall -Wextra -pthread -Iinclude...
I tried to remove setlocale(LC_ALL, "") from radeontop.c and add to ui.c. It turned out all the same bullshit, but a different kind. I have a working version compiled only...