* Fix release kind detection (gh#nextcloud/desktop#7034) * docs: conf file option moveToTrash is no longer Linux specific (gh#nextcloud/desktop#7047) * only add Encrypt context menu entry for top folder in settings dialog (gh#nextcloud/desktop#7063) * add missing exception handling (gh#nextcloud/desktop#7081) * do not ignore paths containing 2 "#" characters (gh#nextcloud/desktop#7087) * Narrow down ReadWrite folder permission to owner (gh#nextcloud/desktop#7092) * Bugfix/delete read only remnants folders ( gh#nextcloud/desktop#7107) * Bugfix/fix one rename issue (gh#nextcloud/desktop#7111) OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=147
18 lines
694 B
Markdown
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.
|