[Bug 1216436] [NEW] qgit command is not available on the PATH

2013-08-24 Thread Anderson Lizardo
Public bug reported: After installing qgit, I'm not able to run it by typing "qgit" on a terminal because it is not on the PATH. The only way I can run it is by calling /usr/lib/x86_64-linux-gnu/qt4/bin/qgit. It seems to me it is missing a symlink called /usr/bin/qgit that points to qtchooser (e.

[Bug 1068994] Re: button1 gets stuck after a while

2013-08-20 Thread Anderson Lizardo
I gave up and simply upgraded to saucy. So far, I did not have any touchscreen issues, so I've not tried the x-staging PPA for saucy yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1068994 Title:

[Bug 1068994] Re: button1 gets stuck after a while

2013-08-20 Thread Anderson Lizardo
Hi again, After some investigation, I found that the compiz segfault was due to an undefined symbol: compiz (core) - Debug: dlopen failed: /usr/lib/compiz/libunityshell.so: undefined symbol: XFixesSelectBarrierInput I downgraded libxfixes3 to 1:5.0-4ubuntu5.13.04.1 and was able to start Unity p

[Bug 1068994] Re: button1 gets stuck after a while

2013-08-20 Thread Anderson Lizardo
I got this bug on my laptop running 13.04 (BTW I think bug #946417 is a duplicate of this one). It causes the touchscreen to not work after several clicks. I tried running the X from x-staging PPA (add-apt-repository ...; apt- get update; apt-get dist-upgrade; service lightdm restart). After I log

[Bug 1102700] [NEW] bluetoothd crash when parsing invalid HIDP SDP record

2013-01-21 Thread Anderson Lizardo
Public bug reported: If a remote Bluetooth device contains HIDP SDP records in a specific invalid format, it is possible to crash BlueZ with SIGSEGV due to invalid memory reads, either by buffer overflow due to improper strncpy() usage or usage of arbitrary input as pointer. The several patches t

[Bug 1102700] Re: bluetoothd crash when parsing invalid HIDP SDP record

2013-01-21 Thread Anderson Lizardo
Test script for reproducing crash using an emulated BT dongle (requires /dev/vhci support). Usage instructions at https://github.com/lizardo /bluez-tests/blob/master/README.rst. ** Attachment added: "hid_sdp_crash1.py" https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1102700/+attachment/34

[Bug 427672] Re: libudev0 needs updated shlibs (unstable API)

2009-11-25 Thread Anderson Lizardo
I think this bug needs more attention. I just had a friend (newbie to Linux, FWIW) who was doing a Jaunty -> Karmic upgrade, but unfortunately interrupted the upgrade for some reason. After that, the kernel packages were upgraded, but libudev0 not, and after regenerating the initrd, the old *brok

[Bug 186366] Re: cpio segfaults with "-E" on a non-existing file

2009-10-20 Thread Anderson Lizardo
Still happens on hardy (LTS): $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 8.04.3 LTS Release:8.04 Codename: hardy $ cpio -E no_such_file -t cpio: no_such_file: Cannot open: No such file or directory Segmentation fault Also happens on

[Bug 421380] Re: [karmic][regression] def_readonly on static property results in AttributeError at import time

2009-08-31 Thread Anderson Lizardo
Renato found a workaround for the issue: http://thread.gmane.org/gmane.comp.python.c++/13979/focus=14000 Can you try that with your testcase? -- [karmic][regression] def_readonly on static property results in AttributeError at import time https://bugs.launchpad.net/bugs/421380 You received thi

[Bug 368444] Re: icecream monitor does no longer display any information

2009-07-16 Thread Anderson Lizardo
Additional info: using the icemon package from intrepid works too, so it looks like a regression since jaunty. I put some instructions about this on my blog: http://lizardo.wordpress.com/2009/05/21/making-icecream-monitor-icemon- work-on-jaunty/ -- icecream monitor does no longer display any inf

[Bug 329042] Re: Boost 1.38 in Jaunty

2009-04-08 Thread Anderson Lizardo
Of course, I meant "jaunty" instead of intrepid on my previous comment. -- Boost 1.38 in Jaunty https://bugs.launchpad.net/bugs/329042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.

[Bug 329042] Re: Boost 1.38 in Jaunty

2009-04-08 Thread Anderson Lizardo
FYI, boost1.38 was uploaded to Debian sid on Apr 3rd: http://packages.qa.debian.org/b/boost1.38.html Therefore, I suppose adding it to Ubuntu karmic will just need a sync request? What about intrepid ? Is it possible to have it through the backport process? What is needed to make this a reality?

[Bug 329042] Re: Boost 1.38 in Jaunty

2009-03-23 Thread Anderson Lizardo
Just a clarification: both patches whose URL I posted on my previous comment are related to Boost.Python specifically (which is the Boost component I'm most interested in). -- Boost 1.38 in Jaunty https://bugs.launchpad.net/bugs/329042 You received this bug notification because you are a member o

[Bug 329042] Re: Boost 1.38 in Jaunty

2009-03-23 Thread Anderson Lizardo
Additionally to having the boost1.38 package in jaunty, I'd like to propose adding these two patches to the release, as it fixes important bugs/limitations IMHO: * https://svn.boost.org/trac/boost/ticket/2744 (fixes support for C++ code that uses enums with the same value, e.g. "enum { Alpha = 1,

[Bug 338893] Re: boost vs boost1.37

2009-03-23 Thread Anderson Lizardo
As far as I know, that's because Boost's API is usually not backwards compatible between releases, therefore some package that builds with boost 1.37 may not build with boost 1.38 (without changes), and so on. For more details on the issue, see this thread on a Debian mailing list: http://lists.de

[Bug 186366] Re: cpio segfaults with "-E" on a non-existing file

2008-11-27 Thread Anderson Lizardo
Just asked a friend to run this command on 8.10, it is still reproducible on it too. -- cpio segfaults with "-E" on a non-existing file https://bugs.launchpad.net/bugs/186366 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 186366] Re: cpio segfaults with "-E" on a non-existing file

2008-11-27 Thread Anderson Lizardo
I don't know yet about 8.10 or 9.04, but on 8.04 (which is LTS, right?) it still happens: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 8.04.1 Release:8.04 Codename: hardy $ cpio -E no_such_file -t cpio: no_such_file: Cannot open: No suc

[Bug 23369] Re: firefox(-gnome-support) should get proxy from gconf

2008-03-20 Thread Anderson Lizardo
It means that firefox is probably getting proxy information from $http_proxy environment variable (which is set by gnome-terminal). -- firefox(-gnome-support) should get proxy from gconf https://bugs.launchpad.net/bugs/23369 You received this bug notification because you are a member of Ubuntu B

[Bug 186366] [NEW] cpio segfaults with "-E" on a non-existing file

2008-01-27 Thread Anderson Lizardo
Public bug reported: Binary package hint: cpio Ubuntu release information (lsb_release -a): Distributor ID: Ubuntu Description:Ubuntu 7.10 Release:7.10 Codename: gutsy Package version: 2.8-1ubuntu2 Problem: cpio segfaults when -E option is used on a non-existing file. Eg: $

[Bug 23369] Re: firefox(-gnome-support) should get proxy from gconf

2007-05-13 Thread Anderson Lizardo
According to https://bugzilla.mozilla.org/show_bug.cgi?id=195708 (which seems the correct upstream bug for this) the bug has been marked "RESOLVED FIXED" and not "REJECTED". Any reason why it has been marked this way? -- firefox(-gnome-support) should get proxy from gconf https://bugs.launchpad.n

[Bug 93449] Wrong .viminfo creation permissions when running "sudo vim"

2007-03-18 Thread Anderson Lizardo
Public bug reported: Binary package hint: vim Description: When running vim for the first time, if you run it with sudo (e.g. "sudo vim /tmp/file.txt"), the $HOME/.viminfo file is created with root:root permissions, and the usual vim session environment (e.g. command history, markers) does not w

[Bug 67285] Re: Segmentation fault when loading HTTPS pages

2007-03-18 Thread Anderson Lizardo
I think I have already submitted all required information for this bug to become "confirmed". Is there any additional information I need to provide? BTW, I can still reproduce it on the following environment: - Ubuntu 6.10 - firefox 2.0.0.2+0dfsg-0ubuntu0.6.10 -- Segmentation fault when loading

[Bug 67285] Re: Segmentation fault when loading HTTPS pages

2007-02-09 Thread Anderson Lizardo
Hi, I already tried uploading a new one but I'm getting a "Internal server error" from Launchpad (maybe because the trace is somewhat big, 4.5 MB gzipped)... I'll try again now. ** Attachment added: "Firefox crash report #2" http://librarian.launchpad.net/6385213/_usr_lib_firefox_firefox-bin.

[Bug 68960] Re: Vim locks up while editing a specific file (file attached)

2007-02-05 Thread Anderson Lizardo
FWIW, this bug still applies to Edgy, given that there were no updates to the vim package since then. I plan to test it on Feisty once I have it installed, but if anyone could do this that would be nice. -- Vim locks up while editing a specific file (file attached) https://launchpad.net/bugs/6896

[Bug 67285] Re: Segmentation fault when loading HTTPS pages

2007-02-05 Thread Anderson Lizardo
I can confirm this bug is still happening on the following environment, using the original test case: - Ubuntu Edgy - Firefox 2.0.0.1+0dfsg-0ubuntu0.6.10 - No extensions installed (clean installation) Note that the report of the previous comment does not seem to be related to this bug. Firefox cr

[Bug 72338] Possible typo in kernel/Control

2006-11-18 Thread Anderson Lizardo
Public bug reported: Binary package hint: kernel-package While reading the patch in http://patches.ubuntu.com/k/kernel-package /kernel-package_10.049ubuntu5.patch, I found the following snippet: -Provides: =ST-xen0, =ST-xen0-=CV +Provides: =ST-iamge-xen0, =ST-image-xen0-=CV notice the mistyp

[Bug 67285] Re: Segmentation fault when loading HTTPS pages

2006-10-28 Thread Anderson Lizardo
Update: problem still happens with latest release (2.0+0dfsg-0ubuntu3). Attached the (gzipped) automated crash report saved in /var/crash /_usr_lib_firefox_firefox-bin.1000.crash ** Attachment added: "automated crash report file" http://librarian.launchpad.net/4939548/_usr_lib_firefox_firefox

[Bug 68960] Vim locks up while editing a specific file (file attached)

2006-10-28 Thread Anderson Lizardo
Public bug reported: Binary package hint: vim Vim is locking up (i.e. it hangs and consumes 100% CPU) when the following steps are done: 1) Open the attached "vim_testcase" file with vim: $ vim vim_testcase 2) Enable syntax highlight, if not enabled yet, by typing in normal mode: :syntax on

[Bug 68960] Re: Vim locks up while editing a specific file (file attached)

2006-10-28 Thread Anderson Lizardo
Attached testcase file. ** Attachment added: "bug testcase" http://librarian.launchpad.net/4939542/vim_testcase -- Vim locks up while editing a specific file (file attached) https://launchpad.net/bugs/68960 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/ma

[Bug 50768] Re: Strange artifacts in text fields within web applications when moving cursor with keyboard

2006-10-21 Thread Anderson Lizardo
Update: using nVidia's proprietary driver (nvidia-glx package) "fixes" the problem. Strangely enough, the only affected application is firefox... I've also tested Mozilla's "official" firefox2 release and it also has the same problem. -- Strange artifacts in text fields within web applications w

[Bug 67285] Re: Segmentation fault when loading HTTPS pages

2006-10-20 Thread Anderson Lizardo
Update: - in step (2) you can download the https page directly - I've also confirmed the crash on "official" firefox-2.0rc3.tar.gz binary from Mozilla -- Segmentation fault when loading HTTPS pages https://launchpad.net/bugs/67285 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https

[Bug 67285] Segmentation fault when loading HTTPS pages

2006-10-20 Thread Anderson Lizardo
Public bug reported: Binary package hint: firefox Firefox is consistently crashing when the following steps are executed: 1) open firefox in a terminal: firefox 2) open any http URL that automatically redirects to a https one (I've tested with http://launchpad.net/ and http://mail.yahoo.com/).

[Bug 66607] Re: No usplash at all

2006-10-20 Thread Anderson Lizardo
I found a workaround that may "fix" the usplash issue: 1) Run this command to show available splash resolutions: strings /usr/lib/usplash/usplash-theme-ubuntu.so | grep -i usplash_theme Mine shows: usplash_theme usplash_theme_800_600 usplash_theme_1024_768 usplash_theme_1365_768_scaled 2) Sel

[Bug 50768] Re: Strange artifacts in text fields within web applications when moving cursor with keyboard

2006-10-19 Thread Anderson Lizardo
I can confirm this same problem on Edgy. Information about my VGA card (also taken from Device Manager): Vendor: nVidia Corporation Product: GeForce 6200 TurboCache(TM) -- Strange artifacts in text fields within web applications when moving cursor with keyboard https://launchpad.net/bugs/50768

[Bug 67055] Bootup Splash (usplash) is not shown

2006-10-19 Thread Anderson Lizardo
Public bug reported: Binary package hint: usplash usplash is not working for me on Edgy .(latest updates from apt) It doesn't work both during boot and shutdown. For example, during boot, the console remains empty for sometime until the first boot messages start to appear (still in "pure console

[Bug 23369] Re: firefox(-gnome-support) should get proxy from gconf

2006-06-23 Thread Anderson Lizardo
** Attachment added: "gconf-backend.patch (based on patch from SuSE's MozillaFirefox package)" http://librarian.launchpad.net/3146799/gconf-backend.patch -- firefox(-gnome-support) should get proxy from gconf https://launchpad.net/bugs/23369 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 23369] Re: firefox(-gnome-support) should get proxy from gconf

2006-06-23 Thread Anderson Lizardo
I've found that SuSE has support for this. So I borrowed the patch "gconf-backend.patch" from ftp://ftp.suse.com/pub/projects/mozilla/firefox/1.5.0.4/MozillaFirefox-1.5.0.4-0.1.src.rpm, fixed minor conflicts to make it apply cleanly to firefox-1.5.dfsg+1.5.0.4-0ubuntu6.06 and built a new package. I

[Bug 23369] Re: firefox(-gnome-support) should get proxy from gconf

2006-06-15 Thread Anderson Lizardo
Regarding the previous comment: the gnome-terminal in Dapper already sets the http_proxy/no_proxy environment variables (used by most applications e.g. curl, wget, apt-get) according to gconf settings. ftp_proxy is not set, not sure why. -- firefox(-gnome-support) should get proxy from gconf http