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

Add support for Everything v1.5a #1716

Closed
kcorax opened this issue Mar 18, 2022 · 7 comments
Closed

Add support for Everything v1.5a #1716

kcorax opened this issue Mar 18, 2022 · 7 comments
Labels
enhancement New feature or request question/discussion Further information is requested/discussion about a topic

Comments

@kcorax
Copy link

kcorax commented Mar 18, 2022

Hello, I'm using Everthing 1.5a . It seems that this plugin can't detect it and gives a "Warning: Everything service is not running". Clicking on it doesn't seem to solve the issue and I get no feedback from doing that.
Initially I assumed that the problem was the service name, but following @void's instructions to disable the alpha version's instance naming didn't solve the issue. Unfortunately I didn't have time to check if that indeed changed the name back to 1.4's.

Although this is a niche problem, I wonder if it makes sense to provision for cases like that on the plugin's side, for futureproofing as well.

At any rate, thank you for your sharing your code.

@jjw24
Copy link
Member

jjw24 commented Mar 18, 2022

Just to confirm, you have tried manually setting the path to 1.5a (via app's settings at the bottom)?

@fourteen-1
Copy link

Facing the same issue. And no, setting the path doesn't work.

@taooceros
Copy link
Member

Disable the 1.5a Instance

To use the Everything 1.4 SDK you will need to disable the "1.5a" instance.
This 1.5a instance will be removed when Everything 1.5 is ready for beta/release.
Completely exit out of Everything (right click the Everything system tray icon and click Exit)
Open your Everything-1.5a.ini file in the same location as your Everything64.exe
Add the following line to the end of the file:
alpha_instance=0
Save changes and restart Everything.
Everything will no longer use an instance name for window classes (IPC)
Everything will continue to use the 1.5a instance name for settings, data and the Everything Service.

Have you tried this?

@fourteen-1
Copy link

Disable the 1.5a Instance

To use the Everything 1.4 SDK you will need to disable the "1.5a" instance. This 1.5a instance will be removed when Everything 1.5 is ready for beta/release. Completely exit out of Everything (right click the Everything system tray icon and click Exit) Open your Everything-1.5a.ini file in the same location as your Everything64.exe Add the following line to the end of the file: alpha_instance=0 Save changes and restart Everything. Everything will no longer use an instance name for window classes (IPC) Everything will continue to use the 1.5a instance name for settings, data and the Everything Service.

Have you tried this?

Thank you @taooceros. Changing alpha_instance from 1 to 0 in the .ini file made it possible for 1.5a to work with the launcher.

@JeffreyLynch
Copy link

Thank you, this was super simple and helpful!

@jjw24 jjw24 transferred this issue from Flow-Launcher/Flow.Launcher.Plugin.Everything Dec 24, 2022
@jjw24 jjw24 changed the title Add support for the 1.5a Add support for Everything v1.5a Dec 24, 2022
@jjw24 jjw24 added enhancement New feature or request question/discussion Further information is requested/discussion about a topic labels Dec 24, 2022
@github-actions
Copy link

github-actions bot commented Feb 8, 2023

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@FeralFlora
Copy link

FeralFlora commented Feb 29, 2024

Disable the 1.5a Instance

To use the Everything 1.4 SDK you will need to disable the "1.5a" instance. This 1.5a instance will be removed when Everything 1.5 is ready for beta/release. Completely exit out of Everything (right click the Everything system tray icon and click Exit) Open your Everything-1.5a.ini file in the same location as your Everything64.exe Add the following line to the end of the file: alpha_instance=0 Save changes and restart Everything. Everything will no longer use an instance name for window classes (IPC) Everything will continue to use the 1.5a instance name for settings, data and the Everything Service.

Have you tried this?

Thanks for this. In my case, I also had to set this in the user settings file under the hidden AppData folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question/discussion Further information is requested/discussion about a topic
Projects
None yet
Development

No branches or pull requests

6 participants