From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joakim Tjernlund Newsgroups: gmane.emacs.bugs Subject: bug#16694: Strange background color problem in gentoo Linux Date: Wed, 26 Mar 2014 16:11:29 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Trace: ger.gmane.org 1395849014 31229 80.91.229.3 (26 Mar 2014 15:50:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2014 15:50:14 +0000 (UTC) Cc: ml_emacs-lists@binary-island.eu, 16694@debbugs.gnu.org, cyd@gnu.org To: Barry OReilly Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Mar 26 16:50:24 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WSq5s-0007Gh-J4 for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Mar 2014 16:50:20 +0100 Original-Received: from localhost ([::1]:48803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSq5s-0004b4-3s for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Mar 2014 11:50:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSq5k-0004Pz-6I for bug-gnu-emacs@gnu.org; Wed, 26 Mar 2014 11:50:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSq5e-0004Id-7a for bug-gnu-emacs@gnu.org; Wed, 26 Mar 2014 11:50:11 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSq5d-0004Ht-Vr for bug-gnu-emacs@gnu.org; Wed, 26 Mar 2014 11:50:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WSq5c-0000KJ-UT for bug-gnu-emacs@gnu.org; Wed, 26 Mar 2014 11:50:05 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Joakim Tjernlund Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Mar 2014 15:50:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16694 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16694-submit@debbugs.gnu.org id=B16694.13958489931209 (code B ref 16694); Wed, 26 Mar 2014 15:50:04 +0000 Original-Received: (at 16694) by debbugs.gnu.org; 26 Mar 2014 15:49:53 +0000 Original-Received: from localhost ([127.0.0.1]:51079 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSq5P-0000JQ-Lx for submit@debbugs.gnu.org; Wed, 26 Mar 2014 11:49:52 -0400 Original-Received: from gw1.transmode.se ([195.58.98.146]:50857) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSpUM-0007iG-7I for 16694@debbugs.gnu.org; Wed, 26 Mar 2014 11:11:38 -0400 Original-Received: from mail1.transmode.se (mail1.transmode.se [192.168.201.18]) by gw1.transmode.se (Postfix) with ESMTP id C491F484132; Wed, 26 Mar 2014 16:11:30 +0100 (CET) In-Reply-To: X-KeepSent: 7857C9F8:E79342DB-C1257CA7:0052C57E; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.5.3 September 15, 2011 X-MIMETrack: Serialize by Router on mail1/Transmode(Release 8.5.3FP6|November 21, 2013) at 26/03/2014 16:11:30, Serialize complete at 26/03/2014 16:11:30 X-Mailman-Approved-At: Wed, 26 Mar 2014 11:49:49 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:87406 Archived-At: Barry OReilly wrote on 2014/03/26 14:39:51: > > > I am using Gnome2, KDE and MATE on a fresh Gentoo system. In my > > .emacs I have: > > > > (add-to-list 'default-frame-alist '(background-color . "#333333")) > > (add-to-list 'default-frame-alist '(foreground-color . "White")) > > (add-to-list 'default-frame-alist '(cursor-color . "White")) > > > > Whenever I use MATE or KDE, emacs fails to set the background color > > to Green(#333333), it becomes white instead and I end up with White > > one White on White :( If I open a new Frame I get my Green > > background though. > > > > This happens on 24.3.50_pre20140228 and 24.3.9999-r1 (top of repo > > tree) Tried both gtk2 and gtk3 USE flags > > Sounds similar to several other bug reports since the regression was > introduced in December. Most discussion is at > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16694 . Sure looks similar, thank you One more data point, if I add (setq initial-frame-alist default-frame-alist) as in (add-to-list 'default-frame-alist '(background-color . "#333333")) (add-to-list 'default-frame-alist '(foreground-color . "White")) (add-to-list 'default-frame-alist '(cursor-color . "White")) (setq initial-frame-alist default-frame-alist) I get the correct green background in my initial Frame. May I also ask, in another Gentoo GNU/Linux system running Gnome 2 I get this after updating that install: jocke@gentoo64 ~ $ emacs (emacs:2436): GLib-GObject-WARNING **: Attempt to add property GtkSettings::gtk-button-images after class was initialised (emacs:2436): GLib-GObject-WARNING **: Attempt to add property GtkSettings::gtk-label-select-on-focus after class was initialised (emacs:2436): GLib-GObject-WARNING **: Attempt to add property GtkSettings::gtk-menu-bar-popup-delay after class was initialised (emacs:2436): GLib-GObject-WARNING **: Attempt to add property GtkSettings::gtk-can-change-accels after class was initialised (emacs:2436): GLib-GObject-WARNING **: Attempt to add property GtkSettings::gtk-menu-popup-delay after class was initialised (emacs:2436): GLib-GObject-WARNING **: Attempt to add property GtkSettings::gtk-menu-popdown-delay after class was initialised and I cannot figure out where the GLib warnings come from, any ideas? Jocke