[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-29 Thread Olivier Tilloy
@bUg.: when running under NX, could you please execute the following command and paste the output here? gconftool-2 -R /desktop/unity-2d -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-28 Thread bUg.
Work, but always on top (no auto-hide or dodge). And maximized windows under launcher. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX --

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Olivier Tilloy
@Chase: it looks like this patch is not enough to fix the initialization error. After upgrading to utouch-geis 2.0.9-0ubuntu1 in the test instance provided by Scott Moser, I still get the same error when running geistest with GEIS_DEBUG=3: GEIS(error)-_verify_xcb_version:163 failed to receive

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Florian Boucault
Awesome work MT guys. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Dave Walker
Confirmed, Unity Dock still not showing. Thanks for the work so far on this! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Stephen M. Webb
GEIS(error)-_verify_xcb_version:163 failed to receive XCB gesture version reply. If you do not have XI2.1 supported in your X server there is nothing you can do to get XI2.1 functionality. You will get an error status returned when trying to initialize the uTouch stack and you will need to

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Olivier Tilloy
Stephen, I just double-checked, and I still get a segmentation fault in geis_init(…). This is with utouch-geis 2.0.9-0ubuntu1. Not having XI2.1 functionality is not a problem in this particular use case, but we need geis_init(…) to fail gracefully and return an error status code in order to

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Stephen M. Webb
I am unable to reproduce the crash with 2.0.9... could you capture a stacktrace and attach to this bug? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Olivier Tilloy
So it appears what happens is not a big bad segfault, but the program exiting cleanly, before geis_init(…) has returned. This is all the output I get: GEIS(error)-_verify_xcb_version:163 failed to receive XCB gesture version reply. XIO: fatal IO error 11 (Resource temporarily unavailable) on X

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~utouch-team/utouch-geis/leave-xcb-alone -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Chase Douglas
Geis requests the version of the X gesture extension. This errors out inside XCB when checking the length of the request. If I had to guess, I'd say the NX X server implementation has a bug that causes this failure. However, the NX X server doesn't have the gesture extension anyways, so I moved on

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Chase Douglas
utouch-geis 2.0.10-0ubuntu1 has been uploaded with the fix for this issue. ** Changed in: unity-2d Status: Triaged = Invalid ** Changed in: unity-2d (Ubuntu Natty) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-06 Thread Olivier Tilloy
Confirming that unity-2d-launcher now works over a NX session. Great work, thanks a lot Chase! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX --

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Olivier Tilloy
I can also reproduce by simply running the following in a terminal: GEIS_DEBUG=3 geistest (geistest is part of the package utouch-geis-tools) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Olivier Tilloy
So it appears geis and NX don’t play well together. Whether that may be fixed in geis, I don’t really know, we’d need a geis developer to advise. In any case, we can probably patch unity-2d to conditionally activate touch support, based on e.g. the value of an environment variable, or whatever

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Robbie Williamson
A patch would be good, as we'd and Edubuntu would really like to have this working before release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX --

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Bill Filler
Can someone from the MT team have a look? Would be best to fix geis crash rather than patching unity-2d to work around it. @robbie If we did have to patch unity-2d would setting an ENV variable to disable touch be acceptable for you guys? ** Also affects: geis Importance: Undecided

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Chase Douglas
This is caused by the new XInput 2.1 prototype extension in natty, which is used by geis. Geis needs to check that the XInput 2.1 protocol is available and fail gracefully if not. ** Changed in: geis Status: New = Triaged ** Changed in: geis Importance: Undecided = Critical -- You

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Dave Walker
@Bill, I think an ENV variable should work wonderfully, assuming that could be used with something like: GEIS=disable gnome-session -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title:

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Chase Douglas
** Project changed: geis = utouch-geis -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Duncan McGreggor
** Changed in: utouch-geis Assignee: (unassigned) = Stephen M. Webb (bregma) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Stéphane Graber
Dave: You can simply add a export GEIS=disable in node.conf. WebLive's config already exports: export LTSP_CLIENT= export CUPS_SERVER= export PULSE_SERVER= So Pulse doesn't try to start, cups doesn't hang and some gnome feature are disabled (checks for LTSP_CLIENT in env). -- You received this

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Stephen M. Webb
** Changed in: utouch-geis Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~bregma/utouch-geis/lp-730899 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Stephen M. Webb
** Changed in: utouch-geis Milestone: None = 2.0.9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Launchpad Bug Tracker
** Branch linked: lp:utouch-geis -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Stephen M. Webb
** Also affects: utouch-geis (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Launchpad Bug Tracker
This bug was fixed in the package utouch-geis - 2.0.9-0ubuntu1 --- utouch-geis (2.0.9-0ubuntu1) natty; urgency=low * New upstream release. * Fixed (LP: #730899) crash on XI2.1 init failure. -- stephen.w...@canonical.com (Stephen M. Webb) Tue, 05 Apr 2011 14:41:37 -0400 **

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Stephen M. Webb
** Changed in: utouch-geis Status: In Progress = Fix Released ** Changed in: utouch-geis Assignee: Stephen M. Webb (bregma) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Chase Douglas
We found a crashes in geis related to initialization in X. We believe it's the cause of the error, so we uploaded the fix for it to Ubuntu. Please test it out to see if it works any better. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utouch-geis -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Olivier Tilloy
** Changed in: unity-2d Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Olivier Tilloy
It looks like the gesture handler that implements multitouch support is the culprit: commenting out its instantiation in launcher.cpp, I manage to get the launcher to run. That doesn’t get us rid of the X errors, but that’s likely a separate (and less critical) issue. -- You received this bug

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Olivier Tilloy
The call that crashes is geis_init(…). I can reproduce with the minimal test program attached, ruling out any Qt-related code. ** Attachment added: test.c https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/730899/+attachment/1982974/+files/test.c -- You received this bug notification

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-05 Thread Olivier Tilloy
When activating the maximum debug level for geis (set the GEIS_DEBUG environment variable to 3), I get the following error: GEIS(error)-_verify_xcb_version:163 failed to receive XCB gesture version reply. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-04 Thread Florian Boucault
** Changed in: unity-2d Assignee: (unassigned) = Olivier Tilloy (osomon) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-04 Thread Wapsi
Hi, maybe this is a QT related problem, because every application based on QT (VLC, Dolphin etc...) I get those [WARNING] X Error: BadRequest (invalid request code or no such operation) 1 error messages when I'm running them over NX. BTW. In floating window mode the windows decorations aren't

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-04-01 Thread Robbie Williamson
** Changed in: unity-2d (Ubuntu) Status: New = Confirmed ** Also affects: unity-2d (Ubuntu Natty) Importance: High Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-03-30 Thread Florian Boucault
** Changed in: unity-2d Milestone: 3.10 = 3.8.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-03-23 Thread Brian Murray
** Changed in: unity-2d (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-03-22 Thread Florian Boucault
** Changed in: unity-2d Importance: Undecided = Critical ** Changed in: unity-2d Milestone: None = 3.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-03-15 Thread Scott Moser
I just tested the 2d-unity ppa: Just verified issue is still present with $ apt-cache policy unity-2d unity-2d: Installed: 3.6.2-0ubuntu1~bzr452 Candidate: 3.6.2-0ubuntu1~bzr452 Version table: *** 3.6.2-0ubuntu1~bzr452 0 500

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-03-12 Thread Florian Boucault
** Also affects: unity-2d Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list

[Bug 730899] Re: unity-2d-launcher crashes under NX

2011-03-07 Thread Scott Moser
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730899 Title: unity-2d-launcher crashes under NX -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com