Comment 14 for bug 197673

Revision history for this message
Florent Mertens (givre) wrote :

Hi bryce,

gd_randr12_revert_support.patch :
doesn't apply cleanly (as 104_gd_randr12_revert_support.patch)

cc_randr12_revert_dialog.patch :
fail to build. You probably should add at least (most obvious):
#define REVERT_COUNT 40
Also gettext is quite broken.

Another implementation idea would be to make apply_stored_configuration
 (in g-s-d) configuration file independant, like :
apply_configuration (RWScreen *screen, gchar *file)

so apply would be something like that :
configurations_write(app->all_configurations, get_test_filename(), NULL)
apply_configuration (app->screen, get_test_filename());
run_revert_dialog ()
configurations_write(app->all_configurations, get_filename(), NULL)
apply_configuration (app->screen, get_filename());

In side not, i saw that upstream is implementing clone support right now.
Do you think that this may land in ubuntu, but i understand that this is not the priority ;)