PDA

View Full Version : [ubuntu] 15.10 logs me out



danielsender
January 12th, 2016, 12:00 AM
I just installed ubuntu (desktop) 15.10 on a Dell Laptop M50 (32b). In general it seems to be running OK, but so far I've encountered two issues, sometimes it logs me out, for example after installing some wine apps, the output when run the wine1.8 installation from a terminal shows (partial):

err:ole:CoCreateInstanceEx apartment not initialisedXIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 146 requests (140 known processed) with 0 events remaining.
err:user:load_desktop_driver failed to load L"C:\\windows\\system32\\winex11.drv"
err:user:load_desktop_driver failed to load L"C:\\windows\\system32\\winex11.drv"
Invalid MIT-MAGIC-COOKIE-1 keyerr:user:load_desktop_driver failed to load L"C:\\windows\\system32\\winex11.drv"
err:user:load_desktop_driver failed to load L"C:\\windows\\system32\\winex11.dr
This also happened with wine1.6 (the version installed in the distribution).

Also the program "touchpad-indicator" does not run: entering the command on a terminal I get the following:

Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
<gettext.GNUTranslations object at 0xb424b8cc>
################################################## ###
################################################## ###
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch:core-4.1-ia32:core-4.1-noarch:security-4.0-ia32:security-4.0-noarch:security-4.1-ia32:security-4.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 15.10
Release: 15.10
Codename: wily
Version: i686
################################################## ###


Touchpad-Indicator version: 1.0.5-0extras15.04.0-src
################################################## ###
'first-time'
'version'
'shortcut_enabled'
'autostart'
'on_mouse_plugged'
'enable_on_exit'
'disable_on_exit'
'start_hidden'
'show_notifications'
'theme'
'touchpad_enabled'
'disable_touchpad_on_start_indicator'
'seconds'
'disable_on_typing'
'shortcut'
'VertEdgeScroll'
'HorizEdgeScroll'
'CircularScrolling'
'VertTwoFingerScroll'
'HorizTwoFingerScroll'
'TapButton1'
'TapButton2'
'TapButton3'
'natural_scrolling'
Traceback (most recent call last):
File "/opt/extras.ubuntu.com/touchpad-indicator/bin/touchpad-indicator", line 42, in <module>
main()
File "/opt/extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py", line 483, in main
tpi=TouchpadIndicator()
File "/opt/extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py", line 95, in __init__
self.read_preferences()
File "/opt/extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py", line 262, in read_preferences
self.synclient.set('VertScrollDelta',abs(int(self. synclient.get('VertScrollDelta'))))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Exception ignored in: <bound method Context.__del__ of <pyudev.core.Context object at 0xb405d86c>>
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pyudev/core.py", line 98, in __del__
AttributeError: 'NoneType' object has no attribute 'udev_unref'

but according to 'dpkg -l' the synaptics driver is installed (xserver-xorg-input-synaptics).

I appreciate any help.

Daniel

danielsender
January 12th, 2016, 05:06 PM
bump