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

Error trying to install espanso on kubuntu 23.10, missing dependencies #1739

Closed
zipfile6209 opened this issue Nov 2, 2023 · 5 comments
Closed
Labels
bug something isn't working Linux related to the Linux operating system

Comments

@zipfile6209
Copy link

Describe the bug
Cannot install espanso due to missing dependencies.

To Reproduce
In kubuntu (and I guess in ubuntu), try to install espanso in .deb format, either for x11 or for wayland.

Expected behavior
Installation done.

Logs
These dependencies were reported as not installable:
libwxbase3.0-0v5 (>= 3.0.4+dfsg)
libwxgtk3.0-gtk3-0v5 (>= 3.0.4+dfsg)
libwxgtk3.0-gtk3-0v5

Setup information

  • OS: Kubuntu 23.10, freshly installed (and updated) on a VM.
  • Version: I tried it with the latest available, 2.1.8

PS: If I may take the opportunity to ask a question, assuming it is possible, would it be a bad idea to install the version for x11 and wayland at the same time?

@zipfile6209 zipfile6209 added the bug something isn't working label Nov 2, 2023
@ssteinerx
Copy link

I also tried all the available installation candidates for the missing dependencies without success.

Installing the AppImage following the installation instructions worked.

@pablorq
Copy link

pablorq commented Nov 29, 2023

Same problem on Ubuntu 23.10 (wayland).

More info:

$ wget https://github.com/federico-terzi/espanso/releases/download/v2.1.8/espanso-debian-wayland-amd64.deb
--2023-11-29 09:50:15--  https://github.com/federico-terzi/espanso/releases/download/v2.1.8/espanso-debian-wayland-amd64.deb
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/espanso/espanso/releases/download/v2.1.8/espanso-debian-wayland-amd64.deb [following]
--2023-11-29 09:50:15--  https://github.com/espanso/espanso/releases/download/v2.1.8/espanso-debian-wayland-amd64.deb
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/205326947/1586123e-ada6-4f03-8d7d-1617a2aa794e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231129%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231129T085015Z&X-Amz-Expires=300&X-Amz-Signature=d338db4e4d8aa35063f202c8b98bbdfc753c5749cf4441cce6f0f1ef566012bb&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=205326947&response-content-disposition=attachment%3B%20filename%3Despanso-debian-wayland-amd64.deb&response-content-type=application%2Foctet-stream [following]
--2023-11-29 09:50:15--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/205326947/1586123e-ada6-4f03-8d7d-1617a2aa794e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231129%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231129T085015Z&X-Amz-Expires=300&X-Amz-Signature=d338db4e4d8aa35063f202c8b98bbdfc753c5749cf4441cce6f0f1ef566012bb&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=205326947&response-content-disposition=attachment%3B%20filename%3Despanso-debian-wayland-amd64.deb&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3665884 (3,5M) [application/octet-stream]
Saving to: ‘espanso-debian-wayland-amd64.deb’

espanso-debian-wayl 100%[===================>]   3,50M  --.-KB/s    in 0,1s    

2023-11-29 09:50:16 (24,7 MB/s) - ‘espanso-debian-wayland-amd64.deb’ saved [3665884/3665884]

$ sudo apt install -f ./espanso-debian-wayland-amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'espanso-wayland' instead of './espanso-debian-wayland-amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 espanso-wayland : Depends: libwxgtk3.0-gtk3-0v5 but it is not installable
                   Depends: libwxgtk3.0-gtk3-0v5 (>= 3.0.4+dfsg) but it is not installable
                   Depends: libwxbase3.0-0v5 (>= 3.0.4+dfsg) but it is not installable
E: Unable to correct problems, you have held broken packages.

@pablorq
Copy link

pablorq commented Nov 29, 2023

Also tried installing libwxbase3.2-1 and libwxgtk3.2-1 but it didn't work.

@lokithus
Copy link

lokithus commented Dec 3, 2023

Also tried installing libwxbase3.2-1 and libwxgtk3.2-1 but it didn't work.

I tried this too in Debian 12, but it didn't work either. I guess the AppImage is the solution for now.

@AucaCoyan
Copy link
Member

Closing in favor of #1793 which has a lot of more information

@AucaCoyan AucaCoyan closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working Linux related to the Linux operating system
Projects
None yet
Development

No branches or pull requests

6 participants