main: set window-manager-name to "Gala", prevents us to report as Mutter

This commit is contained in:
Rico Tzschichholz 2012-10-24 18:35:52 +02:00
parent acdb10ddab
commit bd6c8fb8ab

View File

@ -44,6 +44,8 @@ namespace Gala
Meta.Plugin.type_register (new Plugin ().get_type ());
#endif
Meta.set_wm_name ("Gala");
/**
* Prevent Meta.init () from causing gtk to load gail and at-bridge
* Taken from Gnome-Shell main.c