Skip to content
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

BUG Shell 1.9.6. Recycle Bin. #368

Closed
dracp opened this issue Nov 7, 2023 · 10 comments
Closed

BUG Shell 1.9.6. Recycle Bin. #368

dracp opened this issue Nov 7, 2023 · 10 comments

Comments

@dracp
Copy link

dracp commented Nov 7, 2023

On Recycle Bin icon on Desktop, with Recycle Bin full, Shell 1.9.6 disables the "Empty Recycle Bin" option.

231107 SHELL 1 9 6_Error en Papelera de reciclaje_Github

@RubicBG
Copy link
Collaborator

RubicBG commented Nov 16, 2023

modify(type="recyclebin" where=window.is_desktop and this.id==id.empty_recycle_bin pos=1 sep vis=true)

@dracp
Copy link
Author

dracp commented Nov 17, 2023

modify(type="recyclebin" where=window.is_desktop and this.id==id.empty_recycle_bin pos=1 sep vis=true)

Hi Rubic. In Spanish, the parameter "this.id==..." has to be replaced by "this.name==...", with the Spanish option for the general instruction to work:

modify(type="recyclebin" where=window.is_desktop and this.name=="Vaciar papelera de reciclaje" pos=1 sep vis=true).

Now with the new version, the "Vaciar papelera de reciclaje" option is shown enabled with both full and empty recycle bin.

231117 SHELL Rubic_Papelera de reciclaje

@dracp
Copy link
Author

dracp commented Nov 23, 2023

modify(type="recyclebin" where=window.is_desktop and this.id==id.empty_recycle_bin pos=1 sep vis=true)

I think it is an application error.
I have started the program with all submenus disabled from the shell.nss file.

shell.nss:
.........
//import 'imports/modify.nss'
........
//import 'imports/terminal.nss'
//import 'imports/file-manage.nss'
//import 'imports/develop.nss'
//import 'imports/goto.nss'
//import 'imports/taskbar.nss'
.........

And the "Empty Recycle Bin" option remains disabled.

231123 SHELL 1 9 6_Error en_Vaciar Papelera de reciclaje

@RubicBG
Copy link
Collaborator

RubicBG commented Nov 25, 2023

I can't help much because I don't know where the problem is.

"I was with this one: 22621.2715. I read comments on other issues with Windows and some claimed that with the update 22631.2715 they disappeared - I found it and installed it manually - for me some things "fixed themselves", but at least I don 't have problems with NS: https://www.elevenforum.com/t/kb5027397-enablement-package-for-windows-11-version-23h2-feature-update.19372/" (https://discord.com/channels/1106387012707168318/1106387015425069151/1174951189981446184/)

@dracp
Copy link
Author

dracp commented Nov 26, 2023

I have installed W11 23H2 22631.2715 via Windows Update, and Shell 1.9.6 still has the same problem.
Thanks for your reply. I will wait for further updates. Regards

@CRiS-SVRS
Copy link

i have Win11 23H2 22631.2715 too. updated from previous stable version to 1.9.10 and now i have this issue too.
the prevoius version was working well.

@SaiyajinK
Copy link

SaiyajinK commented Dec 18, 2023

i have Win11 23H2 22631.2715 too. updated from previous stable version to 1.9.10 and now i have this issue too. the prevoius version was working well.

I was on version 1.9.0 for a while, I saw that 1.9.10 was available and the trash problem affects me too.
You can always empty it once it is open, but not from the context menu, it seems like a stupid problem but it's quite "handicapping" in the end.

edit: i'm on w11 23h2 build 22631.2861

@dracp
Copy link
Author

dracp commented Dec 19, 2023

Shell Canary 1.9.11
Windows 11 Pro 23H2 22631.2861

"Empty recycle bin", still does not work.
#376 (comment)

@RubicBG
Copy link
Collaborator

RubicBG commented Dec 31, 2023

@moudey
Copy link
Owner

moudey commented Jan 2, 2024

Please refer to this topic #376

@moudey moudey closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants