From downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=753319 Pressing 'Reset to Defaults' in keyboard application shortcuts will cause the default entries to be readded. However, if some of the entries which are present in list of currently used shortcuts, are also present in the 'default' set, the entries will appear twice (see the screenshot). It seems that only presentation part is broken through. After closing the keyboard settings window and opening it again, the shortcuts are not doubled. So the settings are saved corectly. Version-Release number of selected component (if applicable): xfce4-settings-4.8.3-1.fc16.i686 How reproducible: always Steps to Reproduce: 1. open keyboard settings, switch to application shortcuts pane 2. press reset to default 3. Actual results: shortcut entries are doubled Expected results: old entries are replaced with default ones
Created attachment 4191 [PATCH] Clear out all the old entries before resetting to defaults This patch clears out the old entires from the list before resetting all the bindings to their defaults.
Applied in 6d5cf80.