google-code-export / xnoise

Automatically exported from code.google.com/p/xnoise
Other
1 stars 1 forks source link

XNoise refuses to load: "attempt to access private resource denied" #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. (Try to) open XNoise

What is the expected output? What do you see instead?
Instead of starting (as obviously expected), the program refuses to load.

What version of the product are you using? On what operating system?
Latest XNoise (0.1.14) in Ubuntu Maverick.

Please provide any additional information below.
Terminal output:

** Message: xnoise-app-starter.vala:135: main thread 3440
init
The program 'xnoise' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
  (Details: serial 355 error_code 10 request_code 33 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Original issue reported on code.google.com by csol...@gmail.com on 11 Feb 2011 at 11:25

GoogleCodeExporter commented 9 years ago
After starting the program without plugins, I've determined that the problem 
lies upon the Media Keys plugin.

Original comment by csol...@gmail.com on 12 Feb 2011 at 12:21

GoogleCodeExporter commented 9 years ago
Thanks for the bug report. 
I will have a look on this by end of the week, because I'm not at home now.

Original comment by shuerhaaken on 15 Feb 2011 at 8:40

GoogleCodeExporter commented 9 years ago
Current mercurial version should have fixed this issue: The dbus interface of 
gnome-settings-manager is used, if it is running. If not, the XGrabKey is used. 
XGrabKey is now checked for success to avoid conflicts with other keybinders. 

Please test!

Original comment by shuerhaaken on 17 Feb 2011 at 10:43

GoogleCodeExporter commented 9 years ago

Original comment by shuerhaaken on 24 Feb 2011 at 10:03