nextcloud-desktop/README.vfs.md
Atri Bhattacharya 01bcea931b Accepting request 1170209 from home:badshah400:branches:network
> Split out a nextcloud-desktop-vfs-plugin package.
> Add README.vf.md file outlining steps needed to enable virtual-file system plugin.

OBS-URL: https://build.opensuse.org/request/show/1170209
OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=137
2024-04-26 17:08:02 +00:00

18 lines
694 B
Markdown

# Enabling virtual file system plugin for nextcloud-desktop #
Please understand that the virtual file system is still at an early
experimental phase on Linux, as noted here:
[https://docs.nextcloud.com/desktop/latest/architecture.html#virtual-files].
*READ ON TO ENABLE AT YOUR OWN RISK*
## How to enable vfs plugin on openSUSE Tumbleweed ##
Follow these steps:
1. Install package `nextcloud-desktop-vfs-plugin`.
2. Open the `nextcloud.cfg` file in `~/.config/Nextcloud/` in a text editor.
3. Under the `[General]` section, add the line: `showExperimentalOptions=true`.
4. Use the nextcloud-desktop UI to add a new sync account, and the option to
enable "Virtual Files" should show up.