Package: openmoko-panel-plugin
Version: 0.12-1
Severity: normal
Hello!
Excuse my bad English.
When you start openmoko-panel-plugin not the root, but from the simple user
input device (/dev/input/event*) is not available: "Permission denied", as:
crw-rw---- 1 root root 13, 64 2009-12-10 00:38 event0
crw-rw---- 1 root root 13, 65 2009-12-10 00:38 event1
crw-rw---- 1 root root 13, 66 2009-12-10 00:38 event2
crw-rw---- 1 root root 13, 67 2009-12-10 00:38 event3
crw-rw---- 1 root root 13, 68 2009-12-10 00:38 event4
..xsession-errors:
ERROR:root:error while requesting EVIOCGRAB for /dev/input/event1 ([Errno 13]
Permission denied: '/dev/input/event1')
grep -r EVIOCGRAB /usr/share/pyshared/*
/usr/share/pyshared/panelplugin/ScreenLockIcon.py:
logging.error("error while requesting EVIOCGRAB for %s\n\t(%s)" %
(self.touchDevice, e))
So far done so: create /etc/udev/rules.d/10-mia.rules with the contents:
SUBSYSTEM=="input", KERNEL=="event[0-9]*", GROUP="mia"
created the group "mia" and added a user
mia:x:107:user
crw-rw---- 1 root mia 13, 64 2009-12-10 00:38 event0
crw-rw---- 1 root mia 13, 65 2009-12-10 00:38 event1
crw-rw---- 1 root mia 13, 66 2009-12-10 00:38 event2
crw-rw---- 1 root mia 13, 67 2009-12-10 00:38 event3
crw-rw---- 1 root mia 13, 68 2009-12-10 00:38 event4
No errors, but the screen does not respond to FR pressing, when redeemed (not
suspend), POWER button lights the screen, more pressing work.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armel (armv4tl)
Kernel: Linux 2.6.28-20090105.git69b2aa26 (PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages openmoko-panel-plugin depends on:
ii fso-frameworkd 0.9.5.9+git20090920-1 freesmartphone.org Framework Daemo
ii matchbox-keyboard 0.1+svn20080916-3 on-screen keyboard
ii python 2.5.4-2 An interactive high-level object-o
ii python-cairo 1.8.6-1+b2 Python bindings for the Cairo vect
ii python-dbus 0.83.0-1 simple interprocess messaging syst
ii python-gtk2 2.16.0-1 Python bindings for the GTK+ widge
ii python-notify 0.1.1-2+b1 Python bindings for libnotify
Versions of packages openmoko-panel-plugin recommends:
pn notification-daemon <none> (no description available)
openmoko-panel-plugin suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]