Re: [MacPorts] #63891: No such schema “org.gnome.desktop.interface”

MacPorts noreply at macports.org
Sun Feb 6 14:55:55 UTC 2022


#63891: No such schema “org.gnome.desktop.interface”
-----------------------+-----------------------------------------
  Reporter:  vjarao    |      Owner:  michaelld
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.7.1
Resolution:            |   Keywords:  org.gnome.desktop.interface
      Port:  gnuradio  |
-----------------------+-----------------------------------------

Comment (by michaelld):

 No progress that I know of. I haven't had time. Someone
 [https://github.com/macports/macports-
 ports/pull/12377#issuecomment-1028360719 posted a way] to check this issue
 easily ... remember that this works on Intel Mac and fails on ARM64 Mac (I
 haven't tested this on ARM64 Mac yet, but I can verify that it works on
 Intel Mac):
 {{{
 import gi
 gi.require_version("Gtk", "3.0")
 from gi.repository import Gtk
 window = Gtk.Window(title="Hello World")
 window.show()
 window.connect("destroy", Gtk.main_quit)
 Gtk.main()
 }}}
 and apparently changing the 2nd line to
 {{{
 gi.require_version("Gtk", "2.0")
 }}}
 and everything works again. Not sure if this is a reasonable temporary
 fix, but if it works then its the best we have at the moment.

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


More information about the macports-tickets mailing list