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 ;)

-- 
gnome-display-properties should revert change automatically if not acknowledged
https://bugs.launchpad.net/bugs/197673
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to