tauno-serial-plotter icon indicating copy to clipboard operation
tauno-serial-plotter copied to clipboard

Does not start on ubuntu 22.04

Open Swifster opened this issue 1 year ago • 1 comments

Hi! I ran into this issue when starting the application. When installing from ubuntu store app the open button is just gray.

Qt: Session management error: Could not open network socket DEBUG:root:self.selected_baudrate = DEBUG:root:9600 Fontconfig warning: FcPattern object width does not accept value [75 100) Segmentation fault (core dumped)

Swifster avatar Mar 20 '25 14:03 Swifster

You can try to clean the font cache:

sudo rm /var/cache/fontconfig/*

rm ~/.cache/fontconfig/*

fc-cache -r

-If no ports show up. Then close the app and run these commands. And open the app again:

sudo usermod -a -G dialout $USER

sudo snap connect tauno-serial-plotter:raw-usb

taunoe avatar Mar 22 '25 18:03 taunoe