Nautilus window initial geometry with Gnome 3
- by elomage
I would like to open one or more Nautilus windows from the command line or a script at certain positions on my screen/desktop while in Gnome3. I could do this in Ubuntu 11.10 by specifying the geometry. For example, to open the window at the bottom right corner from the command line I could use:
nautilus --geometry 600x475-0-0 ~/mystuff
But using Gnome3 the geometry option is ignored, or overriden. Is there a way to make this work?