Bug#729200: [xserver-xorg-input-synaptics] Resting thumb or click&drag not working

2017-01-18 Thread Cihan Altinay
The issue is still present in sid with xserver-xorg-input-synaptics 1.9.0-1+b1 However, I just found that using the libinput driver makes the touchpad work perfectly. All I did was: # mkdir /etc/X11/xorg.conf.d # cp /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/90-libinput.

Bug#729200: [xserver-xorg-input-synaptics] Still an issue in jessie/stretch

2015-06-11 Thread Cihan Altinay
Package: xserver-xorg-input-synaptics Version: 1.8.2-1 --- Please enter the report below this line. --- This is still a major issue in current debian. There is a patch on the launchpad bug page which appears to solve the issue for people, however I haven't tried it myself yet. --- System inf

Bug#788299: [g++-5] Optimizer bug related to exceptions and static symbols

2015-06-09 Thread Cihan Altinay
Package: g++-5 Version: 5.1.1-9 Severity: normal --- Please enter the report below this line. --- The attached simple C++ source compiles fine but causes a segmentation fault using current version of g++-5 and optimization levels -O2 or -O3. The same code compiles and runs fine with g++ 4.9.1 w

Bug#772912: [python-silo] Undefined symbol in Silo module

2014-12-11 Thread Cihan Altinay
Package: python-silo Version: 4.9.1-3+b1 Severity: normal --- Please enter the report below this line. --- The python-silo package is currently unusable: $ python -c "import Silo" Traceback (most recent call last): File "", line 1, in ImportError: /usr/lib/python2.7/dist-packages/Silo.so: und

Bug#742083: [shotwell] No video thumbnails due to binary location

2014-03-18 Thread Cihan Altinay
Package: shotwell Version: 0.15.0-2+b1 Severity: normal --- Please enter the report below this line. --- Shotwell does not produce thumbnails for imported videos. The shotwell log output shows why: L 17506 2014-03-15 22:16:28 [DBG] VideoSupport.vala:232: Launching thumbnailer process: /usr/sha

Bug#729200: [xserver-xorg-input-synaptics] Resting thumb or click&drag not working

2013-11-09 Thread Cihan Altinay
Package: xserver-xorg-input-synaptics Version: 1.7.1-2+b1 Severity: normal --- Please enter the report below this line. --- I have a MSI GE60 laptop with multitouch touchpad which is essentially unusable because of two related issues: 1) when resting a finger on the button area (without pressin

Bug#691471: [python-silo] Segfault when calling GetToc()

2012-10-25 Thread Cihan Altinay
Package: python-silo Version: 4.8-13 Severity: normal --- Please enter the report below this line. --- The following simple script causes a 'double free or corruption' error using the file in the attachment: $ python -c 'import Silo; print Silo.Open("test.silo").GetToc()' Output (without mem

Bug#591437: [spacenavd] Wrong path to daemon

2010-08-02 Thread Cihan Altinay
Package: spacenavd Version: 0.4-1 Severity: normal --- Please enter the report below this line. --- The daemon spacenavd is installed in /usr/bin but the init script looks in /usr/sbin and exits if not found thus making it unusable. --- System information. --- Architecture: i386 Kernel:

Bug#589241: [python-mlt2] Files are installed in site-packages instead of dist-packages

2010-07-15 Thread Cihan Altinay
Package: python-mlt2 Version: 1:0.5.6-0.0 Severity: normal --- Please enter the report below this line. --- python-mlt2 installs module files in /usr/lib/python2.6/site-packages/ which leads to the module not being found by python. They files should instead go into /usr/lib/python2.6/dist-pack

Bug#588421: [eog] Hangs when statusbar-date plugin is enabled

2010-07-08 Thread Cihan Altinay
Package: eog Version: 2.30.2-1 Severity: normal --- Please enter the report below this line. --- eog hangs when started with a file parameter (or double-clicking on a graphics file in nautilus) if the statusbar-date plugin is enabled which is shipped with eog. No window or terminal output ap

Bug#561546: [rpm] Database backup confuses minutes and month

2009-12-17 Thread Cihan Altinay
Package: rpm Version: 4.7.2-1 Severity: minor --- Please enter the report below this line. --- The filenames of the database backups are wrong which is obviously a result of confusing minutes and month: $ ls -l /var/backups/ -rw-r--r-- 1 root root 4350 2009-08-06 14:18 rpm-20091806-14082

Bug#541974: [libsuitesparse-metis-3.1.0] Dynamic libraries missing in package

2009-08-16 Thread Cihan Altinay
Package: libsuitesparse-metis-3.1.0 Version: 3.1.0-1 Severity: normal --- Please enter the report below this line. --- The package doesn't seem to ship the libraries: $ dpkg -L libsuitesparse-metis-3.1.0 /. /usr /usr/share /usr/share/doc /usr/share/doc/libsuitesparse-metis-3.1.0 /usr/share/doc/l

Bug#396415: mesa: black border using glDrawPixels with GL_LUMINANCE

2006-10-31 Thread Cihan Altinay
Package: mesa Severity: normal The following combination leads to a black border on the right hand side of the viewport which is wrong: - glPixelZoom(1.0f, -1.0f) - glPixelStorei(GL_UNPACK_ALIGNMENT, 1) - glDrawPixels with format GL_LUMINANCE Any other combination or slightly different pixel zo