From owner-freebsd-ports@freebsd.org Mon Jul 17 10:11:12 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24727D76574 for ; Mon, 17 Jul 2017 10:11:12 +0000 (UTC) (envelope-from ahicks@p-o.co.uk) Received: from mail.p-o.co.uk (alanhicks.plus.com [80.229.143.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA9957F521 for ; Mon, 17 Jul 2017 10:11:10 +0000 (UTC) (envelope-from ahicks@p-o.co.uk) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=p-o.co.uk; s=mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version: Date:Message-ID:From:References:To:Subject:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=m/LJMe3CTGxaYnQcHWGdmqOGU4MRqEjzJr3hK8pdBHg=; b=BJjtJ1kEzzf+12ol0lfR6vhQ1a 75jWtsKCcbSvv17RPAnZ6l72r90SSbmwKgF9U4pVexziwdUQv4VSNWVPsiCg7iwU2C/oHmOxUGuOz xkzI4rFncM77/ddnOfeXuyoSHFmgmzCGVDT2NWAeMxVTAhYJc2VZiekxYtY12haFOeOs=; Received: from verdi.p-o.co.uk ([2a01:348:6:87a1::5]) by p-o.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dX2cM-000Mnz-1W; Mon, 17 Jul 2017 10:47:06 +0100 Subject: Re: Firefox/GTK3 issue and reinstalling dependent ports To: Grzegorz Junka , freebsd-ports@freebsd.org References: <20170716124506.GA39925@home.opsec.eu> <20968df3-43ba-b38d-54ff-192d9cb3ad3a@gjunka.com> <20170716133227.GB39925@home.opsec.eu> <20170716133513.GC39925@home.opsec.eu> From: Alan Hicks Organization: Persistent Objects Ltd Message-ID: <682a67bd-42a1-dc92-9167-21c30529a331@p-o.co.uk> Date: Mon, 17 Jul 2017 10:47:03 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Authenticated-As: uid=alan X-Spam-Score: -1.0 (-) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2017 10:11:12 -0000 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