Right, sorry, for some reason I thought there was a Qt backend.. seems to be only a X11, Motif and GTK+ backend on Unix.wxWidgets doesn't have a Qt backend. Qt, on the other hand, does come with QGtkStyle - or, in other words, if it detects a Gtk using desktop (GNOME, XFCE), it will automatically load gdk and extract the style information it needs from it. Gtk, on the other hand, does not have a builtin style for drawing widgets natively on Qt desktops, and the only option which exists is pathetically buggy.
Yes, that's how I had patched it locally.. it works, but as stated, once back at the text menu I cannot return to ReBochs for some reason (..maybe it's a local issue, not dismissing it..).@Brynet: Your 2nd major crashing issue should be resolved now. If you would be willing to verify that, it would be helpful.
Code: Select all
Please select an option: [2] 2
1. Quit now
2. Return to simulation
3. Load from ...
4. Save to ...
Please select an option: [1] 2
Sizing init error = 0
Xlib: unexpected async reply (sequence 0x8f)!
The program 'rebochs' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadShmSeg (invalid shared segment parameter)'.
(Details: serial 19 error_code 149 request_code 142 minor_code 3)
(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.)
Anyway, have fun.