Author Archives: chris

Firefox Touchscreen Scrolling

By | August 28, 2021

When using Firefox on a touchscreen enabled laptop, I noticed that scrolling only worked using the scroll bar and I could not zoom or scroll like is done with mobile devices. I discovered a fix for this by editing the /etc/security/pam_env.conf file and adding a new environment variable. MOZ_USE_XINPUT2 DEFAULT=1 Save, then reboot. Zoom and… Read More: Firefox Touchscreen Scrolling »

SMB Shares in Pop! OS

By | December 26, 2020

I recently switched from Ubuntu 20.10 to Pop! OS. One of the challenges I had was configuring shared folders I want mapped on my Pop! OS machine. I copied the lines from my previous /etc/fstab file that mounted the shares previously. Install Samba: sudo apt install samba. Set SMB pasword: smbpassword -a <Username> But when… Read More: SMB Shares in Pop! OS »