From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00CE8158094 for ; Wed, 24 Aug 2022 15:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88475E07F9; Wed, 24 Aug 2022 15:10:18 +0000 (UTC) Received: from mail-qk1-f178.google.com (mail-qk1-f178.google.com [209.85.222.178]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7FD1E07DB for ; Wed, 24 Aug 2022 15:10:15 +0000 (UTC) Received: by mail-qk1-f178.google.com with SMTP id g21so12879241qka.5 for ; Wed, 24 Aug 2022 08:10:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:subject:from:reply-to:content-language:to :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc; bh=2rvt5/1I0n34sDTYHA4jwVXxnKOT9o1a9UUSxab9jjY=; b=baSMgbG4Vd+g3salid8OA1TFEDLwnKR2OloDuEC3Sa65Q+gNVvQlcWM67P/2zGLInt moEphBN7iEpHh6DDaPvtoVmuFZtLEa3OhcuVii1M4pKeCIuuAFAtLSa9FwrJWLH7Fc5J 4jkwoOpyZR6oKXMdAHX7wq2vvytmxAUmBZbdIdqbay6rogl/2CEFx7Mz1KLw0dNL11EI grO+1OhzPFU9UZaAmn3L+YPkqpYjH2GVKJSU/hcUt/yoCftWq6nPjPU42S+yBzj3NMwy +5CXbWxj/j/E9cnqn23khOGNPROXeAcaQvpeYkLrIfeCgEwHzrGElDJtkon3hzuKR+4X /XYA== X-Gm-Message-State: ACgBeo2Tj9IJFVhJAMKef2cZBvTSirkQD+DyVuZC9BHeZjigl/XnM9Gc G3qWBGk0w4O2YjRMeApbHAl47vvlG27+6g== X-Google-Smtp-Source: AA6agR6MD81RUrzB/LKCbquzeQH+Z/rsh3Wr8hZTK9fIpo1kcdbQzsrkwhv8BmHS3Of04QEl3jqjOw== X-Received: by 2002:ae9:c10f:0:b0:6bc:1101:215 with SMTP id z15-20020ae9c10f000000b006bc11010215mr10333088qki.760.1661353814723; Wed, 24 Aug 2022 08:10:14 -0700 (PDT) Received: from [192.168.1.18] (c-73-238-129-126.hsd1.ct.comcast.net. [73.238.129.126]) by smtp.gmail.com with ESMTPSA id v16-20020a05620a0f1000b006b97151d2b3sm15565727qkl.67.2022.08.24.08.10.13 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 24 Aug 2022 08:10:13 -0700 (PDT) Message-ID: <61d345b3-0f2b-2ed9-0db1-57db48be87ce@users.sourceforge.net> Date: Wed, 24 Aug 2022 11:05:58 -0400 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 To: Gentoo Users List Content-Language: en-US-large From: Jack Subject: [gentoo-user] KDE plasma desktop view shows files that don't exist Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: 1651e7f9-50df-4f96-998f-872990d512d9 X-Archives-Hash: 6c673bf34e389c6eb58e9376ba25b2b6 Checking here for any ideas or suggestions before I report as a KDE bug. I have my KDE Plasma desktop set to show my ~/Desktop folder. Two days ago, I created a script.pl Perl script in that folder. (No, I don't generally do work in that folder, but I just needed a quick script to deal with a file I had just downloaded there.) After editing that file in emacs, a script.pl~ also showed up on the Desktop.  However, so did a file #script.pl#, and actually I now have three files showing that name.  The original and the emacs backup also show up in Dolphin and an "ls" command in a terminal.  None of the "#" files do, however, which is expected, as there are transient working files only during an active emacs session. Trying to edit one (double click) from the desktop opens an empty file, and right clicking and selecting Properties shows the correct info as of when the file actually existed - but if I ask for any checksums, they show up as blank fields. I've looked, and have not found any relevant bug on the KDE bugzilla.  (As it's not likely a Gentoo bug, I don't see any point in filing at b.g.o.) Has anyone else noticed this?  Can anyone else reproduce it? Thanks for any feedback. Jack