From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yuuki Harano Newsgroups: gmane.emacs.devel Subject: Re: emacs for pure Gtk3 Date: Wed, 25 Nov 2020 21:24:18 +0900 (JST) Organization: Ingage Inc. Message-ID: <20201125.212418.570319009822891145.masm@luna.pink.masm11.me> References: <83sg98qa53.fsf@gnu.org> <20201124.221230.709072983540112407.masm@luna.pink.masm11.me> <87360ykebn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2402"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: rpluim@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 25 13:26:10 2020 Return-path: Envelope-to: ged-emacs-devel@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 1khtsA-0000Xq-4f for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Nov 2020 13:26:10 +0100 Original-Received: from localhost ([::1]:36086 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khts9-0006xJ-6z for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Nov 2020 07:26:09 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48138) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khtqe-0005iN-1N for emacs-devel@gnu.org; Wed, 25 Nov 2020 07:24:36 -0500 Original-Received: from shiro.masm11.me ([150.95.182.25]:46102) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khtqS-0003ax-Rj for emacs-devel@gnu.org; Wed, 25 Nov 2020 07:24:35 -0500 Original-Received: from luna.pink.masm11.me (KD111239252169.au-net.ne.jp [111.239.252.169]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shiro.masm11.me (Postfix) with ESMTPSA id D6CF2C0173; Wed, 25 Nov 2020 21:24:19 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1606307060; bh=8f6bpC5bL0xFyj/JhMgKcykKcXwtrGyfn6TL5eyUZVM=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=hVUtrIcK3vQq4PqPMQWECFFn+WRPZLPvuvy0hePkustaUPp31/HEhPnmZrywhzGe7 pAmKh23Y34pIKQijOk7d5UfZm5RS27uu6Btv4wswo1eUzDbjo2CNm47opBCSp7XWMy nCIMazDpDQxb3ndtRtnVZsSEIEuYwTTr4m4Lhkuk= In-Reply-To: <87360ykebn.fsf@gmail.com> X-Mailer: Mew version 6.8 on Emacs 28.0 Received-SPF: pass client-ip=150.95.182.25; envelope-from=masm@masm11.me; helo=shiro.masm11.me 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_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:259779 Archived-At: On Tue, 24 Nov 2020 15:41:00 +0100, Robert Pluim wrote: > I get the following on startup though: > > Gdk-Message: 15:37:26.291: Unable to load sb_v_double_arrow from the cursor theme > Gdk-Message: 15:37:26.292: Unable to load sb_h_double_arrow from the cursor theme > Gdk-Message: 15:37:26.313: Unable to load hand2 from the cursor theme > Gdk-Message: 15:37:26.313: Unable to load sb_h_double_arrow from the cursor theme > Gdk-Message: 15:37:26.313: Unable to load sb_v_double_arrow from the cursor theme > Gdk-Message: 15:37:30.875: Unable to load hand2 from the cursor theme > Gdk-Message: 15:37:30.875: Unable to load sb_h_double_arrow from the cursor theme > Gdk-Message: 15:37:30.875: Unable to load sb_v_double_arrow from the cursor theme > > This is under Gnome 3.30.2 on Debian 10, which uses Wayland by > default, and using the GdkWaylandDisplay backend. What cursor theme do you use? -- Yuuki Harano