Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2017 10:47:03 +0100
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        Grzegorz Junka <list1@gjunka.com>, freebsd-ports@freebsd.org
Subject:   Re: Firefox/GTK3 issue and reinstalling dependent ports
Message-ID:  <682a67bd-42a1-dc92-9167-21c30529a331@p-o.co.uk>
In-Reply-To: <c8f00b37-f4b3-238c-5f47-366979ad429d@gjunka.com>
References:  <a5c089fc-7de4-e095-5602-f7201e833342@gjunka.com> <20170716124506.GA39925@home.opsec.eu> <20968df3-43ba-b38d-54ff-192d9cb3ad3a@gjunka.com> <20170716133227.GB39925@home.opsec.eu> <20170716133513.GC39925@home.opsec.eu> <c8f00b37-f4b3-238c-5f47-366979ad429d@gjunka.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 16/07/2017 20:54, Grzegorz Junka wrote:
> 
> On 16/07/2017 13:35, Kurt Jaeger wrote:
>> Hi!
>>
>>> Hmm, I found this:
>>>
>>> pkg clean -a
>>> cleans the cache and
>>>
>>> pkg install -R -f firefox
>>>
>>> should force a reinstallation of the package and all dependencies.
>> Well, indeed, as you posted already, it does not 8-(
>>
> 
> I didn't try pkg clean -a before pkg install -R -f firefox before but 
> just tried it now and indeed - doesn't work.
>

Perhaps what you seek is:

pkg info -d firefox | xargs -L 1 pkg install -f

Also try editing your local config file

.config/gtk-3.0/settings.ini

For example mine is currently:

[Settings]
gtk-application-prefer-dark-theme = false
gtk-theme-name = Adwaita
gtk-fallback-icon-theme = Default
gtk-icon-theme-name = Adwaita dark
gtk-font-name = DejaVu Sans 10

See https://developer.gnome.org/gtk3/stable/GtkSettings.html

You'll need to ensure any icons and fonts are installed

gtk3-widget-factory, installed with gtk3, is a great 
testing/visualisation tool

Regards,
Alan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?682a67bd-42a1-dc92-9167-21c30529a331>