Replies: 3 comments 3 replies
-
Does the space at the end of the value already exist in the Windows registry? |
Beta Was this translation helpful? Give feedback.
-
Here is part of reg export:
and from a dynamic .nss file, here's a var {} tail:
At first, I didn't notice it because reg_winrar_exe64 didn't require any modifications, and the argument needed a space. |
Beta Was this translation helpful? Give feedback.
-
Thank you for sending the latest build of the program. However, I'm encountering some issues with it. Firstly, I've noticed that the tooltip doesn't appear anywhere, even in the Terminal menu, even when I test it with only the package and no other additional changes from me. Secondly, after every restart of the explorer, everything works except the tooltip, and the additional menu on the taskbar remains visible. However, after I right-click on a file/folder/background in explorer (not on Desktop, only in explorer), the additional menu disappears completely and permanently, and it's only fixed by restarting the explorer. I've tried removing the imports one by one to see if any of them cause the problem, but the condition remained the same. I also tried running the program in Windows Sandbox, and it worked without any issues. Additionally, I installed the old version using 'winget install nilesoft.shell,' and everything worked fine. I'm not sure how to diagnose the issue, but I suspect that it may be conflicting with another program that's running on my computer. Please let me know if there's anything I can do to help identify and resolve these issues. |
Beta Was this translation helpful? Give feedback.
-
I am attempting to retrieve stored settings from the registry. However, when I use the Registry functions, the results I receive contain a space at the end. The 'str.trim()' function fails to remove it, as it is not a typical space. Currently, I am using 'str.left(reg_data, str.len(reg_data)-1)' to remove the space, and it is functioning correctly. Are there any more efficient solutions available?
Beta Was this translation helpful? Give feedback.
All reactions