Remove folders in "open with" / "save as" windows doesen't work

I want to remove the Nextcloud Folder from the sidepanel but how?
I tried remove it.: right click > remove, if I open the windows twice it is there again.

Is this in Firefox only or system wide?

I assume the Nextcloud folder is a network location?

Seems to be GTK… so they are saved in:

cat /home/$USER/.config/gtk-3.0/bookmarks

or

cat /home/$USER/.gtk-bookmarks

But normally you should be able to remove it. Maybe a permission issue?

1 Like

there is it:

file:///home/$USER/Nextcloud

Nut how can I remove it now? @megavolt
It is system wide also in Etcher for example. @darkcity

Open it with an editor, delete it and save. Done.

Its gone, thanks @megavolt and @darkcity

vim /home/$USER/.config/gtk-3.0/bookmarks
vim /home/$USER/.gtk-bookmarks

removed

file:///home/$USER/Nextcloud

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