emuell / restic-browser

A GUI to browse and restore restic backup repositories.
MIT License
597 stars 16 forks source link

Blank window after starting on Manjaro Linux #104

Open toastone1 opened 3 months ago

toastone1 commented 3 months ago

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

emuell commented 3 months ago

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.