Hi, I am trying to modify the Firefox desktop icon so that it opens an incognito window by default.
I've modified and created .desktop files as per tutorials on the net and rebooted, but it doesn't work. What I've done is changing /usr/share/applications/firefox.desktop: - Exec=firefox %u + Exec=firefox -private-window %u I also created a desktop file in ~/.local/share/applications, but that too didn't work. Can someone direct me to documentation or the actual implementation of desktop icons? Thanks, Pranjal