I made a game with game.c. After that, I created a Makefile to compile the game. By writing "make" in Terminal, the game compiles, and I can also run the game. But when I open the game.c file again with "gedit game.c", I get a warning:
** (gedit: 5242): WARNING **: Failed to connect to the availability bus: Failed to connect to the / tmp / dbus -32NmbcAsWU connector: connection failure
Although my c file opens, I get this warning. How can I fix this warning?: /: (
thanks
source
share