Comment 15 for bug 1247621

Revision history for this message
Benjamin ABEL (bjn-abel-deactivatedaccount) wrote :

The solution provided by Justyn Butler in post #14 works for me.
My home directory is in `/media/home/`, so I've edited the `/etc/apparmor.d/tunables` file to change the `@{HOMEDIRS}` value like this:

    @{HOMEDIRS}=/home/ /media/home/

After that, you need to reload your apparmor profile:

    sudo invoke-rc.d apparmor reload

And then I can type in the search fireld as expected. Thank you very much justyn.