Pawel Zdunowski
Pawel Zdunowski
I'm not sure I would be able to create a minimal repo as just refactoring the code to work with a second thread had me contacting many people and failing...
I will attempt to show what part may be causing issues later without minimal repo
``` let sim_data_arc = Arc::clone(&app.sim_data); let checks_arc = Arc::clone(&app.checks); // Does simulation calculations thread::spawn(move || { let mut sim_data_lock = sim_data_arc.lock().unwrap(); let mut checks_arc_lock = checks_arc.lock().unwrap(); //loop { // Creates...
This happens due to incompatibility between Wayland and electron. You can fix this by going to `/usr/share/applications/` then find the app you want to modify, open its desktop entry. To...
@t101804 No sorry, I only know of that fix as it fixed my issues. I never used 535, just the most up to date driver
Also some apps like settings don't show up in default launcher
Yeah ok thanks for the note
Im not sure if I should open another issue about this but I have recently tried another rice but I wanted to come back to this one. I get the...
I have created an issue for my problem #375
@MithicSpirit solution fixed it for me :)