[From nobody Tue Sep 25 22:32:09 2012 Return-Path: <distributor-list-bounces@gnome.org> X-Original-To: list-gnome@vitters.nl Delivered-To: list-gnome@vitters.nl Received: from menubar.gnome.org (menubar.gnome.org [209.132.180.169]) by bkor.dhs.org (Postfix) with ESMTP id 3A8755001E6 for <list-gnome@vitters.nl>; Tue, 25 Sep 2012 20:19:00 +0200 (CEST) Received: from menubar.gnome.org (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 28840750AAA; Tue, 25 Sep 2012 18:18:59 +0000 (UTC) X-Original-To: distributor-list@gnome.org Delivered-To: distributor-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A28C7501DF for <distributor-list@gnome.org>; Tue, 25 Sep 2012 18:18:56 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -2.623 X-Spam-Level: X-Spam-Status: No, score=-2.623 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, TW_GD=0.077] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Q19tWWNv1Rg for <distributor-list@gnome.org>; Tue, 25 Sep 2012 18:18:54 +0000 (UTC) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by menubar.gnome.org (Postfix) with ESMTP id 17D827505E3 for <distributor-list@gnome.org>; Tue, 25 Sep 2012 18:18:53 +0000 (UTC) Received: by qafi29 with SMTP id i29so4318412qaf.6 for <distributor-list@gnome.org>; Tue, 25 Sep 2012 11:18:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yu9BIYwmdF5QicujB0XoLSSLztiXY5aPt79VMQEPKRE=; b=I94O/kjdGV5cdQuH+1rI1YALMSsPybcsg4JyflADKEifT0YCSKCImqAl288bsrQXEb D5vI9krHeosfNTJDCdp57MTT0PiSQc8mdednnkWbxyMgZAK0sqK3T1Hot3ij+VGvKL2k Q4fhHDdDLRvbruof47pkoiumXEA1409p669Nc0t84Grp/rUgWPux+Yl7YZ27Cw4K/0VB ZY+QEIwCmEdjxm/+2mwJ5YoQPRzHdaDY1VAo/0zGGWeKcbNwsdzAbsGayMmVInYKrGdy Z7YFPXCztJHvspe6OqR/IzbT2UGqm5JVSQX2tu4nTDL5u+Mv27Qlv68rbSNQthNGi5/w MWSQ== MIME-Version: 1.0 Received: by 10.224.176.144 with SMTP id be16mr41754260qab.83.1348597132506; Tue, 25 Sep 2012 11:18:52 -0700 (PDT) Received: by 10.49.87.7 with HTTP; Tue, 25 Sep 2012 11:18:52 -0700 (PDT) Date: Tue, 25 Sep 2012 14:18:52 -0400 Message-ID: <CAFwd_vDbax1qHwCn+n1ETW+6jDKnSFG=j9Y2s7WQ1SggwYJ8tQ@mail.gmail.com> Subject: Distributor notes about GNOME 3.6.0 From: Matthias Clasen <matthias.clasen@gmail.com> To: distributor-list@gnome.org X-BeenThere: distributor-list@gnome.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and collaboration list for distributors of GNOME <distributor-list.gnome.org> List-Unsubscribe: <https://mail.gnome.org/mailman/options/distributor-list>, <mailto:distributor-list-request@gnome.org?subject=unsubscribe> List-Archive: <https://mail.gnome.org/archives/distributor-list/> List-Post: <mailto:distributor-list@gnome.org> List-Help: <mailto:distributor-list-request@gnome.org?subject=help> List-Subscribe: <https://mail.gnome.org/mailman/listinfo/distributor-list>, <mailto:distributor-list-request@gnome.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distributor-list-bounces@gnome.org Sender: distributor-list-bounces@gnome.org We've tried very hard to fix both serious bugs and cosmetic issues since the 3.5.92 release. As always, a few issues could not be fully resolved in time, or require a fix in another part of the stack. Here is a short list of noteworthy issues, that you should be aware of: 682395 (nautilus) Nautilus tabs have black background This is has cost quite a bit of debugging time in the last week, until it was finally determined that this is triggered by using the xim immodule in GTK+, and seems to be specific to the way nautilus implements its search entry. We will try to have this fixed in 3.6.1. 680689 (gnome-settings-daemon) power: enforcing lid close If you are using systemd >= 183, gnome-settings-daemon is now talking to logind for suspend and lid-close handling. Due to the way the logind API uses polkit, this can sometimes lead to a polkit authentication dialog in response to a suspend request - which is problematic when you just closed the lid. The policy which controls when this occurs was made a little more forgiving in systemd 188, but it can still happen. With system 191, a new API was introduced that lets us avoid this problem altogether, and bug 680689 has a patch to make use of this, but it is too invasive to land for 3.6.0 at this point. If you are shipping with systemd >= 191, you should consider using this patch. 684516 gdm-3.5.9x loses session selection UI after logout from gnome This is a problem that occurs on systemd systems as well. Sometimes session processes linger after the user logged out. logind reflects this fact by putting such sessions into a 'closing' state. The login screen gets its information about users with existing sessions from the accountsservice, and does not offer session selection if it thinks the user has an existing session to switch to. Until recently, accountsservice did not ignore 'closing' sessions when reporting user sessions. This problem is fixed in accountsservice 0.6.25. _______________________________________________ distributor-list mailing list distributor-list@gnome.org https://mail.gnome.org/mailman/listinfo/distributor-list ]