* Bugfix/catch exceptions to prevent crash (gh#nextcloud/desktop#7705) * Bugfix/elidedtext (gh#nextcloud/desktop#7706) * Call setDesktopFileName without `.desktop` suffix (gh#nextcloud/desktop#7707) * add a simple github action workflow to build test the documentation (gh#nextcloud/desktop#7709) * Fix filename of fix-macosvfs-file-sharing.png (gh#nextcloud/desktop#7712) * Fix .netrc parsing (gh#nextcloud/desktop#7714) * Bugfix/do not always free up storage windows shortcuts (gh#nextcloud/desktop#7715) * fix dev application name to keep a consitant migration behaviour for the dev and prod build (gh#nextcloud/desktop#7722) * ensure proper read write access to root folder and db files (gh#nextcloud/desktop#7726) * gui/tray: Fix colour for secondary text items being too pale (gh#nextcloud/desktop#7727) OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=163
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%