[Bug 56450] Re: keytouch kills gnome session on startup

2006-08-28 Thread StefanPotyra
** Changed in: keytouch (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
keytouch kills gnome session on startup
https://launchpad.net/bugs/56450

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


[Bug 56450] Re: keytouch kills gnome session on startup

2006-08-27 Thread StefanPotyra
New version just uploaded, should hit the archives once it's compiled.

** Changed in: keytouch (Ubuntu)
   Status: In Progress => Fix Committed

-- 
keytouch kills gnome session on startup
https://launchpad.net/bugs/56450

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


[Bug 56450] Re: keytouch kills gnome session on startup

2006-08-27 Thread StefanPotyra
Hi Marvin,

thanks for the quick response. Your line works very well. Btw the
original line is a bashism and it seems that edgy's Xsession uses sh
instead of bash now (thus the strange error).

Cheers,
 Stefan.

-- 
keytouch kills gnome session on startup
https://launchpad.net/bugs/56450

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


[Bug 56450] Re: keytouch kills gnome session on startup

2006-08-27 Thread Marvin R
Your problem with yout MX 3000 is probably that it is connected via USB.
See the article about USB keyboards at: http://keytouch.sf.net

-- 
keytouch kills gnome session on startup
https://launchpad.net/bugs/56450

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


[Bug 56450] Re: keytouch kills gnome session on startup

2006-08-27 Thread Dave Hall
Hi Marvin,

I gave up on keytouch for various reasons, the main 2 were the lack of
acknowledgment on the bug report and my inability to get my Logitech MX
3000 working with it or the editor.

I will reinstall it in the next week or so when I have some time to
play.

Cheers

Dave

-- 
keytouch kills gnome session on startup
https://launchpad.net/bugs/56450

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


[Bug 56450] Re: keytouch kills gnome session on startup

2006-08-27 Thread Marvin R
No this is wrong. keytouch-acpid will not run at the background when you
remove the &. In your case keytouch-acpid will probably exit because
there is no acpi socket. But when keytouch-acpid does not exit then your
X session will not continue because the script continues after keytouch-
acpid exits.

It is a strang message you get. Pleasy try the following and tell me if it 
works:
if [ ! `ps -A | grep keytouch-acpid -m 1 -o` ]; then ((keytouch-acpid &) &> 
/dev/null); fi

Regards,
Marvin Raaijmakers
Developer of keyTouch

-- 
keytouch kills gnome session on startup
https://launchpad.net/bugs/56450

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


[Bug 56450] Re: keytouch kills gnome session on startup

2006-08-27 Thread StefanPotyra
Hi,

thanks for reporting this. There is already work in progress to get this
fixed.

Cheers,
Stefan.

** Changed in: keytouch (Ubuntu)
   Importance: Untriaged => Medium
 Assignee: (unassigned) => StefanPotyra
   Status: Unconfirmed => In Progress

-- 
keytouch kills gnome session on startup
https://launchpad.net/bugs/56450

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