* 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
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:
- Install package
nextcloud-desktop-vfs-plugin
. - Open the
nextcloud.cfg
file in~/.config/Nextcloud/
in a text editor. - Under the
[General]
section, add the line:showExperimentalOptions=true
. - Use the nextcloud-desktop UI to add a new sync account, and the option to enable "Virtual Files" should show up.
Description
Languages
RPM Spec
100%