After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658566 - Moving Modal dialogs moves the entire app window
Moving Modal dialogs moves the entire app window
Status: RESOLVED NOTGNOME
Product: gnome-shell
Classification: Core
Component: general
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 665924 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-09-08 14:01 UTC by Olivier Berten
Modified: 2012-05-08 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Berten 2011-09-08 14:01:41 UTC
I'm using Gnome Shell on an eeePC. Since Acrobat's printing dialog is too big for my screen, I need to move it up in order to hit OK. When I drag (alt+drag) the printing dialog, the whole app gets moved at the same time.
This is a rather small annoyance but it's still annoying ;-)
Comment 1 Olivier Berten 2011-09-11 16:04:56 UTC
Same with Firefox's save dialog.
Comment 2 Jasper St. Pierre (not reading bugmail) 2011-09-11 16:15:41 UTC
This is intentional. Modal dialogs are attached to the application. The "/apps/metacity/attached_modal_dialogs" gconf key will turn that behavior off. What you want to view in the application under it?
Comment 3 Olivier Berten 2011-09-11 16:26:06 UTC
In Firefox's case, I want to see the address bar and the page url in order to copy some parts of it in the file name.
With Acrobat I just want to click OK (printing dialog is higher than my poor 600px) and I find it annoying to be forced to put the main app back on place afterwards.
Comment 4 Olivier Berten 2011-09-15 20:40:43 UTC
Same problem with gThumb's printing dialog. It doesn't fit a 1024x600 screen so you want to move it in order to launch the printing. But then the whole application moves...
Comment 5 Milan Bouchet-Valat 2011-12-11 17:21:59 UTC
*** Bug 665924 has been marked as a duplicate of this bug. ***
Comment 6 Milan Bouchet-Valat 2011-12-11 17:23:25 UTC
See also bug 650180 for another use case.

I think you should really file bugs against all apps you find that don't fit on 600px-high screens. Please post the links to the reports here.
Comment 7 José Antonio Meira da Rocha 2012-05-08 16:21:40 UTC
I set the key with:

$ gconftool-2 --set --type=bool /apps/metacity/attach_modal_dialogs false

and 

$ gconftool-2 --set --type=bool /desktop/gnome/shell/windows/attach_modal_dialogs false

But this very annoying behavior continues.

Google Earth show a empty dialogo over all windows.

In Scribus, some important informations becames overlaped.
Comment 8 Florian Müllner 2012-05-08 16:26:32 UTC
(In reply to comment #7)
> I set the key with:
> 
> $ gconftool-2 --set --type=bool /apps/metacity/attach_modal_dialogs false
> 
> and 
> 
> $ gconftool-2 --set --type=bool
> /desktop/gnome/shell/windows/attach_modal_dialogs false
> 
> But this very annoying behavior continues.

Assuming that you are using 3.4.x, those preferences are now stored in GSettings:

gsettings set org.gnome.shell.overrides attach-modal-dialogs false
Comment 9 José Antonio Meira da Rocha 2012-05-08 16:50:12 UTC
Thank you for the quick response.

Unfortunately, this don't work, nor setting:

gsetting set org.gnome.mutte false

I'm running Gnome 3.4.1 in Ubuntu 12.04 with Cinnamon 1.3 desktop.
Comment 10 Florian Müllner 2012-05-08 17:00:18 UTC
(In reply to comment #9)
> I'm running Gnome 3.4.1 in Ubuntu 12.04 with Cinnamon 1.3 desktop.

Hey, so it's not a GNOME problem ;-)

I suppose the Cinnamon devs renamed the schema to avoid conflicts. You should be able to locate the correct schema with along the lines of:

grep -l attach-modal-dialogs /usr/share/glib-2.0/schemas/*


(Oh, and another possibility is that Cinnamon is still using gconf, but with different keys like /apps/cinnamon/bla)
Comment 11 José Antonio Meira da Rocha 2012-05-08 18:14:45 UTC
You are rigth!

With Gnome 3 desktop, the behavior is gone.

It's a Cinnamon bug. I will fill a bug report in it proper site.

By now, I will stick with G3 desktop.

THX!
Comment 12 André Klapper 2012-05-08 18:30:06 UTC
Thanks for sharing the reason here and glad it works for you now!