[Ubuntu-x-swat] [Bug 585564] Re: Xephyr keyboard layout broken

2014-03-06 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/585564

Title:
  Xephyr keyboard layout broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/585564/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 585564] Re: Xephyr keyboard layout broken

2014-01-05 Thread Christopher M. Penalver
rindlis, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p xorg-server REPLACE-WITH-BUG-NUMBER

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Changed in: xorg-server (Ubuntu)
   Importance: Undecided = Low

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/585564

Title:
  Xephyr keyboard layout broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/585564/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 585564] Re: Xephyr keyboard layout broken

2011-10-29 Thread bq
For me , the option -keybd ephyr,,xkbmodel=evdev was not enough.
Try this : 

1) see what are full options using command setxkbmap -query
 
$ setxkbmap -query
rules:  evdev
model:  evdev
layout: us

2) using this option for Xephyr:

-keybd ephyr,,,xkbmodel=evdev,xkblayout=us,xkbrules=evdev

and all is working now.
NOTE :  i am not using ssh connection, but starting a nested KDE session as 
another local user.
Full script:

#!/bin/bash

sudo -u another_user date || exit 0

killall Xephyr

Xephyr -ac -screen 1420x820 -keybd 
ephyr,,,xkbmodel=evdev,xkblayout=us,xkbrules=evdev :3  2  /dev/null 
sleep 1

export DISPLAY=:3
sudo -u another_user -H bash -c /usr/bin/dbus-launch  /usr/bin/startkde
---

BTW: the ctrl+shift to greb keys to Xephyr window does not work for me,
but ctrl+alt+shift does

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/585564

Title:
  Xephyr keyboard layout broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/585564/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 585564] Re: Xephyr keyboard layout broken

2010-10-24 Thread Oliver Breuer
I have the same problem (pressing the up key starts the screenshot
utility) when using gnome-session inside Xephyr (I'm using Xephyr for
multiseat configuration).

Keyboard Layout: Germany - eliminate dead keys

Xephyr command-line:
Xephyr :5 -ac -screen 1280x1024 -mouse 
evdev,,device=/dev/input/by-id/usb-04d9_0499-event-mouse -keybd 
evdev,,device=/dev/input/by-id/usb-Logitech_Logitech_USB_Keyboard-event-kbd,xkbrules=xorg,xkbmodel=evdev,xkblayout=de,xkbvariant=nodeadkeys,xkboptions=lv3:ralt_switch,compose:caps
 -dpi 100 

When using the icewm window manager in Xephyr, all keys are ok
(including the arrow keys). The bug seems to be somehow related to one
component used in the gnome environment.

With the following procedure I sometimes the arrow keys to work with 
gnome-session:
1. start Xephyr (using second keyboard/mouse than the main X-server). No window 
manager or other program is started yet in Xephyr.
2. Press the up-key several times on the second keyboard (used by Xephyr)
3. wait some seconds (5 to 10)
4. start gnome-session in Xephyr
-- up-key works normally

-- 
Xephyr keyboard layout broken
https://bugs.launchpad.net/bugs/585564
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 585564] Re: Xephyr keyboard layout broken

2010-07-02 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

-- 
Xephyr keyboard layout broken
https://bugs.launchpad.net/bugs/585564
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 585564] Re: Xephyr keyboard layout broken

2010-05-25 Thread rindlis

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49100444/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/49100445/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/49100447/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/49100448/XsessionErrors.txt

-- 
Xephyr keyboard layout broken
https://bugs.launchpad.net/bugs/585564
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp