Shutter - Error while opening directory '/home/username/Pictures'

Viewed 839

I am using Shutter, and I absolutely loved it. I installed it in my new laptop and unable to get it working. When I open shutter and try to take a screenshot, it shows me error message saying "Error while opening /home/username/Pictures'.

enter image description here

enter image description here

I have tried changing the path to save it somewhere else but still the same issue. I can go to the terminal and create a file in this folder without any issue. So, it doesn't feel like it's a permission issue.

I have also tried to autoremove and purge shutter and install it again multiple times. But it didn't solve the issue. Any guidance would be appreciated. Thanks

2 Answers

I had the same issue, it seems that some dependencies were not installed for shutter for me. After installing shutter from the command line:

$ sudo apt-get install shutter

it worked again.

I fixed this issue in my pc by creating the folder manually it is looking for. In your case create folder mohit/Pictures in side /home folder and restart shutter application.

Related