Re: [hatari-users] hatariui |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-users Archives
]
Hi,
On 11/20/2017 12:20 AM, Eero Tamminen wrote:
If there's no window matching the environment variable
value, it doesn't seem bug in SDL2 side (used by Hatari),
but in the Hatari UI Python/Gtk code.
Could you try attached patch, to see whether it changes
anything?
I.e. instead of digging the parent window ID out myself,
I now ask Gtk Socket widget for it:
https://developer.gnome.org/pygtk/stable/class-gtksocket.html#method-gtksocket--get-id
I commited the change as it works fine on X11.
If somebody's using Wayland, please check whether hatariui
embeds Hatari window now (AFAIK latest Fedora and Ubuntu
17.10 default to Wayland).
- Eero