martim01 / pam

Audio Monitoring Software designed to run on a Raspberry pi with touchscreen
GNU General Public License v3.0
147 stars 12 forks source link

Mouse not showing up on release 2023-08-03 #116

Closed elraval closed 7 months ago

elraval commented 7 months ago

Hi Martin. Thank you for building PAM.

I don't have a touchscreen and rely on mouse to click. On the latest release mouse cursor is invisible...

Thank you in advance for any guidance.

Diogo

martim01 commented 7 months ago

You can get the cursor back by editing /home/pam/.bash_profile

remove -nocursor

elraval commented 7 months ago

Thanks. That dit the trick. Cheers.