On Apr 4, 2013 11:02 AM, "Ron Yorston" <rmy tigress co uk> wrote:
> It's possible to change this behaviour by running:
>
> dconf write /org/gnome/shell/overrides/attach-modal-dialogs false
Please don't. dconf is a backend tool, use
gsettings set org.gnome.shell.overrides attach-modal-dialogs false
instead (you'll even get command line completion, so it's also more convenient)