Bug#908954: linux-image-4.18.0-1-amd64: Please add CONFIG_PINCTRL_AMD=y to support Elantech touchpad

2018-09-16 Thread Laurento Frittella
Package: src:linux Version: 4.18.6-1 Severity: normal Dear Maintainer, I would suggest to enable CONFIG_PINCTRL_AMD=y to support Elantech touchpad like the one found the Lenovo IdeaPad 320-15ABR. Without the aforementioned option, the device is simply not available. Recompiling the kernel, with

Bug#787876:

2015-09-13 Thread Laurento Frittella
Tags: patch Just in case someone is interested in compiling libgee under stretch here is a really simple patch that fixes the issue. Laurento Quick fix for the hashmap vala source. --- a/gee/hashmap.vala +++ b/gee/hashmap.vala @@ -278,7 +278,7 @@ } } - ~HashSet () { + ~HashMap () { clea

Bug#663185:

2014-10-14 Thread Laurento Frittella
Hi all, I already created a package for the latest version on my local for-personal-use-only repo since months now. I'd like to share it but I didn't fully understand how to do it the debian way. The midori upstream changed the build system to cmake so the new package is simpler than before but f

Bug#738828:

2014-05-14 Thread Laurento Frittella
Here is the related upstream bug report on github: https://github.com/linuxmint/cinnamon-screensaver/issues/44 Cheers, Laurento -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#681315: gufw: the gufw desktop entry doesn't show up in gnome environment

2012-07-12 Thread Laurento Frittella
Package: gufw Version: 12.10.0-1 Severity: minor Tags: patch Dear Maintainer, the gufw desktop entry (the shield icon I expect to find searching for "firewall" between the installed gnome application) simply doesn't show up. It is because the upstream limits its scope to the Unity desktop. My pa

Bug#681310: gdm3 sometimes starts greater with ugly graphics (no wallpaper and poor gtk theme for the login window)

2012-07-12 Thread Laurento Frittella
Package: gdm3 Version: 3.4.1-2 Severity: normal Dear Maintainer, sometimes on the first start (just after the boot process) gdm3 starts in an ugly mode without graphic stuff: a black screen instead of the nice debian background and without the usual gtk theme for the login window. If I manually

Bug#681307: gdm3 *sometimes* crashes on resume

2012-07-12 Thread Laurento Frittella
Package: gdm3 Version: 3.4.1-2 Severity: normal Dear Maintainer, I've noticed gdm3 (or some its component) simply crashes on resume (after a suspend to disk) and then restarts with the normal greater window. This issue doesn't happen on every susped-resume cycle so it's difficult to reproduce, b

Bug#680346: mldonkey-server: mldonkey should depends on dpkg-dev (>=1.16.1) package

2012-07-05 Thread Laurento Frittella
Package: mldonkey-server Version: 3.1.2-1 Severity: normal Dear Maintainer, considering that mldonkey package uses "dpkg-buildflags --export=configure" in its rules file and that option, accordingly with the dpkg changelog, has been added since the 1.16.1 version I think perdition should explici

Bug#680086: perdition should depends on dpkg-dev (>=1.16.1) package

2012-07-03 Thread Laurento Frittella
Package: perdition Version: 1.19~rc5-1+b1 Severity: normal Tags: patch Dear Maintainer, considering that perdition package uses "dpkg-buildflags --export=configure" in its rules file and that option, accordingly with the dpkg changelog, has been added since the 1.16.1 version I think perdition s

Bug#572122: Starting from php5-mysql-5.3 mysql connection over SSL stops working

2010-03-01 Thread Laurento Frittella
Package: php5-mysql Version: 5.3.1-5 Severity: normal Using php5.3 I can't connect to mysql using SSL The following code snippet works under php...@lenny but it fails at ssl_set() using php...@squeeze (php...@squeeze before upgrade worked too). ssl_set(null, null, "cacert.pem", null, null)) {