From owner-freebsd-questions@freebsd.org Sat Jun 27 17:50:42 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 60A3335842B for ; Sat, 27 Jun 2020 17:50:42 +0000 (UTC) (envelope-from ralf-mardorf@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49vLrd4KTCz4FVC for ; Sat, 27 Jun 2020 17:50:41 +0000 (UTC) (envelope-from ralf-mardorf@riseup.net) Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 49vLrb6zqdzFdrn for ; Sat, 27 Jun 2020 10:50:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1593280240; bh=STn3CfjZno4Jt+KhI5P8iRo87gh0KkQ9WM/f9Cx6V4E=; h=Date:From:To:Subject:In-Reply-To:References:From; b=T7JCEbb3tUo/nstxdbqfRxCuwkT8ScDWcnQZc7i4McVUmF5dZC5Hqwed672NDtSAd +W9Que/8vFAFr84m6RI1NXvbUyeojCa8QnHVdPIsfWPNkaAmt1IFcMuqq83F8vBvVd W7xtr88QN4kKlXh4kcy9KWcp+ZZQEz15+apqW0PI= X-Riseup-User-ID: 5EFA3E5B5C9AB4B48F9E72EBCDC5630EB7660F284973B5CDF2FF4A8C4926D449 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 49vLrb2H8jzJqNH for ; Sat, 27 Jun 2020 10:50:39 -0700 (PDT) Date: Sat, 27 Jun 2020 19:50:34 +0200 From: Ralf Mardorf To: freebsd-questions@freebsd.org Subject: Re: Saving online photo from Firefox error Message-ID: <20200627195034.25c9ed11@archlinux> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49vLrd4KTCz4FVC X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=riseup.net header.s=squak header.b=T7JCEbb3; dmarc=pass (policy=none) header.from=riseup.net; spf=pass (mx1.freebsd.org: domain of ralf-mardorf@riseup.net designates 198.252.153.129 as permitted sender) smtp.mailfrom=ralf-mardorf@riseup.net X-Spamd-Result: default: False [-4.58 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[riseup.net:s=squak]; NEURAL_HAM_MEDIUM(-1.03)[-1.035]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[198.252.153.129:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_LOW(-1.00)[riseup.net:dkim]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[riseup.net:+]; DMARC_POLICY_ALLOW(-0.50)[riseup.net,none]; NEURAL_HAM_SHORT(-1.03)[-1.029]; NEURAL_HAM_LONG(-0.92)[-0.921]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:16652, ipnet:198.252.153.0/24, country:US]; RCVD_TLS_ALL(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[198.252.153.129:from] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2020 17:50:42 -0000 On Sat, 27 Jun 2020 11:42:04 -0600, Brandon helsley wrote: >Ok I'll give it a shot. What's the schema and what does it have to do >with saving a photo from firefox? >> >> On Jun 27, 2020 at 11:22 AM, Ralf Mardorf >> wrote: >> >> On Sat, 27 Jun 2020 22:12:37 -0600, Brandon wrote: [snip] Please reply to the mailing list. org.gtk.Settings.FileChooser is the schema, show-type-column the key. Backup the existing dconf cp -ai ~/.config/dconf/user ~/dconf_user.bak and test if running gsettings reset-recursively org.gtk.Settings.FileChooser has got any impact. Regards, Ralf