[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-15 Thread Paulo Neto
sudo gedit ;)

-- 
3G ZTE MF622 modem not working after bugfix #291333
https://bugs.launchpad.net/bugs/305968
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-15 Thread Paulo Neto
try it!

gedit /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi

do the change

  match key=@info.parent:usb.vendor_id int=0x19d2
!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech --
match key=@info.parent:usb.product_id int=0xfffe
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistIS-707-A/append
  /match
/match
!-- ZTE MF628 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0015
  match key=@info.parent:usb.interface.number int=3
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- ONDA MF632 HSDPA USB dongle --
match key=@info.parent:usb.product_id int_outof=0x0001;0x0002
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
  /match


sudo rm /var/cache/hald/fdi-cache
 reboot

the code is correct now, it uses the ttyUSB0 (works also with 0, 1 or 2)  
match key=@info.parent:usb.interface.number int=0
bye!

-- 
3G ZTE MF622 modem not working after bugfix #291333
https://bugs.launchpad.net/bugs/305968
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291333] Re: Onda MT505UP / MF632 not working

2009-02-15 Thread Paulo Neto

try it!

sudo gedit /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi

do the change

  match key=@info.parent:usb.vendor_id int=0x19d2
!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech --
match key=@info.parent:usb.product_id int=0xfffe
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistIS-707-A/append
  /match
/match
!-- ZTE MF628 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0015
  match key=@info.parent:usb.interface.number int=3
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- ONDA MF632 HSDPA USB dongle --
match key=@info.parent:usb.product_id int_outof=0x0001;0x0002
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
  /match

sudo rm /var/cache/hald/fdi-cache
 reboot

the code is correct now, it uses the ttyUSB0 (works also with 0, 1 or 2) match 
key=@info.parent:usb.interface.number int=0
bye!

-- 
Onda MT505UP / MF632 not working
https://bugs.launchpad.net/bugs/291333
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-15 Thread Paulo Neto

  match key=@info.parent:usb.vendor_id int=0x19d2
!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech --
match key=@info.parent:usb.product_id int=0xfffe
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistIS-707-A/append
  /match
/match
!-- ZTE MF626 HSDPA USB dongle , ONDA MSA501HS HSDPA --
match key=@info.parent:usb.product_id int_outof=0x2000;0x0001
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- ZTE MF628 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0015
  match key=@info.parent:usb.interface.number int=3
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- ONDA MF632 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0002
  match key=@info.parent:usb.interface.number int=2
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
  /match

It makes all zte/onda modem to work. lsusb don't show the names because
a kernel config.

-- 
3G ZTE MF622 modem not working after bugfix #291333
https://bugs.launchpad.net/bugs/305968
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291333] Re: Onda MT505UP / MF632 not working

2009-02-15 Thread Paulo Neto
 match key=@info.parent:usb.vendor_id int=0x19d2
!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech --
match key=@info.parent:usb.product_id int=0xfffe
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistIS-707-A/append
  /match
/match
!-- ZTE MF626 HSDPA USB dongle , ONDA MSA501HS HSDPA --
match key=@info.parent:usb.product_id int_outof=0x2000;0x0001
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- ZTE MF628 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0015
  match key=@info.parent:usb.interface.number int=3
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- ONDA MF632 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0002
  match key=@info.parent:usb.interface.number int=2
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
  /match

It makes all zte/onda modem to work.

-- 
Onda MT505UP / MF632 not working
https://bugs.launchpad.net/bugs/291333
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-15 Thread Paulo Neto
** Changed in: hal-info (Ubuntu)
   Status: Incomplete = In Progress

-- 
3G ZTE MF622 modem not working after bugfix #291333
https://bugs.launchpad.net/bugs/305968
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 356157]unsubscribe

2009-04-06 Thread Paulo Bueno
unsubscribe


hkootstra escreveu:
 Harm Kootstra


   
 Date: Tue, 7 Apr 2009 01:17:37 +
 From: runchuck...@gmail.com
 To: hkoots...@hotmail.com
 Subject: [Bug 356157] 

 unsubscribe

 -- 
 package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess 
 post-installation script returned error exit status 2
 https://bugs.launchpad.net/bugs/356157
 You received this bug notification because you are a direct subscriber
 of the bug.
 



-- 
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 253399] Re: loud beep when starting intrepid on a dell lattitude/inspiron

2008-11-18 Thread Paulo Cenachi
It happens to my Dell Vostro 1500 laptop too, disabling the uplash
eliminate the loud beeps. If you enable usplash with the vga-791
option in /boot/grub/menu.lst the system boots without the beeps, but
the elements in usplash screen are displayed in wrong positions.

-- 
loud beep when starting intrepid on a dell lattitude/inspiron
https://bugs.launchpad.net/bugs/253399
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 253399] Re: loud beep when starting intrepid on various laptops

2008-11-22 Thread Paulo Cenachi
The bug persists on Dell Vostro 1500.

-- 
loud beep when starting intrepid on various laptops
https://bugs.launchpad.net/bugs/253399
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308825] Re: Webcam Z-Star 305b doesn't work in Ubuntu

2008-12-21 Thread Paulo Mendes
Hello, people!

I forgot to say I also tried EasyCam2, but the output was the same of
the number 2, as described above.

Please, help me. I am very impressed with ubuntu, and wouldn't like to
come back to rwindows...

-- 
Webcam Z-Star 305b doesn't work in Ubuntu
https://bugs.launchpad.net/bugs/308825
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310970] [NEW] jaunty: install with custom partitioning ignores user input

2008-12-23 Thread Paulo Albuquerque
Public bug reported:

Binary package hint: ubiquity

When trying to install Jaunty Alpha (64 bit Desktop) using custom
partitioning the installer ignored my input on the partitions
configuration. After entering the info for each partition in the new
partition dialogue what appears doesn't correspond to my choice. Seems
like some pre-configured choices (maybe the scheme used for guided
partitioning?).

I did this from a virtual machine, see attached screen shots for more
info.

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
jaunty: install with custom partitioning ignores user input
https://bugs.launchpad.net/bugs/310970
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310970] Re: jaunty: install with custom partitioning ignores user input

2008-12-23 Thread Paulo Albuquerque

** Attachment added: createswap.png
   http://launchpadlibrarian.net/20692182/createswap.png

-- 
jaunty: install with custom partitioning ignores user input
https://bugs.launchpad.net/bugs/310970
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310970] Re: jaunty: install with custom partitioning ignores user input

2008-12-23 Thread Paulo Albuquerque

** Attachment added: after.png
   http://launchpadlibrarian.net/20692185/after.png

-- 
jaunty: install with custom partitioning ignores user input
https://bugs.launchpad.net/bugs/310970
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 272247] Re: System freezes during boot, unless I hold a key down

2008-11-13 Thread Paulo Braganholo
Nitto,
In my HP DV6604NR (AMD 64, NVidea) i have exactly the same trick.

-- 
System freezes during boot, unless I hold a key down
https://bugs.launchpad.net/bugs/272247
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 252094] Re: Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 8.10

2008-11-14 Thread Paulo Fidalgo
There were a new release of intel drivers.
http://www.linux-gamers.net/modules/news/article.php?storyid=2502

I've searched to see if there are other distros with the same problem, but 
found nothing.

The Designer: How did you know the problem is in Mesa?

-- 
Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 
8.10
https://bugs.launchpad.net/bugs/252094
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 252094] Re: Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 8.10

2008-11-14 Thread Paulo Fidalgo
The designer:
You have installed it mannually, so the package version is still around. DPKG 
only manages packages, not manual installs.
If the problem is with mesa, it would be nice if somebody could test the latest 
mesa (a checkout from repository).

At the moment I don't have access to my machine :S

-- 
Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 
8.10
https://bugs.launchpad.net/bugs/252094
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 252094] Re: Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 8.10

2008-11-14 Thread Paulo Fidalgo
On Friday 14 November 2008 16:14:17 the designer wrote:
 how can I test the latest mesa?
http://dri.freedesktop.org/wiki/Building

but be warmed that you could make some break the integrity of your linux 
instalation, because it will overwrite some files.

If you are brave enough, go on ;)

-- 
Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 
8.10
https://bugs.launchpad.net/bugs/252094
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318619] Re: Jaunty Alpha 3 installation crashing (64 bit + manual partitioning + encrypted /home)

2009-01-18 Thread Paulo Albuquerque
*** This bug is a duplicate of bug 317068 ***
https://bugs.launchpad.net/bugs/317068

** This bug is no longer a duplicate of bug 258603
   ubiquity crashed with InstallStepError in configure_user()

** This bug has been marked a duplicate of bug 317068
   ubiquity crashed with InstallStepError in configure_user()

-- 
Jaunty Alpha 3 installation crashing (64 bit + manual partitioning + encrypted 
/home)
https://bugs.launchpad.net/bugs/318619
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310970] Re: Jaunty Alpha 2 (32-64 bit) : install with custom partitioning ignores user input

2009-01-19 Thread Paulo Albuquerque
This is solved in Jaunty Alpha3

** Changed in: ubiquity (Ubuntu)
 Assignee: tof (ptit-tof57) = (unassigned)
   Status: Confirmed = Fix Released

-- 
Jaunty Alpha 2 (32-64 bit) : install with custom partitioning ignores user input
https://bugs.launchpad.net/bugs/310970
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 227987] Re: scummvm sound doesn't work in hardy

2009-01-19 Thread Paulo Albuquerque
I installed 9.04 on a test machine everything just works.

-- 
scummvm sound doesn't work in hardy
https://bugs.launchpad.net/bugs/227987
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 300443] Re: hal rejects to mount ntfs-3g partition

2009-01-21 Thread Paulo Albuquerque
I installed Jaunty 64 bit Alpha 3 on a test machine and at first all was
working as expected. After a recent package update (don't know which one
sorry) I started having this problem too.

Do you need any info from me?

-- 
hal rejects to mount ntfs-3g partition
https://bugs.launchpad.net/bugs/300443
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 300443] Re: hal rejects to mount ntfs-3g partition

2009-01-21 Thread Paulo Albuquerque
I can confirm that the patch proposed by Noel J. Bergman solves the bug.

Thank you!

-- 
hal rejects to mount ntfs-3g partition
https://bugs.launchpad.net/bugs/300443
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255603] Re: PGAdmin3 1.8.2 - The Backup Restore Function disabled.

2009-01-16 Thread Paulo Marcelo
A friend of mine install 3 packages (attachment) and solved this
problem.

** Attachment added: solved
   http://launchpadlibrarian.net/21263095/habilitar_copia_seguran%C3%A7a.png

-- 
PGAdmin3 1.8.2 - The Backup  Restore Function disabled. 
https://bugs.launchpad.net/bugs/255603
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305120] [NEW] upgrade required to compile under new gcc

2008-12-04 Thread Paulo Assis
Public bug reported:

Binary package hint: guvcview

guvcview 0.9.3 compilation is broken under Ubuntu intrepid and probably also 
under Jaunty, this is related to gcc version and is fixed since guvcview 0.9.4.
An upgrade to the latest release is required for compilation to succeed.

** Affects: guvcview (Ubuntu)
 Importance: Undecided
 Status: New

-- 
upgrade required to compile under new gcc
https://bugs.launchpad.net/bugs/305120
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 277391] Re: Intrepid system freeze on dell XPS 1330

2008-12-04 Thread Paulo Cenachi
It happens every time on my Dell Vostro 1500 laptop, with the BCM4328
802.11n wireless, using the wl driver.

-- 
Intrepid system freeze on dell XPS 1330
https://bugs.launchpad.net/bugs/277391
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283874] Re: usb-creator - forcing shutdonwn of the install process

2008-12-04 Thread Paulo Cenachi
It happens to me too.

$ usb-creator

-- Starting up at 20:23:44 --
[20:23:44] new device:
{'capacity': dbus.UInt64(8019615744L), 'uuid': '98D1-480F', 'label': 
'KINGSTON', 'free': 8003026944, 'fstype': 'vfat', 'device': '/dev/sdb1', 
'mountpoint': '/media/KINGSTON', 'udi': 
'/org/freedesktop/Hal/devices/volume_uuid_98D1_480F'}
[20:23:44] adding: /dev/sdb1
[20:23:53] mounting /home/paulo/Desktop/kubuntu-8.10-desktop-amd64.iso
[20:23:54] updating dest_status as part of update_row_state
[20:24:05] Installing...
[20:24:05] Source CD: /home/paulo/Desktop/kubuntu-8.10-desktop-amd64.iso
[20:24:05] Destination disk: /dev/sdb1
[20:24:05] Persistence size: 0 MB
[20:24:05] Marking partition 1 as active.
[20:24:05] installing the bootloader to /dev/sdb1.
[20:24:05] Forcing shutdown of the install process.

And the program freezes.

-- 
usb-creator - forcing shutdonwn of the install process
https://bugs.launchpad.net/bugs/283874
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 252094] Re: Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 8.10

2008-12-02 Thread Paulo Fidalgo
I've tried Fedora 10, and I don't have this bug.
Here is the list of the packages:
https://admin.fedoraproject.org/pkgdb/collections/id/19

I will try to get and compile newer versions of libdrm, xorg, and if
needed the kernel, as soon as I can, but right now I'm too busy.

-- 
Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 
8.10
https://bugs.launchpad.net/bugs/252094
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 503539] [NEW] [needs-packaging] wally

2010-01-05 Thread Paulo Dias
Public bug reported:

Wally is a Qt4 wallpaper changer using multiple sources like files,
 folders, FTP remote folders, Flickr, Yahoo!, Panoramio, Pikeo, Ipernity,
 Photobucket, Buzznet, Picasa and Smugmug images. It is available in many
 languages. Supported Linux window managers are GNOME, KDE3, KDE4, XFCE4,
 BlackBox, FluxBox, Window Maker, and FVWM.
Homepage: http://www.becrux.com

** Affects: ubuntu
 Importance: Undecided
 Assignee: Paulo Dias (paulo-miguel-dias)
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] wally
https://bugs.launchpad.net/bugs/503539
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 503539] Re: [needs-packaging] wally

2010-01-05 Thread Paulo Dias
see http://revu.ubuntuwire.com/details.py?upid=7314

** Changed in: ubuntu
 Assignee: (unassigned) = Paulo Dias (paulo-miguel-dias)

-- 
[needs-packaging] wally
https://bugs.launchpad.net/bugs/503539
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 503539] Re: [needs-packaging] wally

2010-01-05 Thread Paulo Dias
URL: http://www.becrux.com/index.php?page=projectsname=wally
License: GPL

latest package uploaded to revu:
http://revu.ubuntuwire.com/details.py?upid=7320

** Changed in: ubuntu
   Status: New = In Progress

-- 
[needs-packaging] wally
https://bugs.launchpad.net/bugs/503539
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241073] Re: [needs-packaging] qt-recordmydesktop

2009-12-26 Thread Paulo Dias
** Changed in: ubuntu
 Assignee: (unassigned) = Paulo Dias (paulo-miguel-dias)

-- 
[needs-packaging] qt-recordmydesktop
https://bugs.launchpad.net/bugs/241073
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241073] Re: [needs-packaging] qt-recordmydesktop

2009-12-26 Thread Paulo Dias
uploaded to revu, waiting for motu gods.

-- 
[needs-packaging] qt-recordmydesktop
https://bugs.launchpad.net/bugs/241073
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241073] Re: [needs-packaging] qt-recordmydesktop

2009-12-26 Thread Paulo Dias
http://revu.ubuntuwire.com/details.py?upid=7272

-- 
[needs-packaging] qt-recordmydesktop
https://bugs.launchpad.net/bugs/241073
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501470] [NEW] Firefox wants download PHP files.

2009-12-29 Thread Juan Paulo
Public bug reported:

Binary package hint: firefox-3.5


I'm using Firefox 3.5 for Ubuntu 9.10 Karmic Koala,

When I try to open a PHP site,a dialogue window appears that say the
next message:

 Abriendo nachrichten.php

Seleccionó abrir
 nachrichten.php
 el cual es un: archivo PHP
 de: http://s3.travian.net

 ¿Qué debería hacer Firefox con este archivo?
  * Abrir con [Examinar]
  ° Guardar archivo 

 [Guardar] [Aceptar]

Translated:

 Open nachrichten.php.

Select open 
nachrichten.php
it is a: PHP file
from: http://s3.travian.net

What must Firefox do with this file?
* Open with [Examine]
  ° Save file 

 [Save] [Agree]

If I try to open with Firefox, a chain of untitled tabs is opened it. I
google it and I found this:

http://support.mozilla.com/tiki-view_forum_thread.php?comments_parentId=1452forumId=1
http://forums.vpslink.com/web-servers/2231-firefox-tries-download-my-php-files.html

They don't solve the problem...

BTW, sorry if I wrote a weird english

ProblemType: Bug
Architecture: i386
Date: Tue Dec 29 15:55:23 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: firefox-3.5 3.5.6+nobinonly-0ubuntu0.9.10.1
ProcEnviron:
 LANG=es_MX.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-16-generic i686

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Firefox wants download PHP files.
https://bugs.launchpad.net/bugs/501470
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 501470] Re: Firefox wants download PHP files.

2009-12-29 Thread Juan Paulo

** Attachment added: Pantallazo-1.png
   http://launchpadlibrarian.net/37278388/Pantallazo-1.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37278389/Dependencies.txt

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/37278390/ExtensionSummary.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/37278391/XsessionErrors.txt

** Attachment added: profile_default_pluginreg.dat.txt
   http://launchpadlibrarian.net/37278392/profile_default_pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/37278393/profiles.ini.txt

-- 
Firefox wants download PHP files.
https://bugs.launchpad.net/bugs/501470
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414560] Re: ath9k disassociates/reassociates a lot

2009-12-31 Thread Paulo Albuquerque
Apparently the issue has finally been solved for kernel 2.6.32 and in
the latest ath9k drivers from compat-wireless. Truly solved, it's not a
trick like disabling power saving.
https://bugzilla.redhat.com/show_bug.cgi?id=538792

** Bug watch added: Red Hat Bugzilla #538792
   https://bugzilla.redhat.com/show_bug.cgi?id=538792

-- 
ath9k disassociates/reassociates a lot
https://bugs.launchpad.net/bugs/414560
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 498608] [NEW] wrong dependencies in krita break both krita and koffice-kde4 install

2009-12-19 Thread Paulo Dias
Public bug reported:

Binary package hint: krita-kde4

krita cant be installed in lucid because it asks for libkdcraw7 and kde
4.4 uses libkdcraw8 (for kdegraphics-strigi-plugins and others like
gwenview and digikam), krita needs to be rebuild against libkdcraw8.

** Affects: koffice2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
wrong dependencies in krita break both krita and koffice-kde4 install
https://bugs.launchpad.net/bugs/498608
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to koffice2 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 498612] [NEW] kdenlive asks for wrong dependencies, cant be installed in lucid

2009-12-19 Thread Paulo Dias
Public bug reported:

Binary package hint: kdenlive

kdenlive is built against libmlt1 but melt which is a primary dependency
is build against libmlt2, BANG classic loop dependency hell, kdenlive
needs to be built against new libmlt2 and drop libmlt1.

this is for lucid alpha 1 and kde 4.4 beta 1

** Affects: kdenlive (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kdenlive asks for wrong dependencies, cant be installed in lucid
https://bugs.launchpad.net/bugs/498612
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 498612] Re: kdenlive asks for wrong dependencies, cant be installed in lucid

2009-12-20 Thread Paulo Dias
ok, added your PPA, its working fine now, great job.

r...@kerberos:/home/groo# aptitude install kdenlive   
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
Reading extended state information
Initializing package states... Done   
The following NEW packages will be installed: 
  dvgrab{a} frei0r-plugins{a} kdenlive kdenlive-data{a} libmlt++3{a} libmlt2{a} 
melt{a} 
The following packages will be REMOVED: 

  libmlt++2{a} libmlt1{a}   

0 packages upgraded, 7 newly installed, 2 to remove and 0 not upgraded. 

Need to get 4,362kB of archives. After unpacking 18.8MB will be used.   

Do you want to continue? [Y/n/?] y  

Writing extended state information... Done  

Get:1 http://archive.ubuntu.com lucid/universe frei0r-plugins 
1.1.22git20090409+repack-0ubuntu1 [235kB]
Get:2 http://ppa.launchpad.net lucid/main kdenlive-data 0.7.6+svn4144-1ubuntu1 
[2,291kB]   
Get:3 http://archive.ubuntu.com lucid/universe libmlt2 0.4.6-1build1 [405kB]
   
Get:4 http://archive.ubuntu.com lucid/universe libmlt++3 0.4.6-1build1 [110kB]  

  
Get:5 http://archive.ubuntu.com lucid/universe melt 0.4.6-1build1 [113kB]   

  
Get:6 http://archive.ubuntu.com lucid/universe dvgrab 3.5-1 [137kB] 

  
Get:7 http://ppa.launchpad.net lucid/main kdenlive 0.7.6+svn4144-1ubuntu1 
[1,071kB]   

Fetched 4,362kB in 42s (103kB/s)

  
(Reading database ... 533619 files and directories currently installed.)

  
Removing libmlt++2 ...  

  
Removing libmlt1 ...

  
Processing triggers for libc-bin ...

best regards

** Changed in: kdenlive (Ubuntu)
   Status: New = Confirmed

-- 
kdenlive asks for wrong dependencies, cant be installed in lucid
https://bugs.launchpad.net/bugs/498612
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445829] Re: Text on Games menu it outside of window

2009-10-12 Thread Paulo Albuquerque
Please ignore the screen shot at comment #2 it was taken in a Virtual
Box VM, On real hardware (tested it with a Eee PC 701) the system menu
doesn't have any problem.

The Games menu does have the issue that is described.

-- 
Text on Games menu it outside of window
https://bugs.launchpad.net/bugs/445829
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354683] Re: Rhythmbox takes more space than available on Eee 701SD

2009-10-29 Thread Paulo Albuquerque
This seems to have been fixed in Karmic, I have an Asus Eee 701 and
maximizing the Rhythmbox window now yields the expected results. All the
application is displayed and the scroll bars let me see everything.

-- 
Rhythmbox takes more space than available on Eee 701SD
https://bugs.launchpad.net/bugs/354683
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 458737] Re: No Sound or outputs M-Audio Delta 44 ICE1712

2009-10-30 Thread Paulo Wageck
bug confirmed on my m-audio delta 44 (ice1712)

it's disapointing... this card has open source drivers by nature

cant help more... noob here

-- 
No Sound or outputs M-Audio Delta 44 ICE1712
https://bugs.launchpad.net/bugs/458737
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 459046] Re: No sound with ICE1712 chipset

2009-10-30 Thread Paulo Wageck
Same problem here ICE1712 (M-Audio Delta 44).

Always worked in previous generations of Ubuntu with some workarounds
(Ubuntu aways defaulted my BIOS DISABLED motherboard VIA soundcard).

Now, it's WORST... Won't give me the option to make it default... It's
not even detected properly...

Why? How can I help? Noob here

-- 
No sound with ICE1712 chipset
https://bugs.launchpad.net/bugs/459046
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-10-30 Thread Paulo Wageck
muttnik,

didn't work for me Koala 9.10 64bit M-audio delta 44

any new ideas?

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445829] Re: Text on Games menu it outside of window

2009-10-08 Thread Paulo Albuquerque
I can confirm this, as far as I can see it happens in menus with a lot
of icons. I can see it in the System menu too. See attached screenshot.

** Attachment added: unr-menu-bug.png
   http://launchpadlibrarian.net/33308533/unr-menu-bug.png

** Changed in: netbook-launcher (Ubuntu)
   Status: New = Confirmed

-- 
Text on Games menu it outside of window
https://bugs.launchpad.net/bugs/445829
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445829] Re: Text on Games menu it outside of window

2009-10-08 Thread Paulo Albuquerque
To complete my last statement, not only the text falls out the windows
sometimes, in other situations the icon's marquee is not correctly
drawn. Please see image in comment #2.

-- 
Text on Games menu it outside of window
https://bugs.launchpad.net/bugs/445829
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 441013] Re: The Synaptic Touchpad on my Eee Pc 701 doesn't work correctly

2009-10-27 Thread Paulo Albuquerque
*** This bug is a duplicate of bug 378391 ***
https://bugs.launchpad.net/bugs/378391

** This bug has been marked a duplicate of bug 378391
   Source rename clobbered local changes (so tapping not working in Karmic)

-- 
The Synaptic Touchpad on my Eee Pc 701 doesn't work correctly
https://bugs.launchpad.net/bugs/441013
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70223] Re: Internal data flow error.

2009-10-28 Thread Paulo Brito
I still have this issue on 9.10!!

-- 
Internal data flow error.
https://bugs.launchpad.net/bugs/70223
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 409819] Re: [regression] Built-in mic not working after pulse updates on Karmic. Intel 82801H (ICH8 Family) sound card.

2009-09-26 Thread Paulo Tanimoto
It took me a few minutes to figure this out too.  Although this works,
it seems that my selection gets reset after shutting down the computer.
In other words, this doesn't seem to get saved here.  Does anybody have
the same problem?

-- 
[regression] Built-in mic not working after pulse updates on Karmic.  Intel 
82801H (ICH8 Family) sound card.
https://bugs.launchpad.net/bugs/409819
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396187] Re: url_downloadable does not respect proxy

2009-09-28 Thread Paulo Albuquerque
** Changed in: update-manager-core (Ubuntu)
   Status: New = Confirmed

-- 
url_downloadable does not respect proxy
https://bugs.launchpad.net/bugs/396187
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396187] Re: url_downloadable does not respect proxy

2009-09-28 Thread Paulo Albuquerque
I'm seeing this behavior too. I was trying to update an Ubuntu Server to
test Karmic and spotted this. It was very weird because sudo do-
release-upgrade apparently works and sudo do-release-upgrade -d
doesn't.

I checked the process environment and the $http_proxy variable is
correctly defined. Then I started fiddling with the python script and
found this bug.

-- 
url_downloadable does not respect proxy
https://bugs.launchpad.net/bugs/396187
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396187] Re: url_downloadable does not respect proxy

2009-09-28 Thread Paulo Albuquerque
I solved the problem and tested it on my system. The upgrade to a
development release now works fine.

I use urllib2 to test the repository url insted of using httplib and
ftplib, so the proxy definitions are used. The code is more compact too.

Can someone have a look?

** Attachment added: unified diff for 
/usr/lib/python2.6/dist-packages/UpdateManager/Core/utils.py
   http://launchpadlibrarian.net/32630844/url_downloadable.patch

-- 
url_downloadable does not respect proxy
https://bugs.launchpad.net/bugs/396187
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396187] Re: url_downloadable does not respect proxy

2009-09-28 Thread Paulo Albuquerque
** Tags added: jaunty

-- 
url_downloadable does not respect proxy
https://bugs.launchpad.net/bugs/396187
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 438792] Re: segfault in symbol_db_engine_file_exists()

2009-09-29 Thread Paulo Assis
== For counts of detected errors, rerun with: -v
==5514== searching for pointers to 59,090 not-freed blocks.
==5514== checked 16,835,644 bytes.
==5514== 
==5514== LEAK SUMMARY:
==5514==definitely lost: 28,606 bytes in 618 blocks.
==5514==  possibly lost: 4,919,126 bytes in 4,184 blocks.
==5514==still reachable: 3,594,221 bytes in 54,288 blocks.
==5514== suppressed: 0 bytes in 0 blocks.
==5514== Rerun with --leak-check=full to see details of leaked memory.

So it seems there is a access attempt at address 0x00 (a NULL pointer
maybe).

Best regards,
Paulo

-- 
segfault in symbol_db_engine_file_exists()
https://bugs.launchpad.net/bugs/438792
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 440910] [NEW] atc crashes on exit

2009-10-02 Thread Paulo Brito
Public bug reported:

Binary package hint: bsdgames

atc runs fine on Jaunty, but on normal exit (ctrl+c and 'y') it crashes
and no score is shown. Report below:

paulobr...@m7064:~$ atc -g crosshatch
*** buffer overflow detected ***: atc terminated
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7ff1da8]
/lib/tls/i686/cmov/libc.so.6[0xb7fefeb0]
/lib/tls/i686/cmov/libc.so.6(__strcpy_chk+0x44)[0xb7fef184]
atc[0x804dd31]
atc[0x804abd9]
[0xb80cb400]
/lib/tls/i686/cmov/libc.so.6(_IO_default_uflow+0x1b)[0xb7f60cab]
/lib/tls/i686/cmov/libc.so.6(__uflow+0x72)[0xb7f62262]
/lib/tls/i686/cmov/libc.so.6(getchar+0xd7)[0xb7f5b8f7]
atc[0x804b755]
atc[0x804bf76]
atc[0x804c2b5]
atc[0x804ed8d]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7f0a775]
atc[0x80499e1]
=== Memory map: 
08048000-08052000 r-xp  08:01 163850 /usr/games/atc
08052000-08053000 r--p 9000 08:01 163850 /usr/games/atc
08053000-08054000 rw-p a000 08:01 163850 /usr/games/atc
08054000-08056000 rw-p 08054000 00:00 0 
08385000-083a6000 rw-p 08385000 00:00 0  [heap]
b7ea2000-b7eaf000 r-xp  08:01 2080835/lib/libgcc_s.so.1
b7eaf000-b7eb r--p c000 08:01 2080835/lib/libgcc_s.so.1
b7eb-b7eb1000 rw-p d000 08:01 2080835/lib/libgcc_s.so.1
b7eb1000-b7ebb000 r-xp  08:01 2097214
/lib/tls/i686/cmov/libnss_files-2.9.so
b7ebb000-b7ebc000 r--p 9000 08:01 2097214
/lib/tls/i686/cmov/libnss_files-2.9.so
b7ebc000-b7ebd000 rw-p a000 08:01 2097214
/lib/tls/i686/cmov/libnss_files-2.9.so
b7ebd000-b7ed2000 r-xp  08:01 2097211
/lib/tls/i686/cmov/libnsl-2.9.so
b7ed2000-b7ed3000 r--p 00014000 08:01 2097211
/lib/tls/i686/cmov/libnsl-2.9.so
b7ed3000-b7ed4000 rw-p 00015000 08:01 2097211
/lib/tls/i686/cmov/libnsl-2.9.so
b7ed4000-b7ed6000 rw-p b7ed4000 00:00 0 
b7eef000-b7ef rw-p b7eef000 00:00 0 
b7ef-b7ef2000 r-xp  08:01 2097208/lib/tls/i686/cmov/libdl-2.9.so
b7ef2000-b7ef3000 r--p 1000 08:01 2097208/lib/tls/i686/cmov/libdl-2.9.so
b7ef3000-b7ef4000 rw-p 2000 08:01 2097208/lib/tls/i686/cmov/libdl-2.9.so
b7ef4000-b805 r-xp  08:01 2097205/lib/tls/i686/cmov/libc-2.9.so
b805-b8051000 ---p 0015c000 08:01 2097205/lib/tls/i686/cmov/libc-2.9.so
b8051000-b8053000 r--p 0015c000 08:01 2097205/lib/tls/i686/cmov/libc-2.9.so
b8053000-b8054000 rw-p 0015e000 08:01 2097205/lib/tls/i686/cmov/libc-2.9.so
b8054000-b8058000 rw-p b8054000 00:00 0 
b8058000-b8087000 r-xp  08:01 2080840/lib/libncurses.so.5.7
b8087000-b8089000 r--p 0002e000 08:01 2080840/lib/libncurses.so.5.7
b8089000-b808a000 rw-p 0003 08:01 2080840/lib/libncurses.so.5.7
b808a000-b80ae000 r-xp  08:01 2097209/lib/tls/i686/cmov/libm-2.9.so
b80ae000-b80af000 r--p 00023000 08:01 2097209/lib/tls/i686/cmov/libm-2.9.so
b80af000-b80b rw-p 00024000 08:01 2097209/lib/tls/i686/cmov/libm-2.9.so
b80b3000-b80bc000 r-xp  08:01 2097216
/lib/tls/i686/cmov/libnss_nis-2.9.so
b80bc000-b80bd000 r--p 8000 08:01 2097216
/lib/tls/i686/cmov/libnss_nis-2.9.so
b80bd000-b80be000 rw-p 9000 08:01 2097216
/lib/tls/i686/cmov/libnss_nis-2.9.so
b80be000-b80c5000 r-xp  08:01 2097212
/lib/tls/i686/cmov/libnss_compat-2.9.so
b80c5000-b80c6000 r--p 6000 08:01 2097212
/lib/tls/i686/cmov/libnss_compat-2.9.so
b80c6000-b80c7000 rw-p 7000 08:01 2097212
/lib/tls/i686/cmov/libnss_compat-2.9.so
b80c7000-b80cb000 rw-p b80c7000 00:00 0 
b80cb000-b80cc000 r-xp b80cb000 00:00 0  [vdso]
b80cc000-b80e8000 r-xp  08:01 2080813/lib/ld-2.9.so
b80e8000-b80e9000 r--p 0001b000 08:01 2080813/lib/ld-2.9.so
b80e9000-b80ea000 rw-p 0001c000 08:01 2080813/lib/ld-2.9.so
bf8d4000-bf8e9000 rw-p bffeb000 00:00 0  [stack]
Cancelado

** Affects: bsdgames (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: atc

-- 
atc crashes on exit
https://bugs.launchpad.net/bugs/440910
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 441013] [NEW] The Synaptic Touchpad on my Eee Pc 701 doesn't work correctly

2009-10-02 Thread Paulo Albuquerque
Public bug reported:

I have an Eee PC 701 4G and I installed Karmic Beta today. My touch pad
doesn't seem to work correctly. I can move the cursor, but it doesn't
detect tapping with my finger, I have to use the button.

I see this error in dmesg:
[   17.277222] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input9
[   17.668728] render error detected, EIR: 0x0010
[   17.668738] page table error
[   17.668742]   PGTBL_ER: 0x0100
[   17.668750] [drm:i915_handle_error] *ERROR* EIR stuck: 0x0010, masking
[   17.668768] render error detected, EIR: 0x0010
[   17.668773] page table error
[   17.668777]   PGTBL_ER: 0x0100

ProblemType: Bug
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pmfa   1390 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7eb8000 irq 16'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,104382a1,00100101'
   Controls  : 14
   Simple ctrls  : 9
Date: Sat Oct  3 02:00:13 2009
DistroRelease: Ubuntu 9.10
MachineType: ASUSTeK Computer INC. 701
Package: linux-image-2.6.31-11-generic 2.6.31-11.38
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-11-generic 
root=UUID=4fc85f8a-ce43-43bf-ac22-d7205d9a942a ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-11-generic N/A
 linux-firmware 1.20
SourcePackage: linux
Tags:  ubuntu-unr
Uname: Linux 2.6.31-11-generic i686
XsessionErrors:
 (gnome-settings-daemon:1405): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1405): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:1444): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:1441): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.1/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window
 (polkit-gnome-authentication-agent-1:1479): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
dmi.bios.date: 03/03/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0910
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 701
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0910:bd03/03/2008:svnASUSTeKComputerINC.:pn701:pvrx.x:rvnASUSTeKComputerINC.:rn701:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 701
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 ubuntu-unr

-- 
The Synaptic Touchpad on my Eee Pc 701 doesn't work correctly
https://bugs.launchpad.net/bugs/441013
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 441013] Re: The Synaptic Touchpad on my Eee Pc 701 doesn't work correctly

2009-10-02 Thread Paulo Albuquerque

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/3289/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/3290/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/3291/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/3292/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/3293/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/3294/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/3295/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/3296/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/3297/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/3298/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/3299/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/32888900/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/32888901/ProcModules.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/32888902/RfKill.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/32888903/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/32888904/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/32888905/WifiSyslog.txt

-- 
The Synaptic Touchpad on my Eee Pc 701 doesn't work correctly
https://bugs.launchpad.net/bugs/441013
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414560] Re: ath9k disassociates/reassociates a lot

2009-11-14 Thread Paulo Albuquerque
I have an Eee S101. I had the same issues described here, and I
installed linux-backports-modules-wireless-karmic-generic. The situation
improved a bit, but I still can't manage to get sustained data
transfers.

-- 
ath9k disassociates/reassociates a lot
https://bugs.launchpad.net/bugs/414560
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414560] Re: ath9k disassociates/reassociates a lot

2009-11-24 Thread Paulo Albuquerque
The patch that was incorporated into linux-backports-modules is not a
solution, only a workaround. And it doesn't solve the issues described
as stated by me and many others in the comments.

Please have a look at this kernel bug where a solution is being proposed
http://bugzilla.kernel.org/show_bug.cgi?id=14267 (Disassociating atheros
wlan). Quoting from the proposed bug fix: I did a bisect yesterday on
this, and the results seemed to have worked over here by reverting:
75e6c3b72b3ab01c47629f3fbd0fed4e6550bf3a cfg80211: lower dynamic PS
timeout to 100ms. Hopefully this should provide a real solution.


** Bug watch added: Linux Kernel Bug Tracker #14267
   http://bugzilla.kernel.org/show_bug.cgi?id=14267

-- 
ath9k disassociates/reassociates a lot
https://bugs.launchpad.net/bugs/414560
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480886] [NEW] package ttf-mscorefonts-installer 3.0 failed to install/upgrade:

2009-11-11 Thread Paulo Meireles
Public bug reported:

Binary package hint: msttcorefonts

I can't install it

ProblemType: Package
Architecture: amd64
Date: Wed Nov 11 19:35:43 2009
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
NonfreeKernelModules: nvidia
Package: ttf-mscorefonts-installer 3.0
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.28-3.12-rt
SourcePackage: msttcorefonts
Title: package ttf-mscorefonts-installer 3.0 failed to install/upgrade:
Uname: Linux 2.6.28-3-rt x86_64

** Affects: msttcorefonts (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-package

-- 
package ttf-mscorefonts-installer 3.0 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/480886
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480886] Re: package ttf-mscorefonts-installer 3.0 failed to install/upgrade:

2009-11-11 Thread Paulo Meireles

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35546706/Dependencies.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/35546708/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/35546709/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/35546710/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/35546711/VarLogDistupgradeTermlog.gz

-- 
package ttf-mscorefonts-installer 3.0 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/480886
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480886] Re: package ttf-mscorefonts-installer 3.0 failed to install/upgrade:

2009-11-11 Thread Paulo Meireles
** Changed in: msttcorefonts (Ubuntu)
   Status: New = Fix Committed

** Changed in: msttcorefonts (Ubuntu)
   Status: Fix Committed = Confirmed

-- 
package ttf-mscorefonts-installer 3.0 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/480886
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 467499] Re: seahorse-agent assert failure: ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion failed: (obj (obj-profile_list == NULL) obj-orb)

2009-11-05 Thread Paulo Ferreira
*** This bug is a duplicate of bug 429322 ***
https://bugs.launchpad.net/bugs/429322

How do I get out of this news group? I can't stand these emails about
seahorse anymore!


2009/11/5 Apport retracing service der.pi...@gmail.com

 *** This bug is a duplicate of bug 429322 ***
https://bugs.launchpad.net/bugs/429322

 Thank you for taking the time to report this crash and helping to make
 Ubuntu better.  This particular crash has already been reported and is a
 duplicate of bug #429322, so is being marked as such.  Please look at
 the other bug report to see if there is any missing information that you
 can provide, or to see if there is a workaround for the bug.
 Additionally, any further discussion regarding the bug should occur in
 the other report.  Please continue to report any other bugs you may
 find.

 ** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/34812922/CoreDump.gz

 ** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/34812924/Dependencies.txt

 ** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/34812925/Disassembly.txt

 ** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/34812927/ProcMaps.txt

 ** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/34812928/ProcStatus.txt

 ** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/34812929/Registers.txt

 ** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/34812930/Stacktrace.txt

 ** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/34812931/ThreadStacktrace.txt

 ** This bug has been marked a duplicate of bug 429322
   seahorse-agent assert failure:
 ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion failed: (obj 
 (obj-profile_list == NULL)  obj-orb)

 ** Visibility changed to: Public

 ** Tags removed: need-i386-retrace

 --
 seahorse-agent assert failure:
 ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion failed: (obj 
 (obj-profile_list == NULL)  obj-orb)
 https://bugs.launchpad.net/bugs/467499
 You received this bug notification because you are a direct subscriber
 of a duplicate bug (via bug 429322).

 Status in “seahorse-plugins” package in Ubuntu: New

 Bug description:
 Binary package hint: seahorse-plugins

 I just started the pc when the crash happened

 ProblemType: Crash
 Architecture: i386
 AssertionMessage: ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion
 failed: (obj  (obj-profile_list == NULL)  obj-orb)
 Date: Sat Oct 31 14:54:51 2009
 DistroRelease: Ubuntu 9.10
 ExecutablePath: /usr/bin/seahorse-agent
 Package: seahorse-plugins 2.28.1-0ubuntu3
 ProcCmdline: /usr/bin/seahorse-agent --execute gnome-session
 ProcEnviron:
  LANGUAGE=it_IT.UTF-8
  LANG=it_IT.UTF-8
  SHELL=/bin/bash
 ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
 Signal: 6
 SourcePackage: seahorse-plugins
 StacktraceTop:
  __kernel_vsyscall ()
  raise () from /lib/tls/i686/cmov/libc.so.6
  abort () from /lib/tls/i686/cmov/libc.so.6
  g_assertion_message () from /lib/libglib-2.0.so.0
  g_assertion_message_expr () from /lib/libglib-2.0.so.0
 Title: seahorse-agent assert failure:
 ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion failed: (obj 
 (obj-profile_list == NULL)  obj-orb)
 Uname: Linux 2.6.31-14-generic i686
 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers


-- 
seahorse-agent assert failure: ERROR:iop-profiles.c:606:IOP_generate_profiles: 
assertion failed: (obj  (obj-profile_list == NULL)  obj-orb)
https://bugs.launchpad.net/bugs/467499
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 462168] Re: dual monitors not working on upgrade to karmic

2009-11-02 Thread Paulo Cruz
I have same issue, GeForce 8600 GT + Samsung 2232BW + TV Samsung 32, it
used to work on jaunty simply setting twinview and I had both monitor
working. Now with the 18x driver the TV get blank and with the 173
driver any video that I play fills both the screens instead of filling
just the screen it belongs.

I've tried removing the xorg.conf and setting it with nvidia-xconfig.

-- 
dual monitors not working on upgrade to karmic
https://bugs.launchpad.net/bugs/462168
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 472925] Re: No Audio on ASUS A6Rp Notebook

2009-11-03 Thread Paulo Gala

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35036652/Dependencies.txt

-- 
No Audio on ASUS A6Rp Notebook
https://bugs.launchpad.net/bugs/472925
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 472925] [NEW] No Audio on ASUS A6Rp Notebook

2009-11-03 Thread Paulo Gala
Public bug reported:

After updating Ubuntu, audio cessede to work. When I check sound preferences, 
no device appears under the corresponding tab.
I have a ASUS A6Rp Notebook. Everything was working fine before this update. 
Audio works fine in windows.

ProblemType: Bug
Architecture: i386
CheckboxCommand: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! 
audioconvert ! audioresample ! gconfaudiosink'
CheckboxDescription:
 Click the Test button to play a sound on the automatically detected playback 
device.
 
 Ouviu algum som?
CheckboxSubmission: d693ff6ef714398c3b1b0314cc5c0f12
CheckboxSystem: 77faca7adcd40c35c9f5f4a3b3dd21df
CheckboxTest: playback_auto
Date: Tue Nov  3 16:13:39 2009
DistroRelease: Ubuntu 9.10
Package: python-gst0.10 0.10.17-1
ProcEnviron:
 SHELL=/bin/bash
 LANG=pt_PT.UTF-8
 LANGUAGE=pt_PT.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: gst0.10-python
Tags: checkbox-bug
Uname: Linux 2.6.31-14-generic i686
XsessionErrors:
 (gnome-settings-daemon:1795): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1795): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1901): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1886): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:1885): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -5 and height 24

** Affects: gst0.10-python (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug checkbox-bug i386

-- 
No Audio on ASUS A6Rp Notebook
https://bugs.launchpad.net/bugs/472925
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 465534] [NEW] After resuming from suspend palimpsest complains about hard drive

2009-10-30 Thread Paulo Albuquerque
Public bug reported:

In my Asus Eee 701 after resuming from suspend palimpsest complains
about hard drive parameters. See attached screen shot.

ProblemType: Bug
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   pmfa   1444 F...m pulseaudio
 /dev/snd/controlC0:  pmfa   1444 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7eb8000 irq 16'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,104382a1,00100101'
   Controls  : 14
   Simple ctrls  : 9
CheckboxSubmission: 9497c9892e71edf6773c053d8dce7e75
CheckboxSystem: b62ae224500b03a9fc2c9b6caf3feb14
Date: Fri Oct 30 20:46:32 2009
DistroRelease: Ubuntu 9.10
MachineType: ASUSTeK Computer INC. 701
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=4fc85f8a-ce43-43bf-ac22-d7205d9a942a ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
SourcePackage: linux
Tags:  ubuntu-unr
Uname: Linux 2.6.31-14-generic i686
WifiSyslog:
 
dmi.bios.date: 03/03/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0910
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 701
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0910:bd03/03/2008:svnASUSTeKComputerINC.:pn701:pvrx.x:rvnASUSTeKComputerINC.:rn701:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 701
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 ubuntu-unr

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 465534] Re: After resuming from suspend palimpsest complains about hard drive

2009-10-30 Thread Paulo Albuquerque

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34720479/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34720480/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34720483/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34720484/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34720485/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34720489/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/34720490/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34720491/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/34720492/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34720493/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34720494/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34720496/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34720497/ProcModules.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/34720500/RfKill.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34720502/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34720503/UdevLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34720504/XsessionErrors.txt

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 465534] Re: After resuming from suspend palimpsest complains about hard drive

2009-10-30 Thread Paulo Albuquerque

** Attachment added: palimpsest.png
   http://launchpadlibrarian.net/34720561/palimpsest.png

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 465779] Re: on resuming from suspend -- WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90()

2009-10-31 Thread Paulo Cordeiro

I do not really know what's going on, only the icon of the error report. I 
marked this error by the description offered by the site. I would like to know 
how to fix the error.

Hugs

Paulo Cordeiro

-- 
on resuming from suspend -- WARNING: at 
/build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()
https://bugs.launchpad.net/bugs/465779
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468665] [NEW] 64: WARNING: ECC is NOT currently enabled by the BIOS. Module will NOT be loaded.

2009-11-01 Thread Paulo Ricardo
Public bug reported:

Não sei o que é!!!

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  paulo  2437 F pulseaudio
CRDA: Error: [Errno 2] Arquivo ou diretório não encontrado
Card0.Amixer.info:
 Card hw:0 'V8237'/'VIA 8237 with ALC655 at 0xd400, irq 22'
   Mixer name   : 'Realtek ALC655 rev 0'
   Components   : 'AC97a:414c4760'
   Controls  : 48
   Simple ctrls  : 29
Date: Sun Nov  1 12:17:42 2009
DistroRelease: Ubuntu 9.10
Failure: oops
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate amd64 
(20091020.3)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 vboxnet0  no wireless extensions.
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=95aaac22-c2da-4030-bb6e-ecb6745a703d ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 
SourcePackage: linux
Tags: kernel-oops
Title: 64: WARNING: ECC is NOT currently enabled by the BIOS. Module will NOT 
be loaded.
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 01/09/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: K8M800-8237
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/09/2008:svn:pn:pvr:rvn:rnK8M800-8237:rvr:cvn:ct3:cvr:

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops kernel-oops

-- 
64: WARNING: ECC is NOT currently enabled by the BIOS. Module will NOT be 
loaded.
https://bugs.launchpad.net/bugs/468665
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 468665] Re: 64: WARNING: ECC is NOT currently enabled by the BIOS. Module will NOT be loaded.

2009-11-01 Thread Paulo Ricardo

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34868527/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/34868530/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/34868534/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34868543/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34868551/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/34868552/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/34868553/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34868554/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34868555/Dependencies.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34868557/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/34868559/Lsusb.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/34868560/OopsText.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34868562/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34868563/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34868564/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34868566/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34868567/UdevDb.txt

** Attachment added: UdevLog.gz
   http://launchpadlibrarian.net/34868568/UdevLog.gz

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/34868569/WifiSyslog.txt

-- 
64: WARNING: ECC is NOT currently enabled by the BIOS. Module will NOT be 
loaded.
https://bugs.launchpad.net/bugs/468665
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394962] [NEW] package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo post-installation script retornou estado de sa?da de erro 1

2009-07-02 Thread PAULO SALLE
Public bug reported:

package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo
post-installation script retornou estado de sa?da de erro 1

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: sub-processo post-installation script retornou estado de saída de 
erro 1
NonfreeKernelModules: nvidia
Package: yiff-server 2.14.5-5.1
SourcePackage: yiff
Title: package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo 
post-installation script retornou estado de saída de erro 1
Uname: Linux 2.6.28-13-generic i686

** Affects: yiff (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo 
post-installation script retornou estado de sa?da de erro 1
https://bugs.launchpad.net/bugs/394962
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 394962] Re: package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo post-installation script retornou estado de sa?da de erro 1

2009-07-02 Thread PAULO SALLE

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28643106/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/28643107/DpkgTerminalLog.txt

-- 
package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo 
post-installation script retornou estado de sa?da de erro 1
https://bugs.launchpad.net/bugs/394962
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305968] Re: 3G ZTE MF622 modem does not work with static hal FDIs

2009-04-27 Thread Paulo Neto
my modem has the same problem, but I fixed it...

 match key=@info.parent:usb.vendor_id int=0x19d2
!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech --
match key=@info.parent:usb.product_id int_outof=0x0001;0xfffe
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistIS-707-A/append
  /match
/match
!-- ZTE MF626 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x2000
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- Onda MSA501HS HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0001
  match key=@info.parent:usb.interface.number int=2
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- ZTE MF628 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0015
  match key=@info.parent:usb.interface.number int=3
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- ONDA MF632 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0002
  match key=@info.parent:usb.interface.number int=2
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
  /match
it's work. The modem have 2 ttyusb... and with this fix.. the ttyusb0 works 
with cdma and ttyusb2 works with gsm.
Bye!!

-- 
3G ZTE MF622 modem does not work with static hal FDIs
https://bugs.launchpad.net/bugs/305968
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305968] Re: 3G ZTE MF622 modem does not work with static hal FDIs

2009-04-27 Thread Paulo Neto
my modem has the same problem, but I fixed it...

 match key=@info.parent:usb.vendor_id int=0x19d2
!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech --
match key=@info.parent:usb.product_id int_outof=0x0001;0xfffe
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistIS-707-A/append
  /match
/match
!-- ZTE MF626 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x2000
  match key=@info.parent:usb.interface.number int=0
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- Onda MSA501HS HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0001
  match key=@info.parent:usb.interface.number int=2
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- ZTE MF628 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0015
  match key=@info.parent:usb.interface.number int=3
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
!-- ONDA MF632 HSDPA USB dongle --
match key=@info.parent:usb.product_id int=0x0002
  match key=@info.parent:usb.interface.number int=2
append key=modem.command_sets type=strlistGSM-07.07/append
append key=modem.command_sets type=strlistGSM-07.05/append
  /match
/match
  /match
it's work. The modem have 2 ttyusb... and with this fix.. the ttyusb0 works 
with cdma and ttyusb2 works with gsm.
Bye!!

-- 
3G ZTE MF622 modem does not work with static hal FDIs
https://bugs.launchpad.net/bugs/305968
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164298] Re: [Usability] The PDF export implementation in UI is not good

2009-06-24 Thread Paulo Albuquerque
For me this isn't specially strange. A pdf is a document, in the sense
that it is a finished work (no more editing or fiddling is possible), so
I think that people can easily understand what printing to pdf means.
And actually this exact functionality has become very popular in Windoze
systems. There are a few packages that provide a virtual printer that
prints to pdf (CutePDF, PDFCreator, etc...).

Having this functionality in CUPS is very nice. As stated before by
Martin-Éric, don't confuse this with the options of a particular
application.

-- 
[Usability] Print  Print To File - Export to PDF...
https://bugs.launchpad.net/bugs/164298
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 392954] [NEW] package yiff-server 2.14. 5-5.1 failed to install/upgrade: sub-processo post-ins tallation script retornou estado de saída de erro 1

2009-06-27 Thread Paulo Correia
Public bug reported:

I've had a error installing this package. I would like to understand
this error.

My machine is

Aspeire 4520 
AMD Turion 64x
2GHz RAM
250GB ROM
Nvidia GEFORCE 7000

Estou usando a versão 9.04

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: sub-processo post-installation script retornou estado de saída de 
erro 1
NonfreeKernelModules: nvidia
Package: yiff-server 2.14.5-5.1
SourcePackage: yiff
Title: package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo 
post-installation script retornou estado de saída de erro 1
Uname: Linux 2.6.28-13-generic i686

** Affects: yiff (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo 
post-installation script retornou estado de saída de erro 1
https://bugs.launchpad.net/bugs/392954
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 392954] Re: package yiff-server 2.14.5-5 .1 failed to install/upgrade: sub-processo post-instal lation script retornou estado de saída de erro 1

2009-06-27 Thread Paulo Correia

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28465217/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/28465218/DpkgTerminalLog.txt

-- 
package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo 
post-installation script retornou estado de saída de erro 1
https://bugs.launchpad.net/bugs/392954
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 305120] Re: upgrade required to compile under new gcc

2009-06-05 Thread Paulo Assis
Fixed for karmic with upgrade to 1.1.0

** Changed in: guvcview (Ubuntu)
   Status: New = Fix Released

-- 
upgrade required to compile under new gcc
https://bugs.launchpad.net/bugs/305120
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 312756] Re: support graphics card hot switch

2009-06-08 Thread Paulo Cabido
Sony Vaio FW11M with a ATI 3400 Series (3470).

01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon
HD 3400 Series

** Attachment added: Sony_Vaio_FW11M_ATI_DSDT.dsl
   http://launchpadlibrarian.net/27658829/Sony_Vaio_FW11M_ATI_DSDT.dsl

-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 397209] Re: Lightning callendar doesn't appear in thunderbird

2009-07-10 Thread Paulo Nunes
I installed lightning from the net.
Lightning  does appear, but the today date part is shown blank.
I´m using Thunderbird 2.0.0.22 and Lightning 0.9.

-- 
Lightning callendar doesn't appear in thunderbird
https://bugs.launchpad.net/bugs/397209
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver

2009-07-14 Thread Paulo Carvalho

I replace the vino with x11vnc before that there is no real fix
I use gnome but with krfb and KRDC there is the same problem, screen not 
refresh in client machine 

My temporary work around and not a fix
# sudo apt-get remove vino
# killall vino-server
# sudo apt-get install x11vnc
# x11vnc -storepasswd password /path/to/passfile
# x11vnc -rfbauth /path/to/passfile 
# x11vnc --noxdamage -rfbauth /path/to/passfile -forever -ncache 10   
/dev/null

-- 
Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx 
driver
https://bugs.launchpad.net/bugs/353126
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389610] Re: Keyboard layout wrong versus correct time zone selected

2009-06-19 Thread Paulo Pereira

** Attachment added: timezoneVSkeyboard.zip
   http://launchpadlibrarian.net/28120891/timezoneVSkeyboard.zip

-- 
Keyboard layout wrong versus correct time zone selected
https://bugs.launchpad.net/bugs/389610
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389610] [NEW] Keyboard layout wrong versus correct time zone selected

2009-06-19 Thread Paulo Pereira
Public bug reported:

Binary package hint: ubiquity

After selecting Lisbon (Portugal) as my time zone, the next screen suggested 
the USA keyboard instead of the Portuguese keyboard.
I attached screenshots of the two screens.

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Keyboard layout wrong versus correct time zone selected
https://bugs.launchpad.net/bugs/389610
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254968] Re: CAPS LOCK doesn't work in rdesktop 1.6 (intrepid)

2009-03-31 Thread Paulo Brito
Mark Simms' solution worked for me, in Intrepid.

-- 
CAPS LOCK doesn't work in rdesktop 1.6 (intrepid)
https://bugs.launchpad.net/bugs/254968
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381990] [NEW] package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo post-installation script retornou estado de sa?da de erro 1

2009-05-30 Thread Paulo Correia
Public bug reported:

it has not been installed. I don't know why. help me how...

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: sub-processo post-installation script retornou estado de saída de 
erro 1
NonfreeKernelModules: nvidia
Package: yiff-server 2.14.5-5.1
SourcePackage: yiff
Title: package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo 
post-installation script retornou estado de saída de erro 1
Uname: Linux 2.6.28-11-generic i686

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo 
post-installation script retornou estado de sa?da de erro 1
https://bugs.launchpad.net/bugs/381990
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 381990] Re: package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo post-installation script retornou estado de sa?da de erro 1

2009-05-30 Thread Paulo Correia

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/27309500/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/27309501/DpkgTerminalLog.txt

-- 
package yiff-server 2.14.5-5.1 failed to install/upgrade: sub-processo 
post-installation script retornou estado de sa?da de erro 1
https://bugs.launchpad.net/bugs/381990
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215785] Re: Only one core working on dual core CPU

2008-10-03 Thread Paulo Dias
I'm experiencing the same problem with intrepid beta 1 and a turion
tl-60 x2.. i need to activate nolapic in order to be able to
suspend/resume (if i dont, it just hangs), BUT i loose a cpu. i suspect
the resume/suspend failure is a smp issue, since it works fine with one
cpu disable via nolapic.

-- 
Only one core working on dual core CPU
https://bugs.launchpad.net/bugs/215785
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 280490] Re: Virgin Australia Broadband 3G cannot connect in Intrepid Beta

2008-10-09 Thread Paulo Braganholo
I have the same problem, but with the CTBC Telecom in Brazil.

-- 
Virgin Australia Broadband 3G cannot connect in Intrepid Beta
https://bugs.launchpad.net/bugs/280490
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 260683] Re: Hardware testing crashes on audio playback test

2008-09-08 Thread Paulo Albuquerque
I tested Intrepid alpha 5 with my Eee PC 701, 512MB / 4GB and got this
crash.

-- 
Hardware testing crashes on audio playback test
https://bugs.launchpad.net/bugs/260683
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126140] Re: snd_hda_intel fails to unload (or unload correctly) on shut down; laptop fails to halt

2008-09-08 Thread Paulo Albuquerque
The powersaving trick works, my EeePc (4G) doesn't hang on poweroff
anymore. And I didn't notice any odd behavior playing sounds, nor any
lag. Assuming this will also save some battery life I will start using
it.

I followed the instructions supplied at the thinkwiki link. To write to
sysfs you need to logon as root, using sudo won't work. So create a
password for root, or better yet, include those commands in an init
script.

Thanks Sitsofe!

-- 
snd_hda_intel fails to unload (or unload correctly) on shut down; laptop fails 
to halt
https://bugs.launchpad.net/bugs/126140
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126140] Re: snd_hda_intel fails to unload (or unload correctly) on shut down; laptop fails to halt

2008-09-10 Thread Paulo Albuquerque
Sitsofe:
Thanks for the tip on sudo. I have been investigating and there is yet another 
way for setting those parameters using the sysctl command. And it looks like 
the correct/best way of perpetuating the settings is through the 
/etc/sysctl.conf file, that loads sysctl values at boot time. See 
http://www.linux.com/feature/146599.

-- 
snd_hda_intel fails to unload (or unload correctly) on shut down; laptop fails 
to halt
https://bugs.launchpad.net/bugs/126140
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182489] Re: Atheros wireless (AR5007) not working on various laptops, including the ASUS Eee PC

2008-09-05 Thread Paulo Albuquerque
Tested my EEE Pc 4G with Intrepid Alpha 5. Wireless still not working
out of the box. I attached the full dmesg but I think the relevant part
is:

[   76.490562] Atheros(R) L2 Ethernet Driver - version 2.0.4
[   76.490572] Copyright (c) 2007 Atheros Corporation.
[   76.490660] atl2 :03:00.0: PCI INT A - GSI 17 (level, low) - IRQ 17
[   76.490683] atl2 :03:00.0: setting latency timer to 64
[   76.493162] ath_hal: module license 'Proprietary' taints kernel.
[   76.60] ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, 
RF2413, RF5413)
[   77.173177] wlan: 0.9.4
[   77.385045] ath_pci: 0.9.4
[   77.385139] ath_pci :01:00.0: PCI INT A - GSI 18 (level, low) - IRQ 18
[   77.385159] ath_pci :01:00.0: setting latency timer to 64
[   77.433447] wifi%d: unable to attach hardware: 'Hardware revision not 
supported' (HAL status 1
3)
[   77.433561] ath_pci :01:00.0: PCI INT A disabled
[   79.042805] ath5k_pci :01:00.0: enabling device ( - 0002)
[   79.042831] ath5k_pci :01:00.0: PCI INT A - GSI 18 (level, low) - IRQ 
18
[   79.042858] ath5k_pci :01:00.0: setting latency timer to 64
[   79.042927] ath5k_pci :01:00.0: registered as 'phy0'
[   79.052978] ath5k phy0: failed to wakeup the MAC Chip
[   79.053090] ath5k_pci :01:00.0: PCI INT A disabled
[   79.169636] ath5k_pci: probe of :01:00.0 failed with error -5


** Attachment added: dmesg-alpha5-eee.txt
   http://launchpadlibrarian.net/17326479/dmesg-alpha5-eee.txt

-- 
Atheros wireless (AR5007) not working on various laptops, including the ASUS 
Eee PC
https://bugs.launchpad.net/bugs/182489
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126140] Re: snd_hda_intel fails to unload (or unload correctly) on shut down; laptop fails to halt

2008-09-05 Thread Paulo Albuquerque
Tested my EeePC 701 (4G) with Intrepid Alpha 5. The module still fails
to unload correctly.

-- 
snd_hda_intel fails to unload (or unload correctly) on shut down; laptop fails 
to halt
https://bugs.launchpad.net/bugs/126140
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182490] Re: Wireless switch on Eee PC needs pciehp to work correctly

2008-09-05 Thread Paulo Albuquerque
Tested my EeePC 701 (4G) with Intrepid Alpha 5. The wireless key still
doesn't function out of the box.

-- 
Wireless switch on Eee PC needs pciehp to work correctly
https://bugs.launchpad.net/bugs/182490
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232170] Re: EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu (8.04 Hardy LTS, Intrepid Alpha 1)

2008-09-05 Thread Paulo Albuquerque
Tested my EeePC 701 (4G) with Intrepid Alpha 5. The function keys are
still not working as expected:

Fn+F1   Standby  Works
Fn+F2   WiFi-enable Does not work
Fn+F3/F4  Brightness controlWorks but with a lot of lag, not as responsive 
as usual
Fn+F5   VGA-toggle Does Volume up?!
Fn+F6   Task-Manager Does not work
Fn+F7   Mute/Unmute  Does not work
Fn+F8   Volume down  Does not work
Fn+F9   Volume up  Does not work

-- 
EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu 
(8.04 Hardy LTS, Intrepid Alpha 1)
https://bugs.launchpad.net/bugs/232170
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 195221] Re: Wrong UDMA mode due to error in 40/80 wire cable detection

2008-09-05 Thread Paulo Albuquerque
Tested my EeePC 701 (4G) with Intrepid Alpha 5. The issue appears to be
solved:

[   10.324470] ata2.00: ATA-4: SILICONMOTION SM223AC, , max UDMA/66
[   10.324481] ata2.00: 7815024 sectors, multi 0: LBA 
[   10.340394] ata2.00: configured for UDMA/66
[   10.340825] scsi 2:0:0:0: Direct-Access ATA  SILICONMOTION SM n/a  
PQ: 0 ANSI: 5

** Attachment added: dmesg-alpha5-eee.txt
   http://launchpadlibrarian.net/17330154/dmesg-alpha5-eee.txt

-- 
Wrong UDMA mode due to error in 40/80 wire cable detection
https://bugs.launchpad.net/bugs/195221
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121001] Gmail password problem

2007-06-18 Thread Paulo Jacob
Public bug reported:

Binary package hint: kopete

When my gmail password ended with a ! (exclamation mark) the jabber plugin 
save the password in the wrong format. 
Process:

Create new account
Login into gtalk
First time works fine
Restart kopete
Kopete will not be able to login to gtalk

** Affects: kdenetwork (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Gmail password problem
https://bugs.launchpad.net/bugs/121001
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121001] Re: Gmail password problem

2007-06-18 Thread Paulo Jacob
The message that it returns is login failed with unknown reason. When
editing the account settings it's clear that the password field as know
more characters then before.

-- 
Gmail password problem
https://bugs.launchpad.net/bugs/121001
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    1   2   3   4   5   6   7   8   9   10   >