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] Duplicate file/folder name causes unexpected result on opening #434

Closed
boydfields opened this issue Aug 4, 2022 · 3 comments
Closed
Assignees
Milestone

Comments

@boydfields
Copy link

boydfields commented Aug 4, 2022

Situation: A folder and a file or shortcut named the same.

explorer_Kov5r5xHoF

Outcome: Double clicking on the folder within SystemTrayMenu executes the file or shortcut.

Expected result: SystemTrayMenu should open Explorer to browse the folder contents.

RoyalTS_USqeHlJoZx

  • OS: Windows 10 Enterprise:
  • OS Version: 19044.1766
  • App version: 1.3.0.0

Please let me know if you require further information.
Many thanks

@boydfields boydfields changed the title [BUG] [BUG] Duplicate file/folder name causes unexpected result on opening Aug 4, 2022
@Hofknecht
Copy link
Owner

@boydfields
Thank you for the feedback!
We will have a look.

Hofknecht added a commit that referenced this issue Aug 5, 2022
@Hofknecht Hofknecht self-assigned this Aug 5, 2022
@Hofknecht Hofknecht added this to the 1.4 milestone Aug 5, 2022
@Hofknecht
Copy link
Owner

@boydfields
the problem was that if there is a shortcut with the same name as a folder in the same place, you need a backslash at the end of the path, otherwise the shortcut will be called at processStart. This is strange, since a link actually has an extension "*.lnk".
ok lesson learned, is fixed now with version 1.3.0.15

@boydfields
Copy link
Author

Much appreciated :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants