Reset application preference in Fedora :
--
For example for gedit editor:
dconf reset -f /org/gnome/gedit/
--
You can reset other applications like terminal, nautilus, etc., check it out using:
dconf list /org/gnome/ -> list the applications whose preference can be reset.
--