GNOME Bugzilla – Bug 747199
Incognito mode shortcut no longer works
Last modified: 2015-04-03 21:18:06 UTC
Using Fedora 22 alpha and Epiphany 3.16 incognito mode can no longer be opened through keyboard shortcut (CTRL+SHIFT+n) as in previous version.
Works here (WebKitGTK+ 2.8.0, Epiphay 3.16.0 from git master, ArchLinux).
I might know what's wrong. A few quick yes/no questions for both Jan-Michael and Yosef: * Does Ctrl+N open a new window? * Does Ctrl+E open the preferences dialog?
Yes, Ctrl+N and Ctrl+E works as expected, but Ctrl+Shift+N is without function.
Yes, Ctrl+N, Ctrl+E and Ctrl+Shift+N works as expected.
It's a Fedora specific bug as they are shipping epiphany with some additional patches. Patch 0013-Stop-duplicating-menu-item~in-the-app-menu-and-wind.patch from https://bugzilla.gnome.org/show_bug.cgi?id=735487 causes above issue. Readding <menuitem name="FileNewWindowIncognitoMenu" action="FileNewWindowIncognito"/> to pagepopup brings the shortcut back to life. I'll file a bug in the fedora bugtracker. Thanks for the support.
Hm, you don't need to bother unless you've already filed the bug; I'm the Fedora maintainer. That's why I asked about Ctrl+N and Ctrl+E when Yosef said it works for him. But when you said those shortcuts do work, I assumed it was not an issue with that patch. I'm surprised I broke just one shortcut and not the others. Thanks for debugging!