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] File name is cut off if it contains a point #282

Closed
akuznets opened this issue Dec 30, 2021 · 4 comments
Closed

[BUG] File name is cut off if it contains a point #282

akuznets opened this issue Dec 30, 2021 · 4 comments

Comments

@akuznets
Copy link

akuznets commented Dec 30, 2021

Description, Steps to reproduce, Expected behavior, Screenshots
Link names get cut unexpectedly on dots, for instance:
"HWiNFO64.exe _7.14-4610; x64; HWiNFO64.lnk" is displayed as "HWiNFO64.exe _7"
"localcooling2.exe _1.0.0.1; x32; LocalCooling 2.0.lnk" is displayed "localcooling2.exe _1.0.0.1; x32; LocalCooling 2"
"UserBenchMark.exe _2.9.5.0; x32; Benchmark Software.lnk" is displayed "UserBenchMark.exe _2.9.5"
"cpuz_x64.exe _1.9.6.1; x64; CPU-Z Application.lnk" is displayed "cpuz_x64.exe _1.9.6"
and so on for all 52 links that I have in the menu

if dots are replaced by commas the links are displayed fully

  • OS: [e.g. Microsoft Windows 10 Pro]:
  • Version [e.g. 0.9.1.233]
    image
    image
@akuznets akuznets reopened this Dec 30, 2021
@Hofknecht
Copy link
Owner

Hello @akuznets,
Thank you for the feedback!
especially the hint that it works if the point is replaced by a comma is very helpful!

i assume this is version 1.2.0.0

it sounds to be related to
#247

I just tried to reproduce that. i only have cpuz on my pc, but since it should be because of the name, it shouldn't make any difference. But it always works for me, see screenshots. So somehow I can't reproduce it right now.

2021-12-30 23_09_49-+ (dot)   in shortcut, should open

2021-12-30 23_04_17-+ (dot)   in shortcut, should open

I'll try again tomorrow.

if anyone can reproduce this or sees what I am doing wrong while reproducing, I am grateful for every tip

@Hofknecht Hofknecht changed the title [BUG] [BUG] File name is cut off if it contains a point Dec 30, 2021
@Hofknecht Hofknecht added this to Analyze / Spec in STM 1.3.0 via automation Dec 30, 2021
@Hofknecht Hofknecht added this to the 1.3 milestone Dec 30, 2021
@akuznets
Copy link
Author

akuznets commented Dec 31, 2021

this is really strange coz same thing is happening to all of my 51 shortcuts, here is the screenshot of them with dots

image

and with commas

image

I zipped up all my shortcuts for anyone to try
ALL LINKS.ZIP

@Hofknecht
Copy link
Owner

@akuznets
Thank you! Now we can reproduce!

First it was still working on my side even with your files:
2022-01-01 10_40_47-

Then we changed this option 'Hide extension for known file types' to true and then we can reproduce
2022-01-01 10_44_40-Window

2022-01-01 10_44_21-

=> Workaround is to set 'Hide extensions for known file types' to false

We will add you into Thanks section in Readme.

@Hofknecht
Copy link
Owner

solved with version 1.2.0.8

here is our related test folder

2022-01-01 12_30_27-Window

2022-01-01 12_31_52-Window

@akuznets
Thanks for find and help to solve it

=> closed

STM 1.3.0 automation moved this from Analyze / Spec to Closed Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
STM 1.3.0
  
Closed
Development

No branches or pull requests

2 participants