- Update to version 3.14.3: * create a permanent log of delete actions (gh#nextcloud/desktop#7381) * detect the terms of service app is requiring the user to sign them (gh#nextcloud/desktop#7386) * content access denied error during discovery: verify server access (gh#nextcloud/desktop#7392) * properly detect need to sign terms of service state (gh#nextcloud/desktop#7396) * improve again state tracking with terms of service app (gh#nextcloud/desktop#7406) * Change defaults of promptDeleteFiles to false (gh#nextcloud/desktop#7411) * Update share link for AppImage tool (gh#nextcloud/desktop#7440) * Bugfix update channels (gh#nextcloud/desktop#7443) * Only display server name in multiple override servers dropdown (gh#nextcloud/desktop#7424) OBS-URL: https://build.opensuse.org/request/show/1224841 OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=154
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.
|