forked from pool/nextcloud-desktop
* Fix permanent freeze upon opening macOS VFS settings (gh#nextcloud/desktop#6894) * Remove Ubuntu Mantic, add Oracular (gh#nextcloud/desktop#6909) * Optimize Ubuntu/Debian build (gh#nextcloud/desktop#6910) * Fix clickable area of macOS VFS settings checkboxes (gh#nextcloud/desktop#6932) * Bugfix/backport kde fix 313 (gh#nextcloud/desktop#6800) * Fix visibility of info buttons and details when updater is disabled in general settings (gh#nextcloud/desktop#6931) * fix doc configuration file (gh#nextcloud/desktop#6953) * forward the redirected signal from QNetworkReply to detect them (gh#nextcloud/desktop#6972) * Fix crash: web flow credential dialog is deleted when closing it (gh#nextcloud/desktop#6976) * List sync folders in the file explorer with user's username (gh#nextcloud/desktop#6978) * Bugfix/signup with provider page (gh#nextcloud/desktop#6977) * prevent event loop reentrance when handling ENCRYPT socket requests (gh#nextcloud/desktop#6979) * Make multiple notifications text translatable (gh#nextcloud/desktop#6995) * Bugfix/delete readonly folders (gh#nextcloud/desktop#7014) * Bugfix/hide encrypt from context menu (gh#nextcloud/desktop#7018) * Bugfix/remove read only folders in read only folders (gh#nextcloud/desktop#7021) OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=145
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.
|