[Bug 1237687] [NEW] Evolution crashes when viewing Zimbra's shared calendar mails

2013-10-09 Thread Ricardo Aguiar
Public bug reported: Greetings! Evolution crashes when viewing Zimbra's shared calendar invitation mail. The mail that crashed Evolution looks like this: === ===

[Bug 573074] Re: Package python-qwt3d-qt4 broken in Lucid Lynx

2012-01-30 Thread Ricardo Aguiar
I am using Ubuntu 10.04 LTS at this date (20120130). The package python-qwt3d-qt4 depends on libqwtplot3d-qt4, but the name of this package was changed to libqwtplot3d-qt4-0. As there is no libqwtplot3d-qt4 available, I can't install python- qwt3d-qt4. I can try to make a fake a package

[Bug 907438] [NEW] It seems that this version of this software is obsolete.

2011-12-21 Thread Ricardo Aguiar
this information helps. Ricardo Aguiar. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: zygrib 3.5.0-3 ProcVersionSignature: Ubuntu 2.6.35-25.44~lucid1-generic-pae 2.6.35.10 Uname: Linux 2.6.35-25-generic-pae i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Wed Dec 21 14:55:38 2011

[Bug 907438] Re: It seems that this version of this software is obsolete.

2011-12-21 Thread Ricardo Aguiar
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/907438 Title: It seems that this version of this software is obsolete. To manage notifications about this bug go to:

Re: [Bug 597507] Re: Problem on Include Files (stdio.h)

2010-06-27 Thread Ricardo Aguiar
Hi! This solves the problem. Thanks. Reading the manual of glibc (info libc) I see that it is documented on Using the Library - Feature Test Macros . I have to confess that connecting Feature Test Macros to Enable GNU C extension functions is a big leap for me. In my oppinion it should be

[Bug 597507] [NEW] Problem on Include Files (stdio.h)

2010-06-22 Thread Ricardo Aguiar
Public bug reported: Greetings! I was programming and have found a very strange behavior. The program below shows the problem I've found: // bug.c -- #include stdlib.h #define __USE_GNU #include stdio.h int main(int argc, char ** argv) { printf(test\n); exit(0); } // end of

[Bug 597507] Re: Problem on Include Files (stdio.h)

2010-06-22 Thread Ricardo Aguiar
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/50773617/Dependencies.txt -- Problem on Include Files (stdio.h) https://bugs.launchpad.net/bugs/597507 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 595721] [NEW] Emacs23 freeze on some conditions.

2010-06-17 Thread Ricardo Aguiar
Public bug reported: Binary package hint: emacs23 Emacs23 freezes on some conditions. To unfreeze it I need to mouse click on some item on menubar. The following procedure seems to show the bug: - Open Emacs23 - Open some text files (the bug showed when I was editing some C source code

[Bug 595721] Re: Emacs23 freeze on some conditions.

2010-06-17 Thread Ricardo Aguiar
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/50513551/Dependencies.txt -- Emacs23 freeze on some conditions. https://bugs.launchpad.net/bugs/595721 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 592447] Re: X shows noise on screen (SiS 661/741- pci id 1039:6330 rev 03)

2010-06-16 Thread Ricardo Aguiar
After research I see the bug is a hardware problem. At higher resolutions the graphics board overloads the memory BUS, causing the little dots and lines on the screen. It happens because the processor has an embedded memory controller (Athlon X2), that is unaware of the graphics board. So

[Bug 538577] Re: pthread_create man page has gone missing

2010-06-11 Thread Ricardo Aguiar
The function pthread_create() is missing from 'man' pages (and other stuff related to pthread also). Besides this, as emacs user (at least to program), I would like the developers to consider putting this information in the Info system instead of man, because the info is easier to access.

[Bug 592447] [NEW] X shows noise on screen (SiS 661/741- pci id 1039:6330 rev 03)

2010-06-10 Thread Ricardo Aguiar
Public bug reported: Binary package hint: xorg I am trying to use at work a machine that have Sis 661/741/760 graphics adapter. When I set the resolution to 1280x720 (the size my wide screen monitor can handle) it appears noise on the screen. Using Windows(r) it does not happen (it works

[Bug 592447] Re: X shows noise on screen (SiS 661/741- pci id 1039:6330 rev 03)

2010-06-10 Thread Ricardo Aguiar
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/50098767/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/50098768/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/50098769/Dependencies.txt **

Re: [Bug 489210] Re: AC97 sound board does not work properly.

2010-04-28 Thread Ricardo Aguiar
Hi! It is not an issue anymore. I fixed the problem. But the problem was a little more complex. It seems at that time some ALSA drivers lock the mixer or the audio input, but I didn't try enough to know what drivers exactly do this or what exactly is happening. I removed some drivers by

[Bug 489210] Re: AC97 sound board does not work properly.

2009-11-27 Thread Ricardo Aguiar
** Attachment added: Output of lspci -vnvn and of dmesg http://launchpadlibrarian.net/36151185/lspci-vnvn-dmesg.log ** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/36151186/AlsaDevices.txt ** Attachment added: ArecordDevices.txt

[Bug 489210] [NEW] AC97 sound board does not work properly.

2009-11-27 Thread Ricardo Aguiar
Public bug reported: Greetings! After upgrading from Ubuntu 9.04 to Ubuntu 9.10 sound is not working properly. Depending on the desktop configurations sound gets choppy/noisy, and the microphone does not work properly (or does not work at all). I tried to test the microphone in text mode as

[Bug 392681] [NEW] Bug in sscanf() function reading 64 bits integer

2009-06-26 Thread Ricardo Aguiar
Public bug reported: The function sscanf() fails to read the correct value of a long integer. The C code below shows the bug. Just put it in a file and compile using gcc. //- #include stdlib.h #include stdio.h int main(int argc, char ** argv) { char buf1[1024];

[Bug 392681] Re: Bug in sscanf() function reading 64 bits integer

2009-06-26 Thread Ricardo Aguiar
Ok. You are right. The bug is in my code. Thanks for your time! -- Bug in sscanf() function reading 64 bits integer https://bugs.launchpad.net/bugs/392681 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list