Comment 26 for bug 1065979

Revision history for this message
Sebastien Bacher (seb128) wrote :

in fact looking to http://git.gnome.org/browse/gnome-settings-daemon/plain/plugins/xrandr/gsd-xrandr-manager.c the upstream code still seems to do nothing in the do-nothing case:

" apply_default_boot_configuration (GsdXrandrManager *mgr, guint32 timestamp)
 ...
         if (boot == GSD_XRANDR_BOOT_BEHAVIOUR_DO_NOTHING)
                 return;
         config = make_default_setup (mgr);
 ..."

 so it does return without calling make_default_setup() in that case