Comment 22 for bug 1003185

Revision history for this message
Alexander Skwar (alexander-skwar) wrote :

Hey,

another "me too".

I'm on Ubuntu 13.04 with Unity. My /home is on a btrfs subvol, mounted like that:

a@ask-home:~$ mount | grep /home
/dev/mapper/ssd-Data on /home type btrfs (rw,noatime,ssd,discard,subvol=home)

Interestingly, on my Ubuntu 13.04 system at work, I don't have that problem and there /home is also on btrfs:

a@ewzw032:~$ mount | grep " "/home' '
/dev/mapper/system-Root on /home type btrfs (rw,subvol=@home)

Increasing /proc/sys/fs/inotify/max_user_watches didn't help - at work, it's set to 16k; at home, it was set to 8k and I now increased it VERY much:

a@ask-home:~$ echo 216384|sudo tee /proc/sys/fs/inotify/max_user_watches

Problem still exists.

I do not have gnome-vfs erros in the output on the terminal were I started shutter and also not in ~/.xsession-errors. WHen taking a screenshot, I get:

INFO: DBus connection to org.freedesktop.compiz failed --> skipping compiz related tasks

org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.compiz was not provided by any .service files

Well?