-
-
Notifications
You must be signed in to change notification settings - Fork 159
Multiple 'View' option on desktop #676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
settings
{
modify.remove.duplicate = 1
}
|
sorry, I'm reading between the lines, not the lines themselves :) I have no idea how they could have changed their names, so I don't have a "correct" solution. use CTRL+WIN+Right-click. this will stop the NS from using the NSS files (but the program will still run)
|
It seems the issue is with Stardock Fences. I uninstalled both and reinstalled Shell. The problem was solved. But when I reinstalled Fences the issue occurred again. I'm currently struggling to work out how to manually change the texts and icons for 'Sort by' and 'Group by' (that currently display the 'View' texts and icons) to that which they should be. Is this possible? I am also wondering whether to make these changes to the desktop context menu without changing it in the file explorer context menus (where the issue does not occur). |
// position 0: "Configure Fences"
// position 1: "View" default - skip modification
// position 2: "Sort by"
modify(where=this.title==title.view and this.pos==2 type='desktop' title=title.sort_by)
// position 3: "Group by"
modify(where=this.title==title.view and this.pos==3 type='desktop' title=title.group_by) if another command appears on top and the order changes, the snippets should adjust to the new order I can't test them - if I missed something, write back. |
all menus have an "Auto" position - it's not numeric, sorry - it won't work at all. |
I can't find a solution to fix the problem. |
Hey
I'm getting multiple 'view' options on the desktop context menu, where there should be 'Sort by' and Group by' options. This does not occur in file explorer but only on desktop context context menus.
Cheers in advance for any help
lp
The text was updated successfully, but these errors were encountered: