I'd like to launch gnome-terminal on my second monitor, you'd expect something like:
~$ gnome-terminal --display=0:0.1
to work but doesn't as RANDR is disabled or not used when xinerama is enabled.
The error I get when trying to launch with this command is:
Failed to parse arguments: Cannot open display: 0:0.1
I've also tried:
~$ export DISPLAY=":0.0"
~$ gnome-terminal --display=$DISPLAY
Xlib: extension "RANDR" missing on display ":0.0".
** (gnome-terminal:1818): WARNING **: Failed to connect to the session manager: Could not open network socket