On Fri, 24 Apr 2020 20:10:07 -0300
Leandro Ramos <[email protected]> wrote:
[...]
> File "/usr/share/gtg/GTG/tools/shortcut.py", line 50, in get_saved_binding
> list_keys = call_subprocess().splitlines()
Hi Leandro,
I am not the maintainer but maybe I can help.
This error indicates that the CHECK_VERSION command failed and looking
at the code we can see that:
CHECK_VERSION = "gsettings list-keys " \
"org.gnome.settings-daemon.plugins.media-keys"
So maybe you are missing the 'gsettings' binary.
$ dpkg -S /usr/bin/gsettings
libglib2.0-bin: /usr/bin/gsettings
Try installing the libglib2.0-bin package.
Probably the package should have depended on it, but with a new
upstream version available I don't know if that's worth fixing.
Ciao,
Antonio
--
Antonio Ospite
https://ao2.it
https://twitter.com/ao2it
A: Because it messes up the order in which people normally read text.
See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?