manuelernestog / weektodo

WeekToDo is a Free and Open Source Minimalist Weekly Planner and To Do list App focused on privacy. Available for Windows, Mac, Linux or online.
https://weektodo.me
GNU General Public License v3.0
1.52k stars 169 forks source link

ERROR:gbm_wrapper.cc(258) #232

Open NailGit opened 10 months ago

NailGit commented 10 months ago

Weektodo version 2.1, ubuntu 20. It starts normally, but in the console appears many times the same error: ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2). The same errors are for deb and appimage.

PTrottier commented 6 months ago

A similar error was reported by a user in different project

Maybe, adding export ELECTRON_DISABLE_GPU=1 before the executable (deb/appimage) will help.