Public bug reported: Seen in Ubuntu Gutsy Gibbon.
I have various scripts that start a nested Xserver using xephyr-xserver, and launch gnome-terminals in the nested server. These worked fine in Dapper Drake, but it seems with Gutsy Gibbon only the first gnome- terminal honors the display setting. Here is a simple test script: #!/bin/sh Xephyr :1 -ac -br -screen 1024x768x16/BPP& DISPLAY=:1 gnome-terminal& DISPLAY=:1 gnome-terminal --geometry=-0-0& In the terminal where I run this script I see: Extended Input Devices not yet supported. Impelement it at line 625 in ../../../../hw/kdrive/src/kinput.c Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! I can make this work by using xterms, like so (replace the last two lines in the script above): xterm -display :1& xterm -display :1 -geometry -0-0& ** Affects: gnome-terminal (Ubuntu) Importance: Undecided Status: New -- gnome-terminal does not honor display setting when using xephyr-xserver https://bugs.launchpad.net/bugs/155655 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs