[Bug 1458631] [NEW] udev: /dev/input/js0 is created but no joystick attached

2015-05-25 Thread Thomas Andersen
Public bug reported:

With ubuntu vivid i see a /dev/input/js0. I do not have a joystick or
gamepad attached. This invalid input device cause a game in steam Crypt
of the necrodancer to crash during start. The game works fine when I
delete it.

This appears to be a ubuntu specific bug as it does not show up on
fedora 22.

It goes away if I unplug the mouse/keyboard usb dongle I use. If I
attach a wired keyboard only it does not show up. I tried adding a wired
mouse too, but that causes js0 to appear too. The output of udevadm
changes depending on what mouse I have attached. The following output is
from using the dongle for my wireless mouse/keyboard (both microsoft
products)

$sudo udevadm info /dev/input/js0
P: 
/devices/pci:00/:00:1a.2/usb5/5-1/5-1:1.2/0003:045E:0745.0003/input/input7/js0
N: input/js0
S: input/by-id/usb-Microsoft_Microsoft®_2.4GHz_Transceiver_v6.0-if02-joystick
S: input/by-path/pci-:00:1a.2-usb-0:1:1.2-joystick
E: 
DEVLINKS=/dev/input/by-id/usb-Microsoft_Microsoft®_2.4GHz_Transceiver_v6.0-if02-joystick
 /dev/input/by-path/pci-:00:1a.2-usb-0:1:1.2-joystick
E: DEVNAME=/dev/input/js0
E: 
DEVPATH=/devices/pci:00/:00:1a.2/usb5/5-1/5-1:1.2/0003:045E:0745.0003/input/input7/js0
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-_00_1a_2-usb-0_1_1_2
E: ID_INPUT=1
E: ID_INPUT_JOYSTICK=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=Microsoft®_2.4GHz_Transceiver_v6.0
E: ID_MODEL_ENC=Microsoft®\x202.4GHz\x20Transceiver\x20v6.0
E: ID_MODEL_ID=0745
E: ID_PATH=pci-:00:1a.2-usb-0:1:1.2
E: ID_PATH_TAG=pci-_00_1a_2-usb-0_1_1_2
E: ID_REVISION=0251
E: ID_SERIAL=Microsoft_Microsoft®_2.4GHz_Transceiver_v6.0
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:03:
E: ID_USB_INTERFACE_NUM=02
E: ID_VENDOR=Microsoft
E: ID_VENDOR_ENC=Microsoft
E: ID_VENDOR_ID=045e
E: MAJOR=13
E: MINOR=0
E: SUBSYSTEM=input
E: TAGS=:seat:uaccess:
E: USEC_INITIALIZED=117298

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1458631

Title:
  udev: /dev/input/js0 is created but no joystick attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1458631/+subscriptions

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

[Bug 416151] Re: totem crashed with signal 5 in gdk_x_error()

2009-08-19 Thread Thomas Andersen

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/30531489/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/30531491/Disassembly.txt

** Attachment added: GstreamerVersions.txt
   http://launchpadlibrarian.net/30531492/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   http://launchpadlibrarian.net/30531493/LogAlsaMixer.txt

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/30531496/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/30531497/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/30531498/ThreadStacktrace.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/30531499/XorgLog.txt

** Visibility changed to: Public

-- 
totem crashed with signal 5 in gdk_x_error()
https://bugs.launchpad.net/bugs/416151
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 138713] Re: Gnometris uses Gnome foot logo instead of Ubuntu theme

2009-06-03 Thread Thomas Andersen
Just a note that a similar probing is already done in a user specific
location. The background can be changed by dragging an image onto the
game. This copies the image to ~/.local/share/gnometris/background.bin.
This image is used as background if it exists, otherwise it will fall
back to the default image.

I understand that this may not be what you are looking for exactly but
at least similar code is already there for this kind of thing. Look at
http://git.gnome.org/cgit/gnome-games/tree/gnometris/tetris.cpp#n145 to
see the actual code.

-- 
Gnometris uses Gnome foot logo instead of Ubuntu theme
https://bugs.launchpad.net/bugs/138713
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 225000] Re: gnome-sudoku draws multiple, overlapping number selectors for the same square

2009-03-30 Thread Thomas Andersen
Actually it is a combination of:
http://svn.gnome.org/viewvc/gnome-games?view=revisionrevision=8912
and
http://svn.gnome.org/viewvc/gnome-games?view=revisionrevision=8916

The first fixes the bug and the second is a general clean up of code in
the area.

The first will go into 2.26.1 but the second patch is a bit more
invasive and only cleans up code so it will stay on trunk.

-- 
gnome-sudoku draws multiple, overlapping number selectors for the same square
https://bugs.launchpad.net/bugs/225000
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 340294] Re: The Poker game in AisleRiot Solitaire does not record the high scores

2009-03-30 Thread Thomas Andersen
sounds like http://bugzilla.gnome.org/show_bug.cgi?id=392743 to me

-- 
The Poker game in AisleRiot Solitaire does not record the high scores
https://bugs.launchpad.net/bugs/340294
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 339337] Re: gnome-sudoku uses python-numpy which is not installed by default

2009-03-27 Thread Thomas Andersen
I fixed this upstream between 2.25.92 and 2.26.0. Gnome-games no longer
needs numpy in 2.26.0

http://bugzilla.gnome.org/show_bug.cgi?id=416249

-- 
gnome-sudoku uses python-numpy which is not installed by default
https://bugs.launchpad.net/bugs/339337
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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