Imagine you're a non-technical newbie.
You've just installed Google Chrome on Puppy Linux with the default windows manager.
If you right OR left click on the menu item, it runs the browser. But you always want to run incognito.
How would you do it?
You can always start the browser, open an incognito, and close the one you opened, but that lacks elegance (and is not unlikely to load you some cookies).
You can pass --incognito as an argument on Barry's default browse icon, but what if you prefer Pale Moon as your default?
There's always:
Code: Select all
root# google-chrome --incognito &
but then you're toying with the gritty console.
I would probably search for an executable in Rox and drag it to a desktop, but as I write this that act is still happenstance for me. I'm not sure if I'm finding a launcher, if there's more than one, or the executable creates a launcher, possibly not even with the proper browser icon.
That's where I am at the moment.
How would you do it? How would you get --incognito in the menu? Know the right executable for your launcher?