Nautilus window initial geometry with Gnome 3
Posted
by
elomage
on Ask Ubuntu
See other posts from Ask Ubuntu
or by elomage
Published on 2012-09-28T10:07:10Z
Indexed on
2012/09/29
9:49 UTC
Read the original article
Hit count: 267
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?
© Ask Ubuntu or respective owner