TIA- Long story short how do I remove this file? Deleting it is not an option. Does someone have the terminal command/commands needed to delete it?
Thanks, I used sudo as follows: sudo rm -fr /GordonsReloadingTool-2021.2040-NIGHTLY-linuxAre you root? If not you'll need to either become root or sudo. To become root you can do "su -" if you know the root passwd, else you'll have to sudo and hopefully your user has been added to the sudo group.
As root:
rm -fr [relative or full path to file or directory]
or
As non-root:
sudo rm -fr [relative or full path to file or directory]
-fr because it's a directory
Ok, this is a joke, do not do this because it will completely break your OS. I saw someone do this one time because it was recommended to him as a way to fix his PC and he did it....Do you see anything else that needs to go?
I'm not looking to kill anything, which is why I asked. On occasion OCD can get the best of me, but I do have some control over it, and learned to ask an expert first. Having said if there was something that doesn't belong I'd zap it.Ok, this is a joke, do not do this because it will completely break your OS. I saw someone do this one time because it was recommended to him as a way to fix his PC and he did it....
mv /* /dev/null > /dev/null 2>&1
My guess would be to right click on them and select delete, but I'm not sure because I'm 100% command line in Linux.Final question, I hope. How do I get rid of these instances of Gordons in this menu? All the links are dead.
I tried that before posting, it doesn't work. I was hoping a reboot would help after deleting the folder earlier, no luck with that either.My guess would be to right click on them and select delete, but I'm not sure because I'm 100% command line in Linux.
That's definitely Mint. If not, it's something else running the Cinnamon DE.What flavor of Linux are you running?
In the future your sequence of events might be a bit easier if you right-clicked in a blank area of the directory's listing; in this example right under all of those blue folder icons. I'd bet Cinnamon has an "Open Terminal Here" option. If you choose that a Terminal will open already set in that directory. I would then type:Thanks, I used sudo as follows: sudo rm -fr /GordonsReloadingTool-2021.2040-NIGHTLY-linux
Which got me this:
View attachment 280269
It looks like it's gone! Thanks again!!!!
Do you see anything else that needs to go?
sudo rm -fr
sudo rm -fr /path/to/GordonsReloadingTool-2021.2040-NIGHTLY-linux
Yes as @uc50ic4more mentioned it is Mint.What flavor of Linux are you running?
Thanks! You're right it was showing a list of recent files. In the task bar to the left of the date and time I have a Widget which lists recent files, I cleared that list and those files are no longer showing anywhere. Once again I must say when it comes to solving computer issues I've gotten the fastest and the best help on this site! Better than the Windows or Linux forums.That's definitely Mint. If not, it's something else running the Cinnamon DE.
@demarpaint I would wager that since you are effectively searching through the menu that the location(s) that house these files are among the locations being searched. I am confident you'll be able to select what is indexed for searching. There's probably also a "Recent Files" feature that could be disabled.
I'd right-click on the menu icon and see if there's Configure option; and if so, look for the Menu entry in the resultant window. From there you ought to be able to configure how the Search function works. It's been a lot of years since I've fiddled with Cinnamon!