Did
sudo apt install thunar thunar-volman
up to date and installed already
Next did
sudo journalctl -f
Instantly, it showed some AVC apparmor=“DENIED” stuff relating to security-misc/pam_tally2-info
Next, I opened thunar and nothing new appeared in that window
Then I went into settings and volume management and mount removeable were already enabled, I disabled and renabled them and nothing changed in the log (Note it said I was missing dependency gvfs)
Next, I plugged in the USB, it found it, detected it and attached, but then it said
[sdd] write protect is off
[sdd] write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
[sdd] attached SCSI removable disk
But the USB does not show up in thunar, next I did sudo mount /dev/sdd /mnt/ and it worked but the name changes every time I take the usb out.
Not sure if this is related but it might be, KVM Whonix seems to work fine except that when I put a shared folder and try to boot the workstation I get "Error starting domain: internal error […] cannot initialize fdsev […] failed to open /home/user/shared: permission denied and then systemd log shows red text “unable to read from monitor: connection reset by peer” "internal error qemu unexpectedly closed the monitor […]
When installing the shared folder I followed the instructions in KVM documentation to give the folder permissions, but I did not do the Mandatory Access Control section as I’m unsure whether or not Kicksecure uses it or SELinux
Update: Just incase it uses Mandatory Access Control I tried doing “sudo chmod 777 -R /home/yourusername/shared” But I got the same error