Gnome15 / gnome15

Fork of the old gnome15: git://git.russo79.com/gnome15/gnome15.git
http://gnome15.org
GNU General Public License v3.0
39 stars 25 forks source link

Install on Mint 19.1 success. Scripts trow error's (Ubuntu 18.4) #30

Open HansHM opened 5 years ago

HansHM commented 5 years ago

Hello,

I try to install this on my Mint linux system. I Run into a some trouble. rsvg python is not there any more. The next stap is process the folowing error: sudo ./configure.ac ./configure.ac: 1: ./configure.ac: Syntax error: word unexpected (expecting ")")

I have gcc and c++ installed version 7. Kernel 4.15.0.20 Mint 19.6 Tessa I also running the modules from: https://github.com/CMoH/lg4l @CMoH

I use a logitech G110. I only want find a way to assign for example key G5 = ctrl+C or G6 = ctrl+v and other short codes that you use in text editing.

Edit 15-1-2019. I could to install the scripts. First of all by install autoreconf and run it as autoreconf -i . Also installed pip and running sudo pip install python-uinput, sudo modprobe uinput.

I downloaded and installed https://pkgs.org/download/python-rsvg.

In the system menu i now have a option Logitech G Keyboard configuration. On click nothing is happening.

The files in /usr/local/bin trows errors when starting example: udo g15-diag INFO 09:31:06-MainThread gnome15.g15drivermanager - Loading drivers from /usr/local/lib/python2.7/dist-packages/gnome15/drivers WARNING 09:31:06-MainThread gnome15.g15drivermanager - Failed to load driver. Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/gnome15/g15drivermanager.py", line 42, in driver_mod = import("gnome15.drivers.%s" % d , fromlist=[]) File "/usr/local/lib/python2.7/dist-packages/gnome15/drivers/driver_g930.py", line 21, in from pyinputevent.pyinputevent import SimpleDevice ImportError: No module named pyinputevent.pyinputevent INFO 09:31:06-MainThread gnome15.g15devices - Failed to get PyUDev context, hot plugging support not available Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/gnome15/g15devices.py", line 470, in import pyudev.glib ImportError: No module named pyudev.glib No command

The GIO error's in some files are gone, mention here : https://github.com/Gnome15/gnome15/issues/14#issuecomment-244603449

Huskynarr commented 5 years ago

1