From owner-freebsd-stable@freebsd.org Sat Aug 8 02:32:45 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC3BF37ABAC for ; Sat, 8 Aug 2020 02:32:45 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNmV55KKfz4CQD for ; Sat, 8 Aug 2020 02:32:45 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f52.google.com (mail-qv1-f52.google.com [209.85.219.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 9A40D19FA4 for ; Sat, 8 Aug 2020 02:32:45 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f52.google.com with SMTP id a19so1677759qvy.3 for ; Fri, 07 Aug 2020 19:32:45 -0700 (PDT) X-Gm-Message-State: AOAM533Cf7k2mctnp/si7H0yOgaEJVXhpWBfivb8JOq2xmrRb2ZcjQAQ CDUh6I46mLd5XlvaOdHPRXVl5ZUDyGJyghmpA30= X-Google-Smtp-Source: ABdhPJzqqPkDH87bC84B9+tKdTee1BDtMIc+MRxhfYC/Il4RWJdrslBh26lSJVJZLrnMrEnibEebSLudeU8T61firKk= X-Received: by 2002:a0c:cd02:: with SMTP id b2mr17046654qvm.150.1596853965105; Fri, 07 Aug 2020 19:32:45 -0700 (PDT) MIME-Version: 1.0 References: <613031596851658@mail.yandex.ru> In-Reply-To: <613031596851658@mail.yandex.ru> From: Kyle Evans Date: Fri, 7 Aug 2020 21:32:33 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: EFISYS shortcuts on Xfce desktops To: Dmitrii Postolov Cc: freebsd-stable Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2020 02:32:45 -0000 On Fri, Aug 7, 2020 at 8:57 PM Dmitrii Postolov wrote= : > > Hi! > > Recently (I find it difficult to give an exact date), on my computer with= FreeBSD there is a situation when there are 2 EFISYS shortcuts on the desk= top with Xfce 4.14 (without plugged sticks). In other Unix-like operating s= ystems under Xfce there is no such problem. Is it possible to solve the pro= blem? > > dmitrii@nuc7:~ % uname -a > FreeBSD nuc7 12.1-STABLE FreeBSD 12.1-STABLE r363918 GENERIC amd64 > > Intel NUC7PJYH MiniPC. > > Screenshot: https://yadi.sk/i/4fQZyK_o-yhUdQ > Applications -> Settings- > Desktop -> Icons tab -> Default Icons -> Removable Devices, Unselect "Other Devices" i'm not sure if there's a more granular way to do this. Alternatively, you could create a /boot/efi or /boot/msdos or similar and mount it at boot so that xfce doesn't even try it. EFISYS =3D EFI System Partition ("ESP"). Unsure why it's identified in the "Removable Device" category. Thanks, Kyle Evans