Unable to Remove FreeCAD

Yes he also fits tires (tyres) at his shop :wink:

2 Likes

I asked my friend who also got Zorin Pro. He said, he is also facing the same issue. He removed it and it's still there. The same issue applicable for:

FreeCAD
Minder
Scribus

That is a very interesting piece of information.
I tend to keep everything in default setting much as possible and I did not notice it till you mention it.

Let's see what @Aravisian might say about this phenomenon.

2 Likes

I suspect the Flatpak has infact been removed but has left the icon behind. Hence clicking on it does not call up the app.

It looks like the Desktop Entry was not removed when Flatpak did the removal.
Can you check:

find / -name '*.desktop' -exec grep -H "Name=FreeCad" {} \; 2>/dev/null
find / -name '*.desktop' -exec grep -H "Name=Minder" {} \; 2>/dev/null
find / -name '*.desktop' -exec grep -H "Name=Scribus" {} \; 2>/dev/null

Remove any leftover Desktop Entries that you find; log out and in to test.

1 Like

Use synaptic, that one removes everything.

Not for Flatpak or Snap apps.

Maybe its a .desktop shortcut. That can be deleted easely

.local/share/applications/

1 Like

I wish I had thought of that.

1 Like

Its only because i created a shortcut a few days ago and placed it in that folder haha :joy:

1 Like

lol

Michel...

2 Likes

Well i did not use the terminal :wink:

1 Like

Yes, in GUI - File Manager and File Manager opened with Root Privileges, you can check ~/.local/share/applications or /usr/share/applications for the desktop entries.

I gave terminal commands for certain searching, as looking at files in File managers mean files can be missed, visibly. Thunar displays .desktop entries differently than Nautilus does, for example. And sometimes, a person can look right at something and not even see it...

1 Like

I can see the files. But unable to delete.

How can I delete it?

1 Like

Press the delete button or right mouse click on the file and remove.

Is hope this is not your first time you use a computer ?

In terminal, run

sudo -i

In order to elevate to Root Privileges.
Then launch the file manager:

nautilus

With that open, now navigate to the files and you can delete them.

Once finished, close the Elevated to Root File manager to avoid any mistakes and close the terminal.
Test the application menu or launcher to ensure FreeCad is gone.

1 Like

Or add this function to Nautilus:
‘Open as Administrator’

sudo apt install nautilus-admin

3 Likes

I would have gone the simple route:

sudo apt remove flatpak snapd --purge

Diabolical isn't it....mmmmhhhhwwwaaahhaahhaaahaa. :smirk:

2 Likes

You forgot one more thing.
WE have this great tutorial by @storm :wink:

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.