Bug#676374: New keymap 'bepo' not in qemu-keymaps package

2012-10-02 Thread Vagrant Cascadian
Control: tags 676374 fixed-upstream
Control: tags 676374 pending

On Wed, Jun 06, 2012 at 04:36:54PM +0200, Frédéric Boiteux wrote:
   I want to use 'qemu' with 'bepo' keymap, added before 1.0 release of qemu, 
 butI don't find it in qemu-keymaps package, even in latest from experimental

Will be included in qemu 1.2.x when it hits experimental.


live well,
  vagrant


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#676374: New keymap 'bepo' not in qemu-keymaps package

2012-06-06 Thread Frédéric Boiteux
Package: qemu-keymaps
Version: 1.0+dfsg-3~bpo60+1
Severity: normal


  Hello,

  I want to use 'qemu' with 'bepo' keymap, added before 1.0 release of qemu, 
butI don't find it in qemu-keymaps package, even in latest from experimental
(but I can view this keymap from the source, here :
http://anonscm.debian.org/gitweb/?p=pkg-qemu/qemu.git;a=blob;f=pc-bios/keymaps/bepo;h=d40041a4cbac9c1f707594e6fe42e3b8ff16a763;hb=HEAD

Perhaps the list of packaged keymaps is fixed and need an update ?

  Thanks,
   Fred.


-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (990, 'stable'), (800, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-hp-toi (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#676374: New keymap 'bepo' not in qemu-keymaps package

2012-06-06 Thread Michael Tokarev
severity 676374 wishlist
tags 676374 + upstream confirmed moreinfo
thanks

06.06.2012 18:36, Frédéric Boiteux wrote:
 Package: qemu-keymaps
 Version: 1.0+dfsg-3~bpo60+1
 Severity: normal
 
 
   Hello,
 
   I want to use 'qemu' with 'bepo' keymap, added before 1.0 release of qemu, 
 butI don't find it in qemu-keymaps package, even in latest from experimental
 (but I can view this keymap from the source, here :
 http://anonscm.debian.org/gitweb/?p=pkg-qemu/qemu.git;a=blob;f=pc-bios/keymaps/bepo;h=d40041a4cbac9c1f707594e6fe42e3b8ff16a763;hb=HEAD
 
 Perhaps the list of packaged keymaps is fixed and need an update ?

The list of keymaps is specified here:

http://anonscm.debian.org/gitweb/?p=pkg-qemu/qemu.git;a=blob;f=Makefile;h=301c75e7e51cdbe2a6470a78cddc71cdaa28e6b4;hb=HEAD#l254

This is makefile from upstream qemu, and it does not include this
keymap.  Why - I don't know. Maybe it is incomplete somehow or
does not work.

You may just copy this file into the right place, which is
/usr/share/qemu/keymaps/, and it will be used if you specify
-k bepo.  If you try that, please write back whenever it works
as expected or needs some adjustments -- obviously this map
has never been used, and there's a very good chance for it to
contain bugs.

But please note that -k option itself is a sort of a hack.  If
you can, please use vnc client which is able to send raw keycodes
(any moder linux vnc client can), and do not specify -k at all,
with all keyboard layout manipulation done within guest.

Downgrading the severity to wishlist, as this is definitely not
a normal bug ;)

Thanks,

/mjt



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#676374: New keymap 'bepo' not in qemu-keymaps package

2012-06-06 Thread Michael Tokarev
06.06.2012 19:21, Michael Tokarev wrote:
 severity 676374 wishlist
 tags 676374 + upstream confirmed moreinfo
 thanks
 
 06.06.2012 18:36, Frédéric Boiteux wrote:
 Package: qemu-keymaps
 Version: 1.0+dfsg-3~bpo60+1
 Severity: normal


   Hello,

   I want to use 'qemu' with 'bepo' keymap, added before 1.0 release of qemu, 
 butI don't find it in qemu-keymaps package, even in latest from experimental
 (but I can view this keymap from the source, here :
 http://anonscm.debian.org/gitweb/?p=pkg-qemu/qemu.git;a=blob;f=pc-bios/keymaps/bepo;h=d40041a4cbac9c1f707594e6fe42e3b8ff16a763;hb=HEAD

 Perhaps the list of packaged keymaps is fixed and need an update ?
 
 The list of keymaps is specified here:
 
 http://anonscm.debian.org/gitweb/?p=pkg-qemu/qemu.git;a=blob;f=Makefile;h=301c75e7e51cdbe2a6470a78cddc71cdaa28e6b4;hb=HEAD#l254
 
 This is makefile from upstream qemu, and it does not include this
 keymap.  Why - I don't know. Maybe it is incomplete somehow or
 does not work.

Ok.  After looking at the qemu git history, it turns out it was you
who added this bepo keymap to qemu, but your commit only added the
map, but not updated the KEYMAPS definition.  This is qemu commit
2a3c633c1eb8692716220195b6d3fe78b7e411d0:

http://git.qemu.org/?p=qemu.git;a=commit;h=2a3c633c1eb8692716220195b6d3fe78b7e411d0


So it is probably your task to complete the addition of the new key.
Please submit the correct patch to qemu and Cc this bugreport, so
we can apply it to debian package as well.

However, my recommendation:
 But please note that -k option itself is a sort of a hack.  If
 you can, please use vnc client which is able to send raw keycodes
 (any moder linux vnc client can), and do not specify -k at all,
 with all keyboard layout manipulation done within guest.

stands still.

Thanks,

/mjt



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#676374: New keymap 'bepo' not in qemu-keymaps package

2012-06-06 Thread Frédéric Boiteux
Le mer. 06 juin 2012 19:28:37 CEST,
Michael Tokarev m...@tls.msk.ru a écrit :


  This is makefile from upstream qemu, and it does not include this
  keymap.  Why - I don't know. Maybe it is incomplete somehow or
  does not work.
 
 Ok.  After looking at the qemu git history, it turns out it was you
 who added this bepo keymap to qemu, but your commit only added the
 map, but not updated the KEYMAPS definition.  This is qemu commit
 2a3c633c1eb8692716220195b6d3fe78b7e411d0:
 
 http://git.qemu.org/?p=qemu.git;a=commit;h=2a3c633c1eb8692716220195b6d3fe78b7e411d0

Yes, I submitted a few month ago, and I use the same file locally
meanwhile it appears in the official qemu package, so I can tell it's
working :-)

 
 So it is probably your task to complete the addition of the new key.
 Please submit the correct patch to qemu and Cc this bugreport, so
 we can apply it to debian package as well.

Ok, I didn't know about that, I'll do this...

 
 However, my recommendation:
  But please note that -k option itself is a sort of a hack.  If
  you can, please use vnc client which is able to send raw keycodes
  (any moder linux vnc client can), and do not specify -k at all,
  with all keyboard layout manipulation done within guest.
 
 stands still.

When I've done that, i had some problems. Main I remember is that I use
qemu to test systems installations, where I find the virtual system
wait for a qwerty keyboard, whereas my layout is very different, and I
couldn't do even basic typing ...

  Thanks,

Fred.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org