Regarding FreeBSD GTK3

Jan Beich jbeich at FreeBSD.org
Sat Jul 11 01:14:43 UTC 2020


Kazuo Kuroi <kazuok at projectkitsune.com> writes:

> Hi 
>
> I am inquiring as an active FreeBSD desktop user whose been stuck on
> GTK2-based Palemoon (now deleted and obsolete) for over a year
> now. After conversing with a colleague of mine, I was informed that
> KissLinux has patches to remove dbus, which I do not want on FreeBSD,
> from GTK3. Is there any chance that you could consider making dbus an
> optional dependency for GTK3?

See https://svnweb.freebsd.org/changeset/ports/538187

To disable DBus in x11-toolkits/gtk30 turn off ATK_BRIDGE and COLORD options.
Also disable DBUS in print/cups or turn off CUPS option.

Example make.conf for poudriere:

  OPTIONS_UNSET += DBUS
  x11-toolkits_gtk30_UNSET += ATK_BRIDGE COLORD


More information about the freebsd-gnome mailing list