Tiago Rinaldi
Tiago Rinaldi
Sent a PR #54
Replace `git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'` for `git describe --abbrev=0 --tags` and it should work. I tested and it seems fine. Somehow the first command is point to the...
That's weird, I manage to install it with no issues. There's something else missing, then.
I'm not able to reproduce it: ``` ~/bin/escrotum (master ✔) ᐅ python Python 3.8.1 (default, Jan 22 2020, 06:38:00) [GCC 9.2.0] on linux Type "help", "copyright", "credits" or "license" for...
My output is: ``` ~/bin/escrotum (master ✔) ᐅ pacman -Qs python(2?)-gobject local/python-gobject 3.34.0-3 Python Bindings for GLib/GObject/GIO/GTK+ local/python2-gobject 3.34.0-3 Python2 Bindings for GLib/GObject/GIO/GTK+ local/python2-gobject2 2.28.7-4 Legacy Python 2 bindings for...
All my packages, including Python[2]'s, are described in the BUILDINFO file inside the package.
Indeed. I'm not sure what you can do. Try some Gtk related packages? I'm just brainstorming here... I used GNOME for a long time before i3, maybe some GNOME related...
Nice, @guyonvarch . As I've mentioned, my DE was GNOME and _probably_ some requirements were being met. A simple search using the warning message can help with it. I've seen...
Here's my solution. Probably not the most elegant one, but it works. Also, it works for Linux Distros in general, I'm using Arch. First, create a shell script -- in...
Same here. I have the same specs (i3wn + X11 + Arch). Every time I hit F12 (toggle), the terminal drops a few pixels. Toggling fullscreen reverts the position. I...