dhunt84971 / CalendarNotes

Electron app - Calendar based daily notes (journal) stored in a MySQL or SQLite DB.
http://calendarnotes.org
MIT License
3 stars 1 forks source link

GPU process isn't usable #73

Closed dhunt84971 closed 3 months ago

dhunt84971 commented 1 year ago

This error seems to have started occurring on newer Ubuntu 22.04 installations. There is a work around. Modify the desktop shortcut launcher to include the --no-sandbox option.

sudo nano /usr/share/applications/calendarnotes.desktop

Exec=/opt/calendarNotes/calendarnotes %U -> Exec=/opt/calendarNotes/calendarnotes --no-sandbox %U

dhunt84971 commented 3 months ago

This issue actually occurred as a result of running the application within a VM and not because of the version of Ubuntu. The above work-around is the solution for this fringe case. Just add the --no-sandbox to the application command.