From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 29 09:42:31 2020 Received: (at submit) by debbugs.gnu.org; 29 Jul 2020 13:42:31 +0000 Received: from localhost ([127.0.0.1]:60399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0mLn-0000qB-Hp for submit@debbugs.gnu.org; Wed, 29 Jul 2020 09:42:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:37420) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0mLk-0000pu-3G for submit@debbugs.gnu.org; Wed, 29 Jul 2020 09:42:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46752) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0mLj-0003Zs-Ry for bug-guix@gnu.org; Wed, 29 Jul 2020 09:42:27 -0400 Received: from mail-40130.protonmail.ch ([185.70.40.130]:24845) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0mLh-0003D1-2Q for bug-guix@gnu.org; Wed, 29 Jul 2020 09:42:27 -0400 Date: Wed, 29 Jul 2020 13:42:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1596030141; bh=pAIVBPswzxb8Fb58QLBlJnN2duIC+34HRd1gikJPtZY=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=MRTYIqs4gh6TsVg4pLROv3BB2DrR5oZodkYMBq+irbx24MdZfY9TokB0jxFbtgSJu gGmqGwIp3XLeEk8g0DtbYGONvf1+xU+YXMdX/J1kqyAemC5CCsBZ4RM0XKveBtnl1Y 4kAtmwzQ+MtuiGGOAIiRQi+dl0L7UhkFHqYhdpK4= To: Danny Milosavljevic From: Luis Felipe Subject: Re: bug#35584: CD/DVD does not work Message-ID: In-Reply-To: <20200729151849.084ac748@scratchpost.org> References: <16a88e95ddd.d045a49d38463.783261989832782808@zoho.com> <20200729151849.084ac748@scratchpost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch Received-SPF: pass client-ip=185.70.40.130; envelope-from=luis.felipe.la@protonmail.com; helo=mail-40130.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/29 09:42:21 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -37 X-Spam_score: -3.8 X-Spam_bar: --- X-Spam_report: (-3.8 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Raghav Gururajan , "35584@debbugs.gnu.org" <35584@debbugs.gnu.org>, Luis Felipe via Bug reports for GNU Guix X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Luis Felipe Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hi, Danny. > In order to debug this problem, please try setting the environment va= riable > before starting nautilus, like this: > > killall nautilus > export LIBMOUNT_FSTAB=3D/etc/fstab > nautilus > > Then check whether detecting changes in CD/DVD state work fine like t= his. > Unfortunately not. I got this: $ killall nautilus nautilus: no process found So I closed any visible instance of Nautilus instead, exported the LIBMOUNT= _FSTAB variable, started nautilus, inserted a DVD, and it didn't work.