From nobody Sun Nov 17 08:02:53 2024 X-Original-To: freebsd-desktop@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Xrjtd561Hz5dXts for ; Sun, 17 Nov 2024 08:03:21 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-ua1-f51.google.com (mail-ua1-f51.google.com [209.85.222.51]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Xrjtd3JS1z4sL2 for ; Sun, 17 Nov 2024 08:03:21 +0000 (UTC) (envelope-from 6yearold@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-ua1-f51.google.com with SMTP id a1e0cc1a2514c-85706e5ecabso339870241.0 for ; Sun, 17 Nov 2024 00:03:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1731830600; x=1732435400; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=AGKoUVkew4i13Tb8TRGdjRG74nbpi68tnr19NBVUJ4M=; b=HjCiHyPXjjTCE03exhozT4jfFL74/peQoddPboAgLiCCdxcTSln01z1PjuDfrnntiU dR6ttGOLSHvsfLoJNG4qz2WwTSmsEVbj2yD3/ynJFtofHX13RTOh9S4tk/MOT2r9nyD/ PLajNSlPlXXJgBgRDpg/4ashX7Keu/aqO87DjMVzt6Ymj0cRu3H2AWkXztLWQ2H+vD8+ dEvjoNmf1CMjGlUwY5At225MqvxXuD/jVEUOkCYFeZqRoIRe3OCvAeTb2VzzLeyFEeJD sfIXd0QYkz2X1j+V6a7h3NaPSKiLF+E8hg4PAhlhQ6JzLony48blC/JrqcqrqJ1jso4u I9rw== X-Gm-Message-State: AOJu0YzllH7cNEcEhlohGpfee1/0gi8K+/xvFAwqnM0qDmXQqGIRxCZd 5QlZ1Erm3FUuW8Pp45XAGz30rSuPP6FZwAH5GNyK0G0L+n/NluKqW8V/cZ9NBJQ= X-Google-Smtp-Source: AGHT+IG+k1fHuh9JJpBdtXZplxZj+LkoELnvZ0Sn25Bj7r5ZiydiU+xDHyBHipyi6ZffmupckZ1aYg== X-Received: by 2002:a05:6102:947:b0:4a4:92f7:3611 with SMTP id ada2fe7eead31-4ad62cb4524mr8079769137.12.1731830600132; Sun, 17 Nov 2024 00:03:20 -0800 (PST) Received: from mail-vk1-f174.google.com (mail-vk1-f174.google.com. [209.85.221.174]) by smtp.gmail.com with ESMTPSA id ada2fe7eead31-4ad647e4a02sm717442137.13.2024.11.17.00.03.19 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 17 Nov 2024 00:03:19 -0800 (PST) Received: by mail-vk1-f174.google.com with SMTP id 71dfb90a1353d-50d34db4edeso2324457e0c.0 for ; Sun, 17 Nov 2024 00:03:19 -0800 (PST) X-Received: by 2002:a05:6122:3184:b0:50d:4b8d:6750 with SMTP id 71dfb90a1353d-51477ee95aamr6241118e0c.1.1731830599614; Sun, 17 Nov 2024 00:03:19 -0800 (PST) List-Id: Using and improving FreeBSD on the desktop List-Archive: https://lists.freebsd.org/archives/freebsd-desktop List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-desktop@FreeBSD.org MIME-Version: 1.0 References: In-Reply-To: From: Gleb Popov Date: Sun, 17 Nov 2024 11:02:53 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Hello and feedback To: Pedro Andres Aranda Gutierrez Cc: freebsd-desktop@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4Xrjtd3JS1z4sL2 X-Spamd-Bar: ---- On Sun, Nov 17, 2024 at 9:49=E2=80=AFAM Pedro Andres Aranda Gutierrez wrote: > > Hi, > > this is my first message on this mailing list. I have recently installed = FreeBSD with KDE5 on a laptop and the result is promising. I could do most = of my daily work with it if need be :-) There is one mayor quirk, however, = which I would like to see improved: > > Currently, when I plus ing and mount USB drives, the mount point on /medi= a is so long that any interaction through the command line (yes, I'm old st= yle zsh/bash) usually takes more than one like on a 132 terminal window and= that is not exactly comfortable. It would be nice if the drives were mount= ed on /media/ like, for example in Linux. You can teach this code to use label if available https://foss.heptapod.net/bsdutils/bsdisks/-/blob/branch/default/blockfiles= ystem.cpp?ref_type=3Dheads#L148