Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

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

Abierto Apto para principiantes
#62,700 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
2/5
Tiempo estimado
1-3 horas
Aptitud para principiantes
70/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Activo
Stack tecnológico
linux
Área
build-system

Línea de trabajo

Inspecciona la definición del paquete nextcloud-client y sus rutas de instalación, y compáralas con el directorio de plugins de Qt6 que busca el cliente. Reproduce la búsqueda con los comandos xbps-query y strace proporcionados; se considera terminado cuando una instalación limpia coloca los plugins VFS donde nextcloud busca y los archivos virtuales están disponibles sin symlinks manuales.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.

Lenguaje dominante
Shell
Estrellas
3.4k
Forks
2.8k
Merge medio
1 d 21 h
PR fusionados (30 d)
329

Preparar el entorno

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de void-linux/void-packages

Todos los issues de void-linux/void-packages

Issues similares

Más issues de Shell/Bash

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.