-
Notifications
You must be signed in to change notification settings - Fork 578
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
Errors thrown on Ubuntu 22.04 when installing version 3.[89].x via pip/pipx #2100
Comments
I've found that the latest working version for me is 3.7.0. After that, there are a couple of 3.8.2.0rc* versions, and the next release is 3.8.5 which is broken.
|
Commit pushed that should resolve this, tested with wheel on my machine but you can confirm it works for you too with a wheel from the dist artefact from the CI run for the commit. |
I just tried to
|
Should fix Guake#2100 and other related issues
Tried installing guake via pip and pipx, none of them worked on a fresh Ubuntu 22.04
Followed the instructions @ https://guake.readthedocs.io/en/latest/user/installing.html#install-from-pypi
Describe the bug
exceptions are thrown after installing via
pip
orpipx
Expected behavior
running
guake
should launch the temrinalActual behavior
Installing via
pip
with--user
flag throws the following exception:Looking at the error
gi.repository.GLib.GError: g-file-error-quark: Failed to open file “/home/sergio/.local/lib/python3.10/site-packages/guake/data/gschemas.compiled”: open() failed: No such file or directory (4)
it's not really surprising that this error is thrown, since~/.local/lib/python3.10/site-packages/guake/data/
dir does not exist after installing guakeInstalling via
pipx
:To Reproduce
$ guake --support
Guake Version: 3.9.0
Vte Version: 0.68.0
Vte Runtime Version: 0.68.0
GTK+ Version: 3.24.33
GDK Backend: <GdkX11.X11Display
Desktop Session: ubuntu
Display: :1
RGBA visual: True
Composited: True
The text was updated successfully, but these errors were encountered: