Custom icons for sandboxed app shortcuts - thoughts? #3379
Replies: 3 comments
-
Forgot to mention this, but if there's no clear preference for one version above all others, one possibility is to add an option to the SBIE+ Settings to let the user select whether shortcuts should use the Default option, Variant no.1, or Variant no.2. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure how well this will look on non retina displays, a standard icon is 32x32 so we would need a at most 16x16 better 12x12 overlay. Sandman would need to generate *.ico files with different resolutions, 16x16, 32x32, 48x48, 64x64 and may be bigger save them in a cache location and make the *.lnk files use them. |
Beta Was this translation helpful? Give feedback.
-
That's a good idea
Yeah, I was thinking it would just be a folder in the SBIE install directory that holds all the ICO files, with all the shortcuts pointing back to that location. That way it would avoid regenerating an icon that has already been generated, and all the icons could be changed/updated/deleted as a group if need be. Before I get started, I have a few questions:
|
Beta Was this translation helpful? Give feedback.
-
I am thinking about extending SBIE+'s ability to generate shortcuts to sandboxed apps, to give said shortcuts a unique icon that shows what app is being sandboxed (instead of the default SBIE+ icon, which is the current behavior).
For example, this is the current Desktop icon for the generated "sandboxed browser" shortcut, which targets Firefox:
It's not readily apparent what app will be launched by this shortcut!
I have two ideas (actually I have more, but these are my top two) for how the shortcut would look instead. The images below are mock-ups, but the idea would be that anytime the user creates a shortcut to a sandboxed file or app in Sandboxie-Plus, it would generate a Sandbox Shortcut ICO based off the ICO of the target.
Idea no.1: The "shortcut arrow" overlay
A sized-down, relatively inconspicuous SBIE+ icon overlaying the bottom right corner, similar to how Windows puts an arrow symbol on the bottom left of .lnk icons. (Or the overlay could replace the shortcut arrow in the bottom left! Open for discussion.)
Idea no. 2: ICO-in-the-box
The target icon (slightly sized-down) is depicted as sitting inside the "sandbox" part of the SBIE+ icon.
.
.
.
@DavidXanatos is this something you'd be interested in having? (Also, would this kind of contribution be worthy of a Contributor License?)
Beta Was this translation helpful? Give feedback.
All reactions