GNOME Bugzilla – Bug 709068
Fn+F7 shows a dialogue when nothing changed
Last modified: 2013-10-03 13:17:04 UTC
Pressing Fn+F7 (the "external screen" magic button) asks me whether I want to keep those display settings, except that nothing changed, my internal laptop monitor is still the only output, with the same resolution. $ xrandr -q > foo <Press Fn+F7 and accept the changes> $ xrandr -q > foo2 $ diff -up foo foo2 $
Actually, the behavior should be that you don't get a dialog even if something changes, because the change is not persistent. Except that gnome-settings-daemon actually requests a persistent change, for some reason (bad rebase or boolean confusion probably)
Created attachment 256301 [details] [review] xrandr: remove persistent configuration supports Configurations generated by rotate buttons or FN+F7 are always temporary, so we should not ask mutter for a persistent one instead.
Review of attachment 256301 [details] [review]: Looks good.
Attachment 256301 [details] pushed as 4cae494 - xrandr: remove persistent configuration supports