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]Need update on plugin as per the new version of Albert 0.18.10 #44

Open
prashantjain25 opened this issue Jan 9, 2023 · 6 comments
Assignees
Labels
bug Something isn't working stale

Comments

@prashantjain25
Copy link

Seems calculate-anything does not load with prerequisite version of python 3.10 and qt6

@prashantjain25 prashantjain25 added the bug Something isn't working label Jan 9, 2023
@github-actions
Copy link

Issue has been marked as stale due to no activity

@github-actions github-actions bot added the stale label Mar 11, 2023
@tchar
Copy link
Owner

tchar commented Mar 28, 2024

Albert has changed its interface and the extension has to be adapted for it.

Before you had to write a handleQuery function like here

Now the __init__.py file has to look like this. I believe it is not a big deal for somebody who has already written some extensions to adapt it for Albert, but I cannot find a lot of information regarding debugging Albert. It looks like the old docs are removed.

@Caiofiga
Copy link

I implemented changes to the __init__.py file and changed the install location to: /home/$USER/.local/share/albert/python/plugins/modules, as Albert changed the default install location. I created a fork with the changes here.

@tchar
Copy link
Owner

tchar commented Jan 22, 2025

I implemented changes to the __init__.py file and changed the install location to: /home/$USER/.local/share/albert/python/plugins/modules, as Albert changed the default install location. I created a fork with the changes here.

@Caiofiga would you like to make a PR I would merge it if others confirm it works.

@Caiofiga
Copy link

Created.

@tchar
Copy link
Owner

tchar commented Feb 28, 2025

Hello all.

Thanks for making the PR. I will try to test it on my machine after the linting + tests pass on the PR by @Caiofiga.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

3 participants