From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: cheyrn via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: Re: GTK theme while running emacs without gnome shell Date: Mon, 13 Feb 2023 04:25:34 -0000 Message-ID: <167626233393.2460914.5889822211196027743@startmail.com> References: <00f57ab0-2d23-7b4b-1422-a99f45239f9d@startmail.com> <87edqv1wxc.fsf@yahoo.com> Reply-To: cheyrn Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28018"; mail-complaints-to="usenet@ciao.gmane.io" To: Po Lu , Kenned Doll via Users list for the GNU Emacs text editor Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Feb 13 05:33:14 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRQWg-00075R-11 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 13 Feb 2023 05:33:14 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRQWK-0004FX-46; Sun, 12 Feb 2023 23:32:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRQPT-0002Yh-BF for help-gnu-emacs@gnu.org; Sun, 12 Feb 2023 23:25:47 -0500 Original-Received: from mx-out2.startmail.com ([145.131.90.155]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRQPR-0005nY-5h for help-gnu-emacs@gnu.org; Sun, 12 Feb 2023 23:25:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2020-07; t=1676262334; bh=7/ZUXgYQ0bBRDrhO/qs+ysXfYPoejJevUwLxyhV/B0U=; h=Content-Type:Subject:Message-ID:Date:In-Reply-To:References:From: To:Mime-Version:From:Subject:To:Date:Sender:Content-Type: Content-Transfer-Encoding:Content-Disposition:Mime-Version: Reply-To:In-Reply-To:References:Message-Id:Autocrypt; b=KVYpvyjYFzxv3t0EJ7Z6V7ElA64CIt35tOnoMyLfqwxbFmRU2qK9OUb+sO82uwI8l R5MhacerVkixNNJ2fAcYClFN9gFqZokeUOL4K3Spor0YT+281MMuNOWOW3ARRU0l+m LOh25xQ5eRZxlDIZzTUiSLgFz3673jlpg7nspkPDsPc+WvReOzMM6MU4IFiG5j/RML 7OkqALwBOuP5ceB+1MdXSrK6TWF8cZcn4l2FmvpIxbzLfey9yvH6zXCa6uXLyCdgwg QL7k3Y1975fmo2qngHglrjLP4NTx99zzzK3H5RM3pjh2ARw2iDF78khaEeWDs4Ryun Pj2+SxM/i43Vw== In-Reply-To: <87edqv1wxc.fsf@yahoo.com> Received-SPF: pass client-ip=145.131.90.155; envelope-from=cheyrn@use.startmail.com; helo=mx-out2.startmail.com X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 12 Feb 2023 23:32:50 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:142731 Archived-At: On Saturday, February 11, 2023 5:42 PM, Po Lu wrot= e: =20 > > Kenned Doll via Users list for the GNU Emacs text editor > writes: > =20 > > I built emacs 28.1 from source on ubuntu 22.04 running under WS= L2 on > > windows 11. I have the theme specified using the GTK_THEME envi= ronment > > variable. The theme works as expected in gnome-terminal and nau= tilus, > > but for emacs it only works within the window. The border and t= itle > > bar are white and I'm using Adwaita-dark theme. > > > > So, first, do you know how I can get the theme to apply to the = title > > bar and border? > > > > Also, I thought the titlebar and border were ordinarily supplie= d by a > > desktop manager or desktop shell. Since I'm not running a DM, w= here is > > that coming from? > =20 > Since you are using weasel and Emacs 28, it comes from weasel's w= indow > manager, which is based on Weston. I don't think it can be chang= ed. =20 > > Someone on reddit pointed me to how this can be solved. Pure GTK was integrated into master. So, with master or emacs-30 using the --with-pg= tk option gets you emacs built with pure GTK. =20 =20 For whatever reason this didn't work for me until I used: =20 =20 make bootstrap configure=3D"--with-pgtk ..." =20 =20 =20 =20 cheyrn