[MacPorts] #67280: gtk3: Crash when typing text with gtk3 on ARM mac

MacPorts noreply at macports.org
Sun May 7 15:45:40 UTC 2023


#67280: gtk3: Crash when typing text with gtk3 on ARM mac
------------------------+----------------------
  Reporter:  Akkiesoft  |      Owner:  mascguy
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.8.1
Resolution:             |   Keywords:
      Port:  gtk3       |
------------------------+----------------------

Comment (by Akkiesoft):

 I found the cause.  An option I added to work around an M1 Mac-specific
 bug in XQuartz was causing problems.

 https://github.com/XQuartz/XQuartz/issues/31#issuecomment-1301392914

 {{{
 % defaults write org.xquartz.X11 enable_render_extension 0
 }}}

 Removing the option avoids the crash, but it is very annoying because the
 Xquartz bug where the background turns black will reappear... :(

 {{{
 % defaults delete org.xquartz.X11 enable_render_extension
 }}}

 Anyway, it was not a gtk3 problem. Sorry for the disturbance.

-- 
Ticket URL: <https://trac.macports.org/ticket/67280#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list