remove webdav volumes from places

The dedicated forum for PCMan File Manager - http://wiki.lxde.org/en/PCManFM
Locked
libreté
Posts: 2
Joined: Tue Jun 04, 2019 5:18 pm

remove webdav volumes from places

Post by libreté »

I would like to remove a WebDAV volume from my places section.

I returned with empty hands from a grep and find excursion to look for potentially related config files.

Mounting the volume opens a davs:// URL and correctly shows the remote folder's contents.

Here is a screenshot of the upper part of my places panel with the WebDAV volume being the last item.

Image

Thanks for any advice!
drooly
Posts: 791
Joined: Mon Apr 08, 2013 6:45 am

Re: remove webdav volumes from places

Post by drooly »

Preferences => Layout => Show in Places => UNcheck Network.
libreté
Posts: 2
Joined: Tue Jun 04, 2019 5:18 pm

Re: remove webdav volumes from places

Post by libreté »

Thanks for your reply.

No, this wasn't it. The entry remained even after unchecking Network.

I however managed to get rid of it. It was linked to a former Gnome Online Account.

I assured the account was removed

Code: Select all

env XDG_CURRENT_DESKTOP=GNOME gnome-control-center
and removed the evolution cache

Code: Select all

rm -r ~/.cache/evolution/*
Locked