Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

nextcloud-client: VFS plugins installed where the client does not search

Aperta Adatta ai principianti
#62,700 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

I maintainer di solito rispondono entro 1 giorno

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
70/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
linux
Ambito
build-system

Direzione di ricerca

Esamina la definizione del pacchetto nextcloud-client e i relativi percorsi di installazione, quindi confrontali con la directory dei plugin Qt6 cercata dal client. Riproduci la ricerca con i comandi xbps-query e strace forniti; il lavoro è completato quando un’installazione pulita colloca i plugin VFS nel percorso in cui nextcloud cerca e i file virtuali sono disponibili senza symlink manuali.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

bug needs-testing
Is this a new report?

Yes

System Info

Void 7.2.2_1 x86_64 AuthenticAMD uptodate rFFF

Package(s) Affected

nextcloud-client-34.0.4_1

Does a report exist for this bug with the project's home (upstream) and/or another distro?

Not that I could find.

Expected behaviour

The VFS plugins should either:

Be installed directly into the directory expected by the Nextcloud client:

/usr/lib/qt6/plugins/

Or, alternatively, the package/build configuration should explicitly configure the client to search the directory where the distribution installs the plugins.

The installation path should be consistent with the path used by the upstream build/client at runtime.

Actual behaviour

The plugins are installed in:

/usr/lib/

while the client only searches:

/usr/lib/qt6/plugins/

Consequently, VFS support is unavailable on a clean installation until the user manually creates symlinks.

Steps to reproduce

Install the nextcloud-client package on a Qt6-based system.

Verify that the VFS plugins are installed:

xbps-query -f nextcloud-client | grep -E 'vfs|nextcloudsync|/usr/lib'

The output shows:

/usr/lib/nextcloudsync_vfs_suffix.so
/usr/lib/nextcloudsync_vfs_xattr.so

Start the Nextcloud client:

nextcloud

Trace the filesystem lookups performed by the client:

strace -f -e trace=openat,access,stat,statx nextcloud 2>&1 | grep -E 'nextcloudsync|vfs_'

Observe that the client searches for the VFS plugins in /usr/lib/qt6/plugins/:

statx(..., "/usr/lib/qt6/plugins/nextcloudsync_vfs_suffix.so", ...) = -1 ENOENT
statx(..., "/usr/lib/qt6/plugins/nextcloudsync_vfs_xattr.so", ...) = -1 ENOENT

Verify that the files actually exist, but in a different directory:

ls -l /usr/lib/nextcloudsync_vfs_*.so

Create symlinks to the location searched by the client:

sudo ln -s /usr/lib/nextcloudsync_vfs_suffix.so \
/usr/lib/qt6/plugins/nextcloudsync_vfs_suffix.so

sudo ln -s /usr/lib/nextcloudsync_vfs_xattr.so \
/usr/lib/qt6/plugins/nextcloudsync_vfs_xattr.so

Restart the Nextcloud client.

Observe that the VFS plugins are now detected and virtual files become available.

Lingua principale
Shell
Stelle
3.4k
Fork
2.8k
Merge medio
1g 21h
PR unite (30g)
321

Preparare l'ambiente

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di void-linux/void-packages

Tutte le issue di void-linux/void-packages

Issue simili

Altre issue su Shell/Bash

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.