[Bug 229807] Re: can't use XevieStart function on 8.04 LTS (libxevie, XEVIE extension)

2008-07-05 Thread JohnHills
*** This bug is a duplicate of bug 210905 *** https://bugs.launchpad.net/bugs/210905 ** This bug has been marked a duplicate of bug 210905 not push-to-talk - xevie problem -- can't use XevieStart function on 8.04 LTS (libxevie,XEVIE extension) https://bugs.launchpad.net/bugs/229807 You

[Bug 229807] Re: can't use XevieStart function on 8.04 LTS (libxevie, XEVIE extension)

2008-07-05 Thread JohnHills
*** This bug is a duplicate of bug 210905 *** https://bugs.launchpad.net/bugs/210905 I have downgraded libx11 to libx11-6_1.1.1-1ubuntu4_i386.deb (from Gutsy) now xevie works in Hardy. This must be a libx11 issue and not libxevie (or mumble). Also see Bug #210905 in libxevie (Ubuntu): “not

[Bug 229807] Re: can't use XevieStart function on 8.04 LTS (libxevie, XEVIE extension)

2008-06-27 Thread Dereck Wonnacott
** Changed in: libxevie (Ubuntu) Sourcepackagename: None = libxevie -- can't use XevieStart function on 8.04 LTS (libxevie,XEVIE extension) https://bugs.launchpad.net/bugs/229807 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 229807] Re: can't use XevieStart function on 8.04 LTS (libxevie, XEVIE extension)

2008-05-15 Thread Leon
useing two different process with the same code use XevieStart function, the XevieStart will be successful (one success, the other still no response) but process with success can't receive any key and mouse event, but in 7.10 is ok -- can't use XevieStart function on 8.04 LTS (libxevie,XEVIE

[Bug 229807] Re: can't use XevieStart function on 8.04 LTS (libxevie, XEVIE extension)

2008-05-15 Thread Leon
#include sys/types.h #include sys/stat.h #include fcntl.h #include stdio.h #include stdlib.h #include unistd.h #include X11/Xlib.h #include X11/Xproto.h #include X11/X.h #include X11/extensions/Xevie.h #include X11/Xutil.h int main(int argc, char **argv) { Display *dpy; XEvent event;