Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Guake.
For how to run the latest Guake in your computer, please refer to Install from source.
Describe the bug
At local execution of guake (without system-wide install), at start up, it break showing that cant found module named 'gi'
Expected behavior
Guake start up and work
Actual behavior
rm -f /home/a/U/PSL/TP/guake/guake/data/gschemas.compiled
glib-compile-schemas --strict /home/a/U/PSL/TP/guake/guake/data
PIPENV_IGNORE_VIRTUALENVS=1 pipenv run ./scripts/run-local.sh
execute Guake GTK3 for developer.
Disabled global site-packages
Traceback (most recent call last):
File "guake/main.py", line 49, in <module>
from guake.support import print_support
File "/home/a/U/PSL/TP/guake/guake/support.py", line 5, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
Done
To Reproduce
On Ubuntu 20.04.3 LTS
Install dependencies, setting up development environment and executing locally:
$ ./scripts/bootstrap-dev-debian.sh
$ make dev
$ sudo make install-schemas
$ make run
Please run $ guake --support, and paste the results here. Don't put backticks (`) around it! The output already contains Markdown formatting. And make sure you run the command OUTSIDE the Guake.
Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Guake.
For how to run the latest Guake in your computer, please refer to Install from source.
Describe the bug
At local execution of guake (without system-wide install), at start up, it break showing that cant found module named 'gi'
Expected behavior
Guake start up and work
Actual behavior
To Reproduce
On Ubuntu 20.04.3 LTS
Install dependencies, setting up development environment and executing locally:
Please run
$ guake --support, and paste the results here. Don't put backticks (`) around it! The output already contains Markdown formatting. And make sure you run the command OUTSIDE the Guake.