А если попробовать запустить в консоли synaptiks вижу такую картину:
synaptiks
Traceback (most recent call last):
File "/usr/bin/synaptiks", line 9, in <module>
load_entry_point('synaptiks==0.8.1', 'gui_scripts', 'synaptiks')()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 337, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2311, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2017, in load
entry = __import__(self.module_name, globals(),globals(), '__name__'])
File "/usr/lib/python2.7/site-packages/synaptiks/kde/__init__.py", line 39, in <module>
from PyKDE4.kdecore import KAboutData, ki18nc
RuntimeError: the sip module implements API v9.0 but the PyKDE4.kdecore module requires API v8.1
Где посмотреть модель тачпада, что бы предоставить больше информации?](javascript:void(0)
Information for package python-sip:
Repository: KDE_49
Name: python-sip
Version: 4.14-79.1
Arch: i586
Vendor: obs://build.opensuse.org/KDE
Installed: Yes
Status: up-to-date
Installed Size: 101.9 KiB
Summary: SIP tool to use python sip bindings
Description:
SIP is a tool that makes it very easy to create Python bindings for C
and C++ libraries. It was originally developed to create PyQt, the
Python bindings for the Qt toolkit, but can be used to create bindings
for any C or C++ library.