[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2010-03-31 Thread Bug Watch Updater
** Changed in: debian
   Status: New = Fix Released

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2009-05-25 Thread Corona
I solved this by running

xhost local:username

on startup. Replace username with your own username of course.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-12-11 Thread Daniel T Chen
** Changed in: xkbset (Ubuntu)
   Status: New = Incomplete

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-11-14 Thread Super Jamie
It seems 'xkbset m' and Ctrl+Alt+Shift+Numlock both toggle mousekeys on
the numpad. I imagine most laptop users wouldn't see this behaviour, due
to their integrated Fn+ key numpads. A sideffect for me is that Ins0
Numpad5 and Numpad+ become right click whilst this state is active.
'xev' confirms Pointer_Button3 is registered on those keypresses.

However, I found 'setxkbmap' does fix the XKB not supported error, you
specify a language for layout. Here's the script I use to make a
keyboard button do middle-click paste:

#!/bin/bash
setxkbmap -layout us
xkbset m
xkbset exp =m
xmodmap -e keycode 135 = Pointer_Button2

I'd say either features in X or xkbset changed, and 'setxkbmap' is the
correct way of using 'xkbset'.

-- Ubuntu 8.04.1, xorg 7.3+10ubuntu10.2, xkbset 0.5-5.1

Out of interest, 'xkbset' runs without 'setxkbmap' on Intrepid on my
Dell Vostro 1200 laptop with Intel 965 video. I have not tried Intrepid
on my desktop with nVidia FX5200 video and Microsoft Comfort Curve 2000
keyboard.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-10-30 Thread Bryce Harrington

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-10-10 Thread Bryce Harrington
Hi criswellious,


Thank you for taking the time to report this bug and helping to make Ubuntu 
better. You reported this bug a while ago and there hasn't been any activity in 
it recently. We were wondering is this still an issue for you? Can you try with 
the latest development release of Ubuntu?  (ISOs are available from 
cdimage.ubuntu.com)

If it remains an issue, could you also attach a new /var/log/Xorg.0.log?
Thanks in advance.


The output of lspci -vvnn would also be worth having.


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

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-06-21 Thread Marf
I experienced the same problem with Xubuntu 8.04. I need xkbset for
setting the 'bouncekeys' option.

Finally i got it working again by first setting the keyboard layout via
'setxkbmap'.

#!/bin/sh
setxkbmap -layout  your_layout
xkbset  whatever_you_want

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-06-17 Thread Bug Watch Updater
** Changed in: debian
   Status: Unknown = New

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-06-17 Thread pauls
OK, this is definitely in the source package xorg-server (I added this
to this bug) and specifically in xserver-xorg-core.  The changelog
shows:

xorg-server (2:1.4.1~git20080131-1ubuntu7) hardy; urgency=low

  * 159_xkb_default_to_null.diff:
When copying the keymap, make sure the structs default to 0/NULL.
(LP: #184651)

   snipped others 

 -- Timo Aaltonen [EMAIL PROTECTED]  Wed, 09 Apr 2008 11:06:04
+0300

I rebuilt it without this patch and am running it now and xkbset is
working ok.  So, something about the bug fix to #184651 is the problem
here.


** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-06-16 Thread pauls
I found (and added to this description) the same bug in debian
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480021

Perhaps Sam can change the source package to xserver-xorg-core or xkb-
data to get the right dev's involved.

In the meantime, I also have the same experience on hardy with xkbset.


** Bug watch added: Debian Bug tracker #480021
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480021

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480021
   Importance: Unknown
   Status: Unknown

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-29 Thread AJ Slater
While xkbset still reports 'not supported for display', from a practical
perspective:

Ctrl-Alt-Shift-Numlock does toggle on and off my mouse keys, so I'm
rollin' with context menus on my MBP again.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-29 Thread eric3chang
Well, I found another way around it. It turns out mouseemu is installed
by default on Kubuntu 8.04 machines. Mouseemu, on MBP and probably MB,
sets F12 to right click and F11 to middle click by default. You're
supposed to be able to change the right click and middle click to
something else, but I haven't been able to do that successfully.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-29 Thread AJ Slater
I run this in my (gnome) session startup:

xmodmap /home/aj/.xmodmap

[EMAIL PROTECTED] % cat .xmodmap
keycode 116 = Pointer_Button2
keycode 108 = Pointer_Button3

That's 116 is Right-Fan and 108 is Enter on MBP.

I don't seem to have mouseemu installed.

And again, Ctrl-Alt-Shift-Numlock turns those buttons as acting as
mousekeys on and off.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-29 Thread eric3chang
Oh, I see. So basically Ctrl+Alt+Shift+Numlock takes the place of xkbset -m
The .xmodmap method wasn't working for me. Maybe it's because I'm using KDE 
:-/. But I put the following script inside the ~/.kde/Autostart folder to make 
it work.

#!/bin/sh
xmodmap -e keycode 116 = Pointer_Button2
xmodmap -e keycode 108 = Pointer_Button3
#xkbset -m

Originally the third line would be uncommented if xkbset worked, but I
guess I can press Ctrl+Alt+Shift+Numlock to enable it every time.
Thanks, AJ, this works better than mouseemu, there is a delay when I use
the F12 and F11 buttons for the first time for right click and middle
click.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-29 Thread Sam Hart
Ctrl+Alt+Shift+Numlock does work for me as well.

I guess my question now is; has xkbset become deprecated?

Looking at the changelog from upstream
(http://changelogs.ubuntu.com/changelogs/pool/universe/x/xkbset/xkbset_0.5-5.1/changelog)
the last update to the Debian package was in Jan 2006 and was a non-
maintainer upload. So, at least upstream in Debian, it seems
unmaintained. If you look even further upstream
(http://www.math.missouri.edu/~stephen/software/xkbset/) you see that
the original maintainer of the app itself hasn't released anything since
2002.

So, it seems to be unmaintained all the way up. This problem we're
encountering could easily be a change in X.org that has made the way
xkbset handles these things no longer correct (I've not looked at it,
I'm just stabbing in the dark here).

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-29 Thread onyxrev
Thought I'd chime in that Ctrl+Alt+Shift+Numlock works for me too.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-29 Thread eric3chang
Actually, I think it's just Ctrl+Shift+NumLock. But xkbset is no longer
necessary because using Ctrl+Shift+NumLock turns mousekeys on and leaves
it on through reboot. The only way I've gotten xkbset to (sorta) work is
by placing it in a script inside ~/.kde/Autostart , which is the startup
folder under kde. But it seems like a waste of time now that mousekeys
persist through reboots.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-29 Thread Sam Hart
The only way I've gotten xkbset to (sorta) work is by placing it in a
script inside ~/.kde/Autostart , which is the startup folder under kde.
But it seems like a waste of time now that mousekeys persist through
reboots.

It's only a waste of time if you're using KDE :-)

I use Fluxbox, and I traditionally used xkbset. Now, I have to do
CTRL+SHIFT+NUMLOCK, which works, and I'm fine with that.

I'm just wondering if xkbset is orphaned and one of us should suggest to
have it removed upstream so it isn't in the next Ubuntu release's
universe repo.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-20 Thread AJ Slater
Same here. Macbook Pro.

'xkbset m' strace attached.

** Attachment added: xkbset.strace
   http://launchpadlibrarian.net/14633571/xkbset.strace

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-07 Thread emmeelle
I  had the same problem.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-05-07 Thread eric3chang
Me too. I also use xkbset to simulate right click on my Macbook Pro.
Until this is fixed, I can't upgrade from Kubuntu 7.10

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215496] Re: When setting mousekeys, xkbset reports XKB not supported

2008-04-22 Thread onyxrev
I am having the same issue.  I use xkbset to define a right click for my
Macbook and it stopped working after updating today.

lsb_release -rd
Description:Ubuntu 8.04
Release:8.04

apt-cache policy xkbset
xkbset:
  Installed: 0.5-5.1
  Candidate: 0.5-5.1
  Version table:
 *** 0.5-5.1 0
500 http://us.archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status


apt-cache policy x11-common
x11-common:
  Installed: 1:7.3+10ubuntu10
  Candidate: 1:7.3+10ubuntu10
  Version table:
 *** 1:7.3+10ubuntu10 0
500 http://us.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status


Same error about not working on display 0.  Running stock Compiz and X11.

-- 
When setting mousekeys, xkbset reports XKB not supported
https://bugs.launchpad.net/bugs/215496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs