Comment 31 for bug 1445595

Revision history for this message
Joshua Max (joshumax) wrote :

I've narrowed the problem down to https://bazaar.launchpad.net/~unity-team/unity/trunk/view/head:/unity-shared/GnomeFileManager.cpp#L216. Calling GnomeFileManager::Activate() from GnomeFileManager::EmptyTrash() seems to no longer be necessary and causes Nautilus to open a window at the user's home directory. Simpy removing the function call from my copy of the unity sources fixes the problem with no side-effects as far as I can tell.