We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I start the Application on Linux i get blank window and the error message
`src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied Failed to create GBM buffer of size 800x600: Permission denied KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied Failed to create GBM buffer of size 800x600: Permission denied KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied Failed to create GBM buffer of size 800x600: Permission denied Failed to create EGL images for DMABufs with file descriptors -1, -1 and -1`
To get the App running you need to export WEBKIT_DISABLE_DMABUF_RENDERER=1
export WEBKIT_DISABLE_DMABUF_RENDERER=1
Its not a big problem, I just wanted to let you know and it might help someone. System information:
OS: Manjaro Linux x86_64 Kernel: 6.6.19-1-MANJARO Shell: bash 5.2.26 DE: Plasma 5.27.11
The text was updated successfully, but these errors were encountered:
See also #98
This is a known problem in/with tauri, but unfortunately there's no proper fix yet: tauri-apps/tauri#5143
Let's keep this issue open until this is fixed in tauri and then in restic-browser, so that it might help others with the same problem.
Sorry, something went wrong.
No branches or pull requests
When I start the Application on Linux i get blank window and the error message
`src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
Failed to create GBM buffer of size 800x600: Permission denied
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
Failed to create GBM buffer of size 800x600: Permission denied
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
Failed to create GBM buffer of size 800x600: Permission denied
Failed to create EGL images for DMABufs with file descriptors -1, -1 and -1`
To get the App running you need to
export WEBKIT_DISABLE_DMABUF_RENDERER=1
Its not a big problem, I just wanted to let you know and it might help someone.
System information:
OS: Manjaro Linux x86_64
Kernel: 6.6.19-1-MANJARO
Shell: bash 5.2.26
DE: Plasma 5.27.11
The text was updated successfully, but these errors were encountered: