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] rofi-calc no longer working/detected #123

Closed
2 tasks done
BarePotato opened this issue Mar 15, 2024 · 3 comments
Closed
2 tasks done

[BUG] rofi-calc no longer working/detected #123

BarePotato opened this issue Mar 15, 2024 · 3 comments
Labels

Comments

@BarePotato
Copy link

BarePotato commented Mar 15, 2024

Rofi version (rofi -v or git commit in case of build issue)

rofi-lbonn-wayland-1.7.5+wayland3

Configuration

https://gist.github.com/BarePotato/1fce35b655a0903a63664ad79ef9f1c3

Theme

https://gist.github.com/BarePotato/b26757ff1714f6e5bc554683694e3e4a

Timing report

https://gist.github.com/BarePotato/b26757ff1714f6e5bc554683694e3e4a

Launch command

rofi -show drun

Step to reproduce

Install 1.7.5+wayland3 version from AUR.
Launching rofi doesn't load and reports error with calc as invalid/unknown plugin.
Roll back to version 1.7.5+wayland2.
Launching rofi loads and works correctly.

Expected behavior

Rofi should display the drun menu.

Actual behavior

Shows an error that calc plugin is not detected.

Additional information

No response

Using wayland display server protocol

  • Yes, I use rofi with wayland support

I've checked if the issue exists in the latest stable release

  • Yes, I have checked the problem exists in the latest stable version
@Souvlaki42
Copy link

How did you solve the issue?

@lbonn
Copy link
Owner

lbonn commented Apr 2, 2024

@Souvlaki42 there are some details about this issue in the release notes: https://github.com/lbonn/rofi/releases/tag/1.7.5%2Bwayland3

@BarePotato
Copy link
Author

BarePotato commented Apr 4, 2024

How did you solve the issue?

Sorry for the slow reply. It's covered in the release notes as mentioned 1 post up from this one.

The issue is an ABI version mismatch, rofi wants 7 and calc is 6, if I recall correctly the numbers. Regardless, it's a mismatch.

What I did initially was to roll back my rofi to a commit that things were working, in Paru, for me that was:

~/.cache/paru/clone/rofi-lbonn-wayland/
 git checkout 25ede94
makepkg -si

Alternately you can try and rebuild the problem plugin, I have not taken a look yet at calc, as the rollback satisfies my needs for now.

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

No branches or pull requests

3 participants