question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BUG: Program plugin does not search correctly in `Start Menu` folder

See original GitHub issue

Checks

  • I have checked that this issue has not already been reported.

Problem Description

From what i can see, it searches in Start Menu/Programs but not Start Menu directly.

Desired search path:

C:\Users\TheBestPessimist\AppData\Roaming\Microsoft\Windows\Start Menu

For example, it doesnt find this shortcut:

"C:\Users\TheBestPessimist\AppData\Roaming\Microsoft\Windows\Start Menu\Zoner Photo Studio X.lnk"

To Reproduce

  1. Search for program Zoner Photo Studio X

Screenshots

image

Flow Launcher Version

1.12

Windows Build Number

win 11

Error Log


Replace this line with the important log contents.

Issue Analytics

  • State:closed
  • Created 8 months ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
VictoriousRaptorcommented, Jan 30, 2023

LocalisedName should be irrelevant to this issue because it’s not related to description. The reason why you can search zoner in the first case (first row of your cool table) possibly is the name of the .lnk file contains zoner.

0reactions
taooceroscommented, Feb 3, 2023

Actually it is performing the index for every single new startup, but just await them (prevent flow from showing up) when cache is not available.

Yes, that is what i said as well. My question is why not cancel if cache exists?

pseudo code i suggest:

if cache
    taskLoad1.cancelExecution // do not waste resources
    taskLoad2.cancelExecution // do not waste resources
else
    await taskLoad1 taskLoad2

I am curious what kind of program really stored in StartMenu

Zoner Photo Studio X (see picture in OP for path) ¯\_(ツ)_/¯

You seems to be able to index zoner photo studio?

yes, with my merge request 😃.

Do you have opinions about my other suggestions and comments?

To accommodate he situation you have mentioned 😃 Even though it is not awaited, the task will still update the field

This startup logic has another problem: say FL crashes, i install a new software, then restart FL (or restart laptop which restarts FL): at this point FL cannot know of the new software, simply because there is no way for it to be announced that something changed on my system in the past. So me as a user am forced to click reindex.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Some apps don't show up in start menu search results
Hi there experts, For a few weeks now I have been having a problem where some applications -- but not all -- just...
Read more >
Why Is The Windows 10 Search Feature So Bad? Improve ...
Windows 10 Search is so bad that it is known to be too slow and has features that do not work. You can...
Read more >
Microsoft investigates bug behind unresponsive Windows ...
Microsoft is investigating an issue causing the Windows taskbar and Start Menu to become unresponsive and triggering Outlook and Teams login ...
Read more >
Wrong icons displayed in Windows 10
In my case, the icon location is at C:\ProgramData\Microsoft\Windows\Start Menu\Programs (lets call this one SartMenu folder ).
Read more >
Troubleshooting — OpenLP 3.0 Reference Manual
Find the OpenLP 3.0 folder in your Start menu. Choose the “OpenLP (Debug)” option. OpenLP will start up in Debug mode and save...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found