From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUCXB-0001BB-M1 for guix-patches@gnu.org; Fri, 24 May 2019 11:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUCX9-0002xW-QN for guix-patches@gnu.org; Fri, 24 May 2019 11:55:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33559) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUCX8-0002vs-9g for guix-patches@gnu.org; Fri, 24 May 2019 11:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUCX8-0008WE-7W for guix-patches@gnu.org; Fri, 24 May 2019 11:55:02 -0400 Subject: bug#35789: [PATCH] gnu: lxqt-session: fix lxqt-rc.xml permission issue Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190518090229.22339-1-r.majd@pantherx.org> <20190521180751.95600-1-r.majd@pantherx.org> Date: Fri, 24 May 2019 17:54:31 +0200 In-Reply-To: <20190521180751.95600-1-r.majd@pantherx.org> (Reza Alizadeh Majd's message of "Tue, 21 May 2019 22:37:51 +0430") Message-ID: <87h89ju9u0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Reza Alizadeh Majd Cc: 35789-done@debbugs.gnu.org Reza Alizadeh Majd skribis: > * gnu/packages/lxqt.scm (lxqt-session): add write permission to > lxqt-rc.xml file after initial copy to user directory Applied, thanks! Ludo=E2=80=99.