Home Virtaul File Support on Linux for the Nextcloud Desktop Agent
Post
Cancel

Virtaul File Support on Linux for the Nextcloud Desktop Agent

What is Virtual File Support?

Virtual file support is a feature common to services such as Onedrive or Dropbox where all the files stored on the service cloud storage provider appear in your file system but are never actually downloaded until you open the file. This is done in an effort to save space on your local disk.

Setup

Install

Fedora

1
sudo dnf install nextcloud-client-devel

Ubuntu

1
sudo apt install nextcloud-desktop

Enable Experiment Features

  1. Open ~/.config/Nextcloud/nextcloud.cfg
  2. add showExperimentalOptions=true under [General]
  3. Save and close the file

copy librarys to where Nextcloud expects them to be (Fedora specific)

1
2
sudo cp /usr/lib64/nextcloudsync_vfs_suffix.so /usr/lib64/qt5/plugins
sudo cp /usr/lib64/nextcloudsync_vfs_xattr.so /usr/lib64/qt5/plugins

Sign in

  1. Launch the app
  2. Sign in with your nextcloud credentials
  3. Tick Use virtual files instead of downloading content immediately
This post is licensed under CC BY 4.0 by the author.