From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRwVX-0000B1-IW for guix-patches@gnu.org; Sat, 18 May 2019 06:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRwVW-0008PH-EV for guix-patches@gnu.org; Sat, 18 May 2019 06:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46300) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hRwVW-0008P6-8W for guix-patches@gnu.org; Sat, 18 May 2019 06:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hRwVW-0005sI-1h for guix-patches@gnu.org; Sat, 18 May 2019 06:24:02 -0400 Subject: [bug#35789] lxqt-rc.xml permission issue References: <20190518090229.22339-1-r.majd@pantherx.org> In-Reply-To: <20190518090229.22339-1-r.majd@pantherx.org> Resent-Message-ID: Mime-Version: 1.0 Message-Id: Date: Sat, 18 May 2019 14:52:53 +0430 From: "Reza Alizadeh Majd" Content-Type: text/plain 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: 35789@debbugs.gnu.org Hi Guix, Based on issue that I submitted before ( http://lists.gnu.org/archive/html/help-guix/2019-05/msg00372.html ) , lxqt-session copies an openbox related file (lxqt-rc.xml) to user's home directory, since this file permissions are set as readonly in `gnu/store`, users are unable to modify this file using openbox settings GUI, for this I submitted following patch to set proper permessions to `lxqt-rc.xml` file after initial copy to user's home directory.