After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736333 - Add desktop action for new incognito window
Add desktop action for new incognito window
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-09 14:12 UTC by Yosef Or Boczko
Modified: 2014-12-12 15:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add New Incognito Window desktop action (1000 bytes, patch)
2014-12-11 15:15 UTC, Michael Catanzaro
committed Details | Review

Description Yosef Or Boczko 2014-09-09 14:12:41 UTC
I want to see in the context menu in the shell to see 'New Incognito Window'.
For this we needs to add to epiphany.desktop something like this:

[Desktop Action Incognito]
Name=New Incognito Window
Exec=epiphany --incognito-mode
OnlyShowIn=X-Messaging Menu;
Comment 1 Kat 2014-12-11 13:45:28 UTC
I use epiphany only in private browsing mode as I'm not too keen on bring tracked by some websites (Facebook) or don't want my login/session information remembered (internet banking), so it would be great if a second desktop file was installed by default. I think a better name for it would be "Private Web" or "Incognito Web".

Additionally, I think this would vastly improve the discoverability of incognito mode. When I temporarily use someone's computer and that person is not involved in software, they are always surprised about the existence of private browsing and don't know what it does. I think that incognito mode is something which should actively be promoted and it deserves a place next to the normal session in the Activities overview.
Comment 2 Michael Catanzaro 2014-12-11 14:50:10 UTC
Each application in GNOME 3 should have a 1:1 correspondence with a desktop file , but adding a desktop action to the existing desktop file, as requested in comment #0, would be fine.

Also, a tip: each web application you create will have a separate profile with no access to any of your usual browsing data. But keep in mind that neither this nor incognito mode will actually protect you from tracking.
Comment 3 Michael Catanzaro 2014-12-11 15:15:52 UTC
Created attachment 292538 [details] [review]
Add New Incognito Window desktop action

This will appear when you right click on the Epiphany launcher in GNOME
Shell >= 3.12.
Comment 4 Claudio Saavedra 2014-12-11 15:36:14 UTC
Review of attachment 292538 [details] [review]:

I like this, let's do it.
Comment 5 Claudio Saavedra 2014-12-11 15:41:31 UTC
Review of attachment 292538 [details] [review]:

I like this, let's do it.
Comment 6 Claudio Saavedra 2014-12-11 15:41:37 UTC
Review of attachment 292538 [details] [review]:

I like this, let's do it.
Comment 7 Michael Catanzaro 2014-12-12 15:49:48 UTC
Attachment 292538 [details] pushed as 5b25f91 - Add New Incognito Window desktop action