Unexpected warning when opening a C file with gedit after compiling it

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

+4
source share
2 answers

Xubuntu, debootstrap. , , Google .

, :

NO_AT_BRIDGE=1

/etc/environment ( export NO_AT_BRIDGE=1 ) .

+4

All Articles