restic-browser icon indicating copy to clipboard operation
restic-browser copied to clipboard

Blank window after starting on Manjaro Linux

Open toastone1 opened this issue 1 year ago • 1 comments

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

toastone1 avatar Apr 02 '24 18:04 toastone1

See also https://github.com/emuell/restic-browser/issues/98

This is a known problem in/with tauri, but unfortunately there's no proper fix yet: https://github.com/tauri-apps/tauri/issues/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.

emuell avatar Apr 02 '24 19:04 emuell