nextcloud-client: VFS plugins installed where the client does not search
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
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
- Sin Dockerfile ni archivo de Docker Compose
- Tiene una plantilla de pull request
- Leer la guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de void-linux/void-packages
-
Package request: LandrunAbiertorequest
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
void-linux/void-packages#62661 ·
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 88/100
void-linux/void-packages#62620 · 1 comentario ·
Los mantenedores suelen responder en 1 día
-
bug needs-testing
Dificultad 2/5 1-3 horas Aptitud para principiantes 72/100
void-linux/void-packages#62562 ·
Los mantenedores suelen responder en 1 día
-
bug needs-testing
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
void-linux/void-packages#62552 · 1 comentario ·
Los mantenedores suelen responder en 1 día
-
bug needs-testing
Dificultad 2/5 1-3 horas Aptitud para principiantes 74/100
void-linux/void-packages#62522 · 5 comentarios ·
Los mantenedores suelen responder en 1 día
Todos los issues de void-linux/void-packages
Issues similares
-
package-update
Dificultad 2/5 1-3 horas Aptitud para principiantes 78/100
-
bug needs triage
Dificultad 2/5 1-3 horas Aptitud para principiantes 78/100
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 78/100
vllm-project/vllm-metal#841 ·
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 85/100
obra/superpowers#2394 ·
Los mantenedores suelen responder en 2 días
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 84/100
CachyOS/cachyos-aur-derived#772 ·
Los mantenedores suelen responder en 1 día