wting / flyback

Automatically exported from code.google.com/p/flyback
0 stars 0 forks source link

Flyback will only run as root #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Starting Flyback only
2.
3.

What is the expected output? What do you see instead?
It doesn't run...it flashes the gui frontend then I see this:
flyback.py:330: GtkWarning: Theme directory 128x128 of theme StudioNewbuntu
has no size field

  self.xml = gtk.glade.XML(RUN_FROM_DIR + 'viewer.glade')
The program 'programname' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 366 error_code 2 request_code 58 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.)

What version of the product are you using? On what operating system?
Flyback v0.4.0

Please provide any additional information below.

Flyback will only run as "sudo" (root)

Original issue reported on code.google.com by Christ4L...@gmail.com on 27 Feb 2008 at 11:27

GoogleCodeExporter commented 9 years ago
Try running this while using a different theme, then send the output. It looks 
like a
conflict with the current theme you are using. That could be why root can run it
(different theme in that account).

Original comment by samurailink3 on 22 Mar 2008 at 1:33

GoogleCodeExporter commented 9 years ago
i second comment #1

Original comment by pub...@kered.org on 5 Dec 2008 at 9:17

GoogleCodeExporter commented 9 years ago
resolved in v0.5

Original comment by pub...@kered.org on 27 Oct 2009 at 5:04