Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2020 03:14:39 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Kazuo Kuroi <kazuok@projectkitsune.com>
Cc:        gnome@freebsd.org
Subject:   Re: Regarding FreeBSD GTK3
Message-ID:  <4kqe-4zuo-wny@FreeBSD.org>
In-Reply-To: <2263bebd-4788-4d78-b677-49c22f9ce8fa@projectkitsune.com> (Kazuo Kuroi's message of "Fri, 10 Jul 2020 20:57:45 -0400")
References:  <2263bebd-4788-4d78-b677-49c22f9ce8fa@projectkitsune.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Kazuo Kuroi <kazuok@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4kqe-4zuo-wny>