[Bug 1132063] Re: Mouse settings missing from Mouse & Touchpad dialog

2015-12-03 Thread Lexa
Still affects me on 14.04. Would love a backport if/when this gets fixed. I have a Logitech K260 wireless keyboard+mouse combo (only one receiver for both). Quick workaround without the command line for me was to plug a normal USB mouse that seems to be recognized correctly. $ xinput --list ⎡

[Bug 756244] Re: Dell Wireless 1390 WLAN MiniCard not working on 11.04, used to work on 10.10

2011-04-30 Thread lexa
*** This bug is a duplicate of bug 732677 *** https://bugs.launchpad.net/bugs/732677 Hey, Landon. I faced the same problem and i found solution here http://ubuntuforums.org/showthread.php?p=10720776#post10720776 that work for me. (same vostro 1500, bcm4311) -- You received this bug

[Bug 440161] Re: gdebi fail on a package installation

2009-10-02 Thread Ondro Lexa
Same here (karmic beta) gdebi-gtk says: dpkg: unable to read filedescriptor flags for package status and progress file descriptor: Bad file descriptor Same when executed from firefox, nautilus or terminal. Nevertheless, I still can istall package with sudo dpkg -i packagename.deb -- gdebi

Re: [Bug 435177] Re: grass location wizard failed to create location

2009-09-29 Thread Ondro Lexa
Hi, it does not work even in command line: I started grass without GUI (with -text option) GRASS 6.4.0RC5 (cr-sjtsk):~ g.proj -c proj4=+proj=krovak +a=6377397.155 +rf=299.1528128 +dx=653 +dy=-212 +dz=449 +no_defs +towgs84=570.8,85.7,462.8,4.998,1.587,5.261,3.56 location=test ERROR: region

Re: [Bug 435177] Re: grass location wizard failed to create location

2009-09-29 Thread Ondro Lexa
Output is: GRASS 6.4.0RC5 (test):~ g.region -p ERROR: default region is invalid north field missing GRASS 6.4.0RC5 (test):~ of course I could set it manually to fix it. But there should be default region once location is created. Moreover within location there are no PROJ_INFO,

[Bug 435122] [NEW] Deprecation warning in matplotlib gtk backend

2009-09-23 Thread Ondro Lexa
Public bug reported: Binary package hint: python-matplotlib Using GTKAgg backend I've got deprecation warning on Karmic /usr/lib/pymodules/python2.6/matplotlib/backends/backend_gtk.py:614: DeprecationWarning: Use the new widget gtk.Tooltip self.tooltips = gtk.Tooltips() package:

[Bug 435177] [NEW] grass location wizard failed to create location

2009-09-23 Thread Ondro Lexa
Public bug reported: Binary package hint: grass Using Location wizard in wx gui od grass I've got this error /usr/lib/grass64/etc/wxpython/gui_modules/gcmd.py:63: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 self.message = message Traceback (most recent call

[Bug 435122] Re: Deprecation warning in matplotlib gtk backend

2009-09-23 Thread Ondro Lexa
code to reproduce warning: from pylab import plot, show plot([0,1],[0,1]) gives: Python 2.6.2+ (release26-maint, Sep 13 2009, 21:24:39) [GCC 4.4.1] on linux2 Type help, copyright, credits or license for more information. from pylab import plot, show plot([0,1],[0,1])