I have a problem since updating to Sailfish Tahkalampi 1.0.8.21. I executed these commands to disable repos before the update: for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu dr $i ; done and this command to re-enable repos after the update: for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu er $i ; done
Problem is that now Warehouse is not responding, I get message to Wait or Close application way to often I updated to version 0.3-27 but problem still persists. Any ideas? Thank you!