From unknown Sun Sep 21 12:34:54 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#47612 <47612@debbugs.gnu.org> To: bug#47612 <47612@debbugs.gnu.org> Subject: Status: dino and gajim ignore my gtk theme Reply-To: bug#47612 <47612@debbugs.gnu.org> Date: Sun, 21 Sep 2025 19:34:54 +0000 retitle 47612 dino and gajim ignore my gtk theme reassign 47612 guix submitter 47612 "bdju" severity 47612 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 06 00:48:26 2021 Received: (at submit) by debbugs.gnu.org; 6 Apr 2021 04:48:26 +0000 Received: from localhost ([127.0.0.1]:38941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lTddL-0001yR-ET for submit@debbugs.gnu.org; Tue, 06 Apr 2021 00:48:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:37308) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lTddK-0001yK-0J for submit@debbugs.gnu.org; Tue, 06 Apr 2021 00:48:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51054) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lTddJ-0002HB-On for bug-guix@gnu.org; Tue, 06 Apr 2021 00:48:09 -0400 Received: from tilde.team ([2607:5300:203:602::24]:44268) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lTddH-0005zy-2p for bug-guix@gnu.org; Tue, 06 Apr 2021 00:48:09 -0400 Received: from localhost (unknown [63.228.59.248]) by tilde.team (Postfix) with ESMTPSA id DA3CB4C0B2D for ; Tue, 6 Apr 2021 04:48:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tilde.team; s=mail; t=1617684485; bh=Es/vymqZV4bn+DslJwdEv2/Vpq1vVqqLjn7e88d42PA=; h=Subject:From:To:Date:From; b=mn3AFjfi7pFOqnXXNWSKE6hFrkgqn442GMk9WYcCMs7nTU3ohXhbzpljzFFV6jIpj VG/p9T2G9vBuLKDwf8lrYLnbWwesUebyO8NSYLqmMf1ZhrJMLjKznCwIp0f3dk4xc+ cGaBowxmoViZmmp9LkJBt1QxxTDMG1MjrjASDUVM= Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Subject: dino and gajim ignore my gtk theme From: "bdju" To: Date: Mon, 05 Apr 2021 23:43:20 -0500 Message-Id: Received-SPF: pass client-ip=2607:5300:203:602::24; envelope-from=bdju@tilde.team; helo=tilde.team X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) guix (GNU Guix) 04ba7a196ab23539f1c7897ca5349fa635c5e88d I am using Guix System. I have these settings in my ~/.config/gtk-3.0/settings.ini file. ``` gtk-application-prefer-dark-theme =3D true gtk-theme-name=3DAdwaita-dark ``` If I launch either dino or gajim, they have a bright theme. If I launch them with `GTK_THEME=3DAdwaita:dark` before the program name, they appear dark. pcmanfm successfully has a dark gtk theme. I used lxappearance to set my gtk theme, but it's just editing the usual files for me.