I'm not sure, but I have the same problem.
*** EDIT ***
It's very naive in its workings, but I made a script to at least deal with the problem for the moment:
unlock.sh:
Make the script executable:
Go into 'Settings' in the pulldown menu. Then, Autostart -> Add -> Add Login Script, and choose the script above.
I've only tested this for a few hours, but it's working so far.
*** EDIT ***
It's very naive in its workings, but I made a script to at least deal with the problem for the moment:
unlock.sh:
Code:
#!/bin/sh
while :; do
echo "Unlocking...:
loginctl unlock-session c1
sleep 2
done
Make the script executable:
Code:
chmod +x unlock.sh
Go into 'Settings' in the pulldown menu. Then, Autostart -> Add -> Add Login Script, and choose the script above.
I've only tested this for a few hours, but it's working so far.