Tagged Questions
0
votes
0answers
25 views
Gedit Click Config plugin won't open
I'm using Gedit 3.4.2 with Click Config plugin 1.4.0. When I go to Edit->Click Config->Configure the window doesn't open, basically rendering this plugin useless. I've tried reinstalling the plugin. ...
4
votes
1answer
219 views
Any tool for inspecting GTK3 elements?
gtkparasite is great for GTK2, but unfortunatelly it can't do GTK3 applications.
Is there any alternative?
2
votes
1answer
825 views
gcc: -pthread: No such file or directory
Trying to compile following code in terminal i got
gcc: -pthread: No such file or directory,
what does this error means and how to eliminate it?
file name: window.c
code:
#include ...