[Bug 532984] Re: Ubuntu 10.04 Alpha 3 won't boot on HP Compaq Pentium 4; displays an irrelevant Glib warning on the console

2010-05-29 Thread Andreas Schoenegger
Getting this generic error message on two (very different machines: 1 Acer 
Netbook, 1 HP Centrino Laptop)!
Machine A runs 10.04 LTS Netbook edition, error first occured maybe one week 
now.
Machine B runs 10.04 LTS 32 Bit, worked fine until last reboot I did this 
morning (an update must have broken something?)

Booting with Live CDs works fine on both machines!

-- 
Ubuntu 10.04 Alpha 3 won't boot on HP Compaq Pentium 4; displays an irrelevant 
Glib warning on the console
https://bugs.launchpad.net/bugs/532984
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 544469] Re: iSight webcam on Macbook Pro does not work

2010-05-29 Thread tenuki
I think ridgerunner's analysis of this as 2 bugs is spot-on.

Can I just confirm that none of the following has fixed this for me:

- installing latest isight-firmware-tools
- completely purging isight-firmware-tools
- flushing PVRAM
- compiling new uvcvideo
- installing upstream kernel

Any other ideas?

-- 
iSight webcam on Macbook Pro does not work
https://bugs.launchpad.net/bugs/544469
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 318625] Re: Rhythmbox shouldn't set illegal / special characters on filenames (i.e. "?"; question mark) when ripping to NTFS volumes

2010-05-29 Thread Rygle
A follow-up on my last comment.

Please note that Wine has a "bug-for-bug" policy when it comes to working with 
the windows API.
See http://wiki.winehq.org/WineFeatures

In other words, if the actual implementation disagrees with the
documentation, then the implementation wins. There is a lot of sense to
this policy, as the end goal is full interoperability, or "Binary
Compatibility" as mentioned on the page I have referenced.

This should be the same with the NTFS-3G driver. If the NTFS
documentation says full POSIX namespace support, but the NTFS
implementation differs, the implementation should win. In our case,
there are characters that are legal in the documentation, even if it is
not Microsoft's documentation, but every known official implementation
of NTFS does not allow full POSIX namespace support.

For the sake of full interoperability, this bug should not be fixed in
individual apps, but in the NTFS-3G code, just like similar issues are
dealt with on a "bug-for-bug" basis in the Wine code.

-- 
Rhythmbox shouldn't set illegal / special characters on filenames (i.e. "?"; 
question mark) when ripping to NTFS volumes
https://bugs.launchpad.net/bugs/318625
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 398520] Re: Disk mounter: Icon for encrypted disk unclear as to whether currently mounted/unlocked

2010-05-29 Thread Dave Gilbert
I think we might be able to close this.  In Lucid the behavior is a little 
different; now it doesn't show any
padlock when unmounted, and adds the padlock when unlocked - that seems to work 
well.

Dave

-- 
Disk mounter: Icon for encrypted disk unclear as to whether currently 
mounted/unlocked
https://bugs.launchpad.net/bugs/398520
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 586821] Re: FTBFS on all architectures

2010-05-29 Thread Артём Попов
Also, of use might be a more simple debdiff, which violates python-
policy (as the original Debian package does), but provides a working
ffado-mixer. Here it is.

** Patch added: "libffado_2.0.0+svn1813-1ubuntu1.debdiff"
   
http://launchpadlibrarian.net/49309233/libffado_2.0.0%2Bsvn1813-1ubuntu1.debdiff

-- 
FTBFS on all architectures
https://bugs.launchpad.net/bugs/586821
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 586821] Re: FTBFS on all architectures

2010-05-29 Thread Артём Попов
Here it is:

$ LANG=C ffado-mixer 
Traceback (most recent call last):
  File "/usr/bin/ffado-mixer", line 34, in 
sys.exit(ffadomain(sys.argv))
  File "/usr/lib/pymodules/python2.6/ffado/ffadowindow.py", line 195, in 
ffadomain
mainwindow = FFADOWindow(None)
  File "/usr/lib/pymodules/python2.6/ffado/ffadowindow.py", line 65, in __init__
self.manager = PanelManager(self)
  File "/usr/lib/pymodules/python2.6/ffado/panelmanager.py", line 101, in 
__init__
self.status = PanelManagerStatus(self)
  File "/usr/lib/pymodules/python2.6/ffado/panelmanager.py", line 66, in 
__init__
uicLoad("ffado/panelmanagerstatus", self)
  File "/usr/lib/pymodules/python2.6/ffado/config.py", line 33, in uicLoad
uic.loadUi(os.path.join(UIDIR,file), object)
  File "/usr/lib/pymodules/python2.6/PyQt4/uic/__init__.py", line 177, in loadUi
return DynamicUILoader().loadUi(uifile, baseinstance)
  File "/usr/lib/pymodules/python2.6/PyQt4/uic/Loader/loader.py", line 21, in 
loadUi
return self.parse(filename)
  File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 804, in parse
document = parse(filename)
  File "/usr/lib/python2.6/xml/etree/ElementTree.py", line 862, in parse
tree.parse(source, parser)
  File "/usr/lib/python2.6/xml/etree/ElementTree.py", line 579, in parse
source = open(source, "rb")
IOError: [Errno 2] No such file or directory: 
'/usr/lib/python2.6/dist-packages/ffado/panelmanagerstatus.ui'
Exception AttributeError: 'manager' in > ignored
PanelManager.__del__()
Exception AttributeError: "'PanelManager' object has no attribute 'polltimer'" 
in > ignored

-- 
FTBFS on all architectures
https://bugs.launchpad.net/bugs/586821
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 587226] Re: virt-manager cannot start module libvirt not found

2010-05-29 Thread PascalCavy

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/49309102/Dependencies.txt

-- 
virt-manager cannot start module libvirt not found
https://bugs.launchpad.net/bugs/587226
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 587226] [NEW] virt-manager cannot start module libvirt not found

2010-05-29 Thread PascalCavy
Public bug reported:

Binary package hint: virt-manager

since 4 days i cannot start virt-manager anymore

$ virt-manager
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager.py", line 26, in 
import libvirt
ImportError: No module named libvirt

reinstalling fixes nothing :

$ sudo apt-get install libvirt
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Aucune version du paquet libvirt n'est disponible, mais il existe dans la base
de données. Cela signifie en général que le paquet est manquant, qu'il est 
devenu obsolète
ou qu'il n'est disponible que sur une autre source
E: Aucun paquet ne correspond au paquet libvirt

$ sudo apt-get install python-libvirt 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
python-libvirt est déjà la plus récente version disponible.
python-libvirt passé en « installé manuellement ».
Les paquets suivants ont été installés automatiquement et ne sont plus 
nécessaires :
  libyaml-syck-perl linux-headers-2.6.32-21-generic libawl-php 
linux-headers-2.6.32-21
  libdbd-pg-perl libyaml-perl
Veuillez utiliser « apt-get autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

$ dpkg -l python-libvirt
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| 
État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom   Version   Description
+++-=-=-==
ii  python-libvirt0.7.5-5ubuntu27   libvirt Python bindings

$ sudo apt-get install --reinstall python-libvirt
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus 
nécessaires :
  libyaml-syck-perl linux-headers-2.6.32-21-generic libawl-php 
linux-headers-2.6.32-21
  libdbd-pg-perl libyaml-perl
Veuillez utiliser « apt-get autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 0 non mis 
à jour.
Il est nécessaire de prendre 0o/57,4ko dans les archives.
Après cette opération, 0o d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer [O/n] ? 
(Lecture de la base de données... 143470 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de python-libvirt 0.7.5-5ubuntu27 (en utilisant 
.../python-libvirt_0.7.5-5ubuntu27_amd64.deb) ...
Dépaquetage de la mise à jour de python-libvirt ...
Paramétrage de python-libvirt (0.7.5-5ubuntu27) ...

Traitement des actions différées (« triggers ») pour « python-
central »...

$ virt-manager
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager.py", line 26, in 
import libvirt
ImportError: No module named libvirt

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: virt-manager 0.8.2-2ubuntu8
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
Architecture: amd64
Date: Sat May 29 14:18:38 2010
InstallationMedia: Kubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: virt-manager

** Affects: virt-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
virt-manager cannot start module libvirt not found
https://bugs.launchpad.net/bugs/587226
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 350450] Re: drivemount_applet showing two CD icons for audio cd

2010-05-29 Thread Dave Gilbert
Still present in Lucid

-- 
drivemount_applet showing two CD icons for audio cd
https://bugs.launchpad.net/bugs/350450
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 413950] Re: Incorrect cursor positioning in Firefox.

2010-05-29 Thread Dave Gilbert
Looks good to me.

-- 
Incorrect cursor positioning in Firefox.
https://bugs.launchpad.net/bugs/413950
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 438892] Re: Vocoder plugin doesn't work with non-English locale: "Nyquist didn't return audio"

2010-05-29 Thread Benjamin Drung
The language issue is fixed. audacity behaves the same regardless of the
selected language. "Nyquist did not return audio." is only shown if you
try to apply the vocoder on silence. Please open a new bug report if you
want this message fixed for silence.

-- 
Vocoder plugin doesn't work with non-English locale: "Nyquist didn't return 
audio"
https://bugs.launchpad.net/bugs/438892
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 504550] Re: Add genre filter pane

2010-05-29 Thread Bug Watch Updater
** Changed in: banshee
   Status: Confirmed => In Progress

-- 
Add genre filter pane
https://bugs.launchpad.net/bugs/504550
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 572617] Re: [regression-release] Compiz fails to decorate windows after upgrade

2010-05-29 Thread Lance Alligood
The source of the problem does appear to be related to something in the
user's home. I have 2 user accounts on my machine & the problem only
manifests itself for *one* of the user sessions. Like many of the folks
here, I originally upgraded from Karmic -> Lucid. I also later went to
the trouble of installing Lucid fresh onto my / partition (& left my
/home partition intact) yet I'm still having the problem.

Currently I'm using the '/usr/bin/compiz --replace' startup application
as a workaround.

Thank you for your help with this & I hope you find my information
useful.

-- 
[regression-release] Compiz fails to decorate windows after upgrade
https://bugs.launchpad.net/bugs/572617
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 576601] Re: [MacBookPro 7, 1]mcp89 sata link reset fails, no disks detected

2010-05-29 Thread Roderick MacKenzie
There is a link at the top of the page to
https://bugzilla.kernel.org/show_bug.cgi?id=15923 .  It seems to have
been assigned priority P1 (most important) so may be we will see a patch
soon.  figures crossed.

@Hugo, year I should should have bought a think pad or a dell, but well
they don't have light up keyboards! ;-)

-- 
[MacBookPro 7,1]mcp89 sata link reset fails, no disks detected
https://bugs.launchpad.net/bugs/576601
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 587186] Re: libc6 upgrade fails: illegal instruction

2010-05-29 Thread Matthias Klose
which processor is this? anything older than i686 isn't supported in
maverick


** Changed in: eglibc (Ubuntu)
   Status: New => Incomplete

-- 
libc6 upgrade fails: illegal instruction
https://bugs.launchpad.net/bugs/587186
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 587225] Re: package libmpeg2-4 0.4.1-3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2010-05-29 Thread saneesh veetil

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/49309103/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/49309104/Dependencies.txt

** Attachment added: "Df.txt"
   http://launchpadlibrarian.net/49309105/Df.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/49309106/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/49309107/DpkgTerminalLog.txt

-- 
package libmpeg2-4 0.4.1-3 failed to install/upgrade: subprocess installed 
post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/587225
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 587225] [NEW] package libmpeg2-4 0.4.1-3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2010-05-29 Thread saneesh veetil
Public bug reported:

Binary package hint: mpeg2dec

su...@sunny-laptop:~$ sudo aptitude purge gstreamer0.10-plugins-ugly 
liba52-0.7.4 libopencore-amrwb0 libtwolame0 libopencore-amrnb0 libsidplay1 
libmpeg2-4 libid3tag0
[sudo] password for sunny: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initialising package states... Done
The following packages will be REMOVED:
  gstreamer0.10-plugins-ugly{p} liba52-0.7.4{p} libid3tag0{p} libmpeg2-4{p} 
libopencore-amrnb0{p} libopencore-amrwb0{p} 
  libsidplay1{p} libtwolame0{p} 
The following partially installed packages will be configured:
  libmad0 
0 packages upgraded, 0 newly installed, 8 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 2,634kB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
(Reading database ... 136473 files and directories currently installed.)
Removing gstreamer0.10-plugins-ugly ...
Removing liba52-0.7.4 ...
dpkg (subprocess): unable to execute installed post-removal script: Exec format 
error
dpkg: error processing liba52-0.7.4 (--purge):
 subprocess installed post-removal script returned error exit status 2
Removing libid3tag0 ...
dpkg (subprocess): unable to execute installed post-removal script: Exec format 
error
dpkg: error processing libid3tag0 (--purge):
 subprocess installed post-removal script returned error exit status 2
Removing libmpeg2-4 ...
dpkg (subprocess): unable to execute installed post-removal script: Exec format 
error
dpkg: error processing libmpeg2-4 (--purge):
 subprocess installed post-removal script returned error exit status 2
Removing libopencore-amrnb0 ...
dpkg (subprocess): unable to execute installed post-removal script: Exec format 
error
dpkg: error processing libopencore-amrnb0 (--purge):
 subprocess installed post-removal script returned error exit status 2
No apport report written because MaxReports has already been reached
Removing 
libopencore-amrwb0 ...
dpkg (subprocess): unable to execute installed post-removal script: Exec format 
error
dpkg: error processing libopencore-amrwb0 (--purge):
 subprocess installed post-removal script returned error exit status 2
No apport report written because MaxReports has already been reached
Removing 
libsidplay1 ...
dpkg (subprocess): unable to execute installed post-removal script: Exec format 
error
dpkg: error processing libsidplay1 (--purge):
 subprocess installed post-removal script returned error exit status 2
No apport report written because MaxReports has already been reached
Removing 
libtwolame0 ...
dpkg (subprocess): unable to execute installed post-removal script: Exec format 
error
dpkg: error processing libtwolame0 (--purge):
 subprocess installed post-removal script returned error exit status 2
No apport report written because MaxReports has already been reached
Errors were 
encountered while processing:
 liba52-0.7.4
 libid3tag0
 libmpeg2-4
 libopencore-amrnb0
 libopencore-amrwb0
 libsidplay1
 libtwolame0
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up libmad0 (0.15.1b-4ubuntu1) ...
dpkg (subprocess): unable to execute installed post-installation script: Exec 
format error
dpkg: error processing libmad0 (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 libmad0
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information   
Initialising package states... Done
Writing extended state information... Done

su...@sunny-laptop:~$ sudo dpkg --clear-avail
su...@sunny-laptop:~$ sudo dpkg --configure -a
Setting up libmad0 (0.15.1b-4ubuntu1) ...
dpkg (subprocess): unable to execute installed post-installation script: Exec 
format error
dpkg: error processing libmad0 (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 libmad0
su...@sunny-laptop:~$ LANG=C;sudo aptitude install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
The following packages will be REMOVED:
  liba52-0.7.4{p} libid3tag0{p} libmpeg2-4{p} libopencore-amrnb0{p} 
libopencore-amrwb0{p} libsidplay1{p} libtwolame0{p} 
The following partially installed packages will be configured:
  libmad0 
0 packages upgraded, 0 newly installed, 7 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 1323kB will be freed.
Do you 

[Bug 528286] Re: gwibber-accounts crashed with ServerError in _request()

2010-05-29 Thread Camille Appert
Sorry, I have had this bug on my task list for a long time, I'll do it next 
week.
As this only happen after a Karmic -> Lucid update I have to run a VM, so it 
can take some time.

-- 
gwibber-accounts crashed with ServerError in _request()
https://bugs.launchpad.net/bugs/528286
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 587223] [NEW] missing option for hidding the content while moving a window

2010-05-29 Thread Jérôme
Public bug reported:

Binary package hint: obconf

In obconf, I couldn't find any option which could allow me to hide the
content of the windows while moving them.

There is an option which disable the refresh while resizing. However,
the content of is moved at the same time.

I need this option in order to see the above windows when moving a
window. Moreover, it would lower resources consumption in order to spare
energy on my laptop.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: obconf 2.0.3-3build1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Sat May 29 14:06:44 2010
InstallationMedia: Xubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100427.1)
ProcEnviron:
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: obconf

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


** Tags: apport-bug i386 lucid

-- 
missing option for hidding the content while moving a window
https://bugs.launchpad.net/bugs/587223
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 540126] Re: Please upgrade bluefish to 2.0.0 version

2010-05-29 Thread Daniel Leidert
A simple `apt-get install $package" has no effect on an installed
package, which you should already know, when you use a Debian-based
Linux. You have to tell apt-get, that you want to install the package
again via the `--reinstall' switch. Comment #9 is probably wrong. I
doubt you have really reinstalled the package.

Besides possible (obvious) ways to restore the key: e.g. removing the
package and installing it again or following the two alternative ways
described on my pages (there are 3 ways of getting the key - via
package, via key from my server and via public key servers), you can
simply run:

apt-get install --reinstall wgdd-archive-keyring

Please read the information I provided. I'm not willing to give you
personal assistance for things, which have already been described.

-- 
Please upgrade bluefish to 2.0.0 version
https://bugs.launchpad.net/bugs/540126
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 587223] Re: missing option for hidding the content while moving a window

2010-05-29 Thread Jérôme

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/49308627/Dependencies.txt

-- 
missing option for hidding the content while moving a window
https://bugs.launchpad.net/bugs/587223
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 587037] Re: Probable mode switching problems with radeon driver and X300 PCIE chip

2010-05-29 Thread Bryce Harrington
** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New => Confirmed

-- 
Probable mode switching problems with radeon driver and X300 PCIE chip
https://bugs.launchpad.net/bugs/587037
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 587045] Re: Pressing a key causes displaying it multiple times

2010-05-29 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu)
   Status: New => Confirmed

-- 
Pressing a  key causes displaying it multiple times
https://bugs.launchpad.net/bugs/587045
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 587136] Re: Resume failure in Toshiba Satellite U400

2010-05-29 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New => Confirmed

-- 
Resume failure in Toshiba Satellite U400
https://bugs.launchpad.net/bugs/587136
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 468519] Re: wpa_supplicant causes system to crash.

2010-05-29 Thread Larry the cableguy
my problem has gone away after disabling 802.11n in my router. on b/g
network settings no problems on wpa

-- 
wpa_supplicant causes system to crash.
https://bugs.launchpad.net/bugs/468519
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 570926] Re: package fglrx 2:8.723.1-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-05-29 Thread Jean-Baptiste Lallement
Thanks for your report.

The fglrx build failed against 2.6.33  because the header file
utsrelease.h has been moved from /usr/src/linux-
headers-2.6.32-21-generic/include/linux/utsrelease.h to /usr/src/linux-
headers-(kernel version >=
2.6.33)-generic/include/generated/utsrelease.h

However I'm closing this report because it's not supported in Lucid.
Don't hesitate to submit any new bug.

** Changed in: fglrx-installer (Ubuntu)
   Status: New => Invalid

-- 
package fglrx 2:8.723.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10
https://bugs.launchpad.net/bugs/570926
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 579079] Re: package fglrx 2:8.723.1-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10)

2010-05-29 Thread Jean-Baptiste Lallement
Thanks for your report.

The fglrx build failed against 2.6.33  because the header file
utsrelease.h has been moved from /usr/src/linux-
headers-2.6.32-21-generic/include/linux/utsrelease.h to /usr/src/linux-
headers-(kernel version >=
2.6.33)-generic/include/generated/utsrelease.h

However I'm closing this report because it's not supported in Lucid.
Don't hesitate to submit any new bug.

** Changed in: fglrx-installer (Ubuntu)
   Status: New => Invalid

-- 
package fglrx 2:8.723.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10)
https://bugs.launchpad.net/bugs/579079
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 586968] Re: Mouse dies for entire KVM switch when 10.04 / Lucid machine connected to the switch boots

2010-05-29 Thread Bryce Harrington
Hi Michael,


Please run the command 'apport-collect BUGNUMBER', which will attach several 
files we need for debugging.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]


** Tags added: needs-xorglog

** Tags added: needs-lspci-vvnn

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

-- 
Mouse dies for entire KVM switch when 10.04 / Lucid machine connected to the 
switch boots
https://bugs.launchpad.net/bugs/586968
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 587220] [NEW] apache server says: You don't have permission to access /ocsreports/install.php on this server

2010-05-29 Thread Sergio Soto
Public bug reported:

Binary package hint: ocsinventory-server

Packages affected: ç
ocsinventory-server:
  Instalados: 1.02.1-2
  Candidato: 1.02.1-2
  Tabla de versión:
 *** 1.02.1-2 0
500 http://es.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

ocsinventory-reports:
  Instalados: 1.02.1-2
  Candidato: 1.02.1-2
  Tabla de versión:
 *** 1.02.1-2 0
500 http://es.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status
***

Ubuntu realease:
$ lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04
***

The installation via apt-get from repositories:
http://es.archive.ubuntu.com/ubuntu/
It's correctly

When i load http://localhost/ocsreports/ already is fine
but, when in click on the summit button, apache crashes and says:

Forbidden
You don't have permission to access /ocsreports/install.php on this server.
Apache/2.2.14 (Ubuntu) Server at 127.0.0.1 Port 80

The tail -f of /var/log/apache2:
[Sat May 29 13:57:34 2010] [error] [client 127.0.0.1] client denied by server 
configuration: /usr/share/ocsinventory-server/ocsreports/install.php, referer: 
http://127.0.0.1/ocsreports/index.php

** Affects: ocsinventory-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
apache server says: You don't have permission to access /ocsreports/install.php 
on this server
https://bugs.launchpad.net/bugs/587220
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 546794] Re: [revert, causes errors] Smarter lib* aware autocompletion?

2010-05-29 Thread zika
bash: /etc/bash_completion.d/apt: line 32: syntax error near unexpected token 
`;'
bash: /etc/bash_completion.d/apt: line 32: `2> /dev/null ); 
$( apt-cache --no-generate pkgnames "lib$cur" \'
bash: /etc/bash_completion.d/apt: line 33: syntax error near unexpected token 
`)'
bash: /etc/bash_completion.d/apt: line 33: `2> /dev/null); 
)'

Any news?

-- 
[revert, causes errors] Smarter lib* aware autocompletion?
https://bugs.launchpad.net/bugs/546794
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 587150] Re: package grub-pc 1.98-1ubuntu6 f ailed to install/upgrade: installed post-installation sc ript alfolyamat 1 hibakóddal kilépett

2010-05-29 Thread Jean-Baptiste Lallement
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
1. the behavior you actually encountered (in as much detail as possible).
2. Is this reproducible?
3. If so, what specific steps should we take to recreate this bug? Be as 
detailed as possible.
4. Confirm that it is a Wubi installation

This will help us to find and resolve the problem.


** Changed in: grub2 (Ubuntu)
   Status: New => Incomplete

** Tags added: wubi

-- 
package grub-pc 1.98-1ubuntu6 failed to install/upgrade: installed 
post-installation script alfolyamat 1 hibakóddal kilépett
https://bugs.launchpad.net/bugs/587150
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 218156] Re: No Entry in Applications Menu

2010-05-29 Thread Iv
This bug is still- or perhaps again - evident in Lucid. When I figured
out the workaround, I found miro checked, but it wasn't showing anyway.
I unchecked and then re-checked it, and it popped up in the menu.

-- 
No Entry in Applications Menu
https://bugs.launchpad.net/bugs/218156
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 392290] Re: Missing icon in Education category in Xfce Menu

2010-05-29 Thread Matthias Mailänder

** Patch added: "added Icon=applications-science"
   http://launchpadlibrarian.net/49307873/xfce-education.directory.diff

-- 
Missing icon in Education category in Xfce Menu
https://bugs.launchpad.net/bugs/392290
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 392290] Re: Missing icon in Education category in Xfce Menu

2010-05-29 Thread Lionel Le Folgoc
** Changed in: xfdesktop4 (Ubuntu)
 Assignee: Xubuntu Developers (xubuntu-dev) => (unassigned)

-- 
Missing icon in Education category in Xfce Menu
https://bugs.launchpad.net/bugs/392290
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 567319] Re: Some working video modes not listed by xrandr and some listed do not work

2010-05-29 Thread aleth
Apologies for my last comment - I've just spotted bug 569505
(https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
nouveau/+bug/569505) which is more appropriate.

-- 
Some working video modes not listed by xrandr and some listed do not work
https://bugs.launchpad.net/bugs/567319
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 569505] Re: screen resolution wrong with Riva TNT2 video card

2010-05-29 Thread aleth
Same here - after turning off KMS via grub "nomodeset", a 1280x1024 video mode 
is found and used. 
HOWEVER the refresh rate is stated as "0 Hz" in the gnome monitor settings 
(actually 60Hz vertical, 64 Hz horizontal - this read off the monitor). So 
maybe even without nomodeset, something is not quite right here.

-- 
screen resolution wrong with Riva TNT2 video card
https://bugs.launchpad.net/bugs/569505
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 575568] Re: [Wubi 10.04] The installer encountered an unrecoverable error and will now reboot

2010-05-29 Thread David Johnston
Just in case this is able to help someone in some way...

I had this trouble to using 10.04 and VirtualBox 3.2.0 but I eventually
got it to work. (Note that using the CD in "Live" mode always works,
it's the installation that fails.)

I created a new VM using most of the defaults except that I created a
fixed size disk image and I set the network adapter to "bridged".

I tried the standard install and was given at the end of the install the
message as described in the bug report above.

I tried the suggestion as given in the "known bugs" by Canonical:

 ...restart your computer with the CD inserted, press any key at the
splash screen, and select “Try Ubuntu without installing”. Once the
desktop appears, use the “Install Ubuntu 10.04″ icon to begin installing
Ubuntu."

This didn't work.

I went into the VM Settings and made several changes:

 - Under "System" --> "Motherboard" I:
 - - changed "Enable IO APIC" from unchecked to checked,
 - - changed "Enable absolute pointing device" from checked to unchecked,
 - Under "Display" --> "Video" I changed "Video Memory" to read "32MB",
 - Under "Storage" I removed the SATA controller and attached the disk image as 
a Primary Master on the given IDE controller.

I then reinstalled 10.04 in the usual way, erasing the hard disk image,
and it completed without issue.

Since I made several changes at once I can't be sure which was the
necessary change, but I suspect that it was "Enable IO APIC".

-- 
[Wubi 10.04] The installer encountered an unrecoverable error and will now 
reboot
https://bugs.launchpad.net/bugs/575568
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 31037] Re: Vino-server takes 90% of cpu when only listening for incoming connections

2010-05-29 Thread Michael Blank
I have the same problem with vino-server in 10.04 (amd64, HP Tablet PC
2730p)

-- 
Vino-server takes 90% of cpu when only listening for incoming connections
https://bugs.launchpad.net/bugs/31037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 278176] Re: disk detection is real slow with some hardware (timout shell drops)

2010-05-29 Thread Coz
Hey guys,
  Apparently,,  this is an on going problem ONLY with ubuntu.
I had commented on this above back in 2008,  I have tried almost every 
distribution...not one of them have this issue with scsi drives and the adaptec 
39160 controller.
  This IS specific to Ubuntu and at this point...since I have been using ubuntu 
almost exclusively,,,since it's initial release... a real pain in the butt! :)
I "do not" want to have a rootdelay=40  ...it is painful to wait nearly that 
long.
   This is a serious bug...and it needs to be addressed!
Why only ubuntu, particularly since ubuntu also has a server edition..which 
many servers are still using scsi and more likely than not.. an adaptec scsi 
controller card??
  This has been reported now, on this bug report.. since 2008.. !
In 5 months the next ubuntu release will be out 
I hope someone makes this a priority for the next release...I am not interested 
in fancy plymouth splashes...or grub2 advances..etc.etc... fix this bug Please! 
 It has been around for too long

coz

-- 
disk detection is real slow with some hardware (timout shell drops)
https://bugs.launchpad.net/bugs/278176
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 1] Re: Microsoft has a majority market share

2010-05-29 Thread Faldegast

> Another company have the majority market share of the new pcs. See the
> stock exchange for the measure.
That would be HP if you are talking about hardware. The stock exchange does not 
give a measure on a specific product.

> So now the first bug is fixed but only because it has a design bug, imho.
No. The biggest problem is the long-term market share. Or in other words the 
user share. There Windows still dominate.
 
> Free software isn't only a market, it can make also a market and many too, 
> but ubuntu or canonical or uncle Mark did not measure.
> Who can measure his value for the intelligence and communication of the 
> people, individual and social, with no fee or royalty for the copies or 
> absurd copies limitations, and the extraordinary open source code?

Here we can clearly see that while Ubuntu does not measure Android does.
I have no doubt that Chrome OS will also be strong on the market. Why?
Because Google is a big company and when they say "we have a new
operating system" the hardware suppliers and market channels line up to
be the ones that can put the Google logo on their product.


> My proposal for a revision of the #1 bug:
> 
> Ubuntu isn't the most popular os in the Universal Ballot Screen.
> 
> 
> NOTE
> It is adaptable for any free os, one os at time with the first bug fixed and 
> it loves the majority freedoom share of the community or the community tout 
> court. The Universal Ballot Screen is a self-explanatory dream.
> 
> My two bugs :)
Free does not have to mean non-commercial. People still need support, priority 
bug-fixes and a nice paper and plastic box with over-designed printing that 
gives them the impression of being consumers. 
We do have several companies that provide this. Mandriva and Xandros is two 
examples. However neither of them has been very successful at marketing.
  
_
Vårfina smileys till Messenger här!
http://springpack.msn.se

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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

[Bug 392290] Re: Missing icon in Education category in Xfce Menu

2010-05-29 Thread Matthias Mailänder
** Changed in: xfdesktop4 (Ubuntu)
 Assignee: (unassigned) => Xubuntu Developers (xubuntu-dev)

** Tags added: xubuntu

-- 
Missing icon in Education category in Xfce Menu
https://bugs.launchpad.net/bugs/392290
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 567319] Re: Some working video modes not listed by xrandr and some listed do not work

2010-05-29 Thread aleth
On a machine with an old but unproblematic nvidia card (RIVA TNT2/TNT2
Pro), the default KMS settings do not find the 1280x1024 modes at all
and the system boots into 1024x768.

After turning off KMS via grub "nomodeset", a 1280x1024 video mode is
found and used. HOWEVER the refresh rate is stated as "0 Hz" in the
gnome monitor settings (actually 60Hz vertical, 64 Hz horizontal - this
read off the monitor).

(nouveau driver used in both cases)

-- 
Some working video modes not listed by xrandr and some listed do not work
https://bugs.launchpad.net/bugs/567319
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 585551] Re: mainline kernel makes udevd spin on device removal (inotify event)

2010-05-29 Thread Brian Rogers
I can't reproduce this with the latest mainline kernel. I think it was a
kernel regression that's now fixed, so I'll mark the udev task as
invalid.

** Changed in: udev (Ubuntu)
   Status: Confirmed => Invalid

-- 
mainline kernel makes udevd spin on device removal (inotify event)
https://bugs.launchpad.net/bugs/585551
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 408417] Re: No option to log in remotely via XDMCP

2010-05-29 Thread Sarazar
Once again Ubuntu has introduced a regression in a release... More and
more reason to switch to fedora or Suse. Very disappointed, not
instilling any confidence in being able to stick with Ubuntu.

-- 
No option to log in remotely via XDMCP
https://bugs.launchpad.net/bugs/408417
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 450483] Re: consumes more memory than mousepad

2010-05-29 Thread Jérôme
still occurs with lucid:
-
j...@j-lt:~$ ps xlOv
F   UID   PID  PPID PRI  NIVSZ   RSS WCHAN  STAT TTYTIME COMMAND
(...)
0  1000  1918  1351  20   0  58996 10672 poll_s Spts/0  0:00 mousepad
0  1000  1919  1351  20   0  60864 11096 poll_s Spts/0  0:00 leafpad
-

-- 
consumes more memory than mousepad
https://bugs.launchpad.net/bugs/450483
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 480751] Re: right-clicking should open a new menu instantly on the new location

2010-05-29 Thread Vish
Hmm , I dont seem to recall why i mentioned it would be fixed in gnome 3
[comment #1]. :s

** Changed in: gtk+2.0 (Ubuntu)
   Importance: Undecided => Wishlist

-- 
right-clicking should open a new menu instantly on the new location
https://bugs.launchpad.net/bugs/480751
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 539426] Re: Rhythmbox cannot be quickly opened from Indicator Applet

2010-05-29 Thread paercebal
I just discovered the "indicator applet" because after weeks of annoying
behaviour of Rythmbox, it became *seriously* annoying to fill a bug and
read all the comments. I have no "indicator applet". Apparently, this is
optional, and this is cool with me.

Still, until 5 minutes ago, I had in the notification area the icons of
the apps currently executing, that is:

- Keyboard preferences
- Pidgin
- Tomboy
- Skype
- Network
- Rhythmbox

And guess what? All those icons open a context menu using the right-
click... All but Rhythmbox for whatever usability reason (at first, I
thought it was a bug that would be resolved a few days after upgrading
to lucid).

I really do understand the reasons for usability changes, even if I
disagree with this one... But then, someone decided putting windows
buttons to the left would give Ubuntu a cooler look...

Still, I would have liked some way to revert to the original behaviour,
because, when in the Notification Area, the Rhythmbox icon is not
behaving like expected (isn't there some basic UI rule about behaving as
expected ?)

For the Lucid left-handed-mac-like buttons, using a Vista theme on top
of Emerald/Compiz corrected the mistake, so I as far as I am concerned,
I'm happy with the Ubuntu UI team experimenting with alien looking
usability gizmos.

But I've yet to find a way to revert the behavior for Rhythmbox...

But it doesn't end here...

I tried the Indicator Applet, which seemed promising, but all it seems
to do is to have me use Evolution (I use Thunderbird, so it ends as
another annoying window on my screen...), and kidnap the Rhythmbox and
Sound icons from the notification area...

Annoyed by the fact I had now two zones where my active icons went, I
just removed the Indicator Applet, and guess what ? The kidnapped icons
didn't go back to notification area... And Rhythmbox was still playing
without anyway for me to bring the app window back.

I am now trying to repair this, but I felt I had to share this moment of
WTF with you... All this because of a uncustomizable forced usability
feature (to be compared with Thunderbird's Migration Assistant to offer
the choice between old and new features).

Believe it or not, I replaced my monitor yesterday, and spend the
evening configuring both NVidia and XOrg, booting and rebooting just to
have it play cool with Ubuntu on the new resolution.

And even with that, somehow, I feel more frustrated *now* with
Rhythmbox...

-- 
Rhythmbox cannot be quickly opened from Indicator Applet
https://bugs.launchpad.net/bugs/539426
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 586821] Re: FTBFS on all architectures

2010-05-29 Thread Alessio Treglia
Could you show me the error message?

-- 
FTBFS on all architectures
https://bugs.launchpad.net/bugs/586821
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 488340] Re: Broadcom STA Wireless driver for bcm4322 silently disconnects frequently

2010-05-29 Thread Kilian Valkhof
Anyone who still has problems (with the STA drivers and WPA networks)
might want to try this solution:
https://bugs.launchpad.net/ubuntu/+bug/572777/comments/35

-- 
Broadcom STA Wireless driver for bcm4322 silently disconnects frequently
https://bugs.launchpad.net/bugs/488340
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 572777] Re: NetworkManager or wpa_supplicant timing out when connecting wireless

2010-05-29 Thread Kilian Valkhof
I had the same problem, and nukedathlonman's suggestion worked for me,
too.

-- 
NetworkManager or wpa_supplicant timing out when connecting wireless
https://bugs.launchpad.net/bugs/572777
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 560911] Re: Switch user -> Log out -> Black display until reboot

2010-05-29 Thread emigrant
*** This bug is a duplicate of bug 546578 ***
https://bugs.launchpad.net/bugs/546578

i couldn't get anything if i hit alt-f2 or f(anything).
unfortunately i had  to uninstall lucid untill this is fixed . will install if 
any testings needed.
thanks.

-- 
Switch user -> Log out -> Black display until reboot
https://bugs.launchpad.net/bugs/560911
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 530195] Re: gwibber tries to call has_key on list---twitter doesnot work

2010-05-29 Thread Vipul
Dhananjay solution in comment 80 worked for me too.finally

-- 
gwibber tries to call has_key on list---twitter doesnot work
https://bugs.launchpad.net/bugs/530195
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 573859] Re: package libc-bin 2.10.1-0ubuntu15 failed to install/upgrade:

2010-05-29 Thread Adam Guthrie
** Package changed: ubuntu => glibc (Ubuntu)

-- 
package libc-bin 2.10.1-0ubuntu15 failed to install/upgrade:
https://bugs.launchpad.net/bugs/573859
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 574010] Re: package openoffice.org-help-en-gb 1:3.1.1-4ubuntu1 failed to install/upgrade:

2010-05-29 Thread Adam Guthrie
** Package changed: ubuntu => openoffice.org (Ubuntu)

-- 
package openoffice.org-help-en-gb 1:3.1.1-4ubuntu1 failed to install/upgrade:
https://bugs.launchpad.net/bugs/574010
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 586821] Re: FTBFS on all architectures

2010-05-29 Thread Alessio Treglia
** Changed in: libffado (Ubuntu)
 Assignee: (unassigned) => Alessio Treglia (quadrispro)

** Changed in: libffado (Ubuntu)
   Status: Confirmed => In Progress

-- 
FTBFS on all architectures
https://bugs.launchpad.net/bugs/586821
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 574961] Re: OpenID fails to allow access to Ubuntu websites

2010-05-29 Thread Adam Guthrie
** Changed in: ubuntu
   Status: New => Invalid

-- 
OpenID fails to allow access to Ubuntu websites
https://bugs.launchpad.net/bugs/574961
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 356309] Re: Cursor theme in appearance preferences does not change when compiz is enabled.

2010-05-29 Thread zsolt . ruszinyák
Thanks, I'm gonna try that...

-- 
Cursor theme in appearance preferences does not change when compiz is enabled.
https://bugs.launchpad.net/bugs/356309
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 574725] Re: [netbook] synaptic removal leaves evolution icon behind

2010-05-29 Thread Adam Guthrie
** Package changed: ubuntu => evolution (Ubuntu)

-- 
[netbook] synaptic removal leaves evolution icon behind
https://bugs.launchpad.net/bugs/574725
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 576167] Re: package install-info 4.13a.df sg.1-5ubuntu1 failed to install/upgrade: 子 进程 已安装的 post-installation 脚 本 返回了错误号 1

2010-05-29 Thread Adam Guthrie
** Package changed: ubuntu => texinfo (Ubuntu)

-- 
package install-info 4.13a.dfsg.1-5ubuntu1 failed to install/upgrade: 子进程 已安装的 
post-installation 脚本 返回了错误号 1
https://bugs.launchpad.net/bugs/576167
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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

[Bug 587004] Re: aptd triggers memory swap just after the startup

2010-05-29 Thread Jérôme
The differences between the 2 cases (before and after gdm login) shows
that aptd is launched after logging in into the desktop environment.

** Patch added: ""diff" of the 2 "ps" outputs (before and after)"
   http://launchpadlibrarian.net/49306559/ps_before-after_gdm_login.txt.diff

** Changed in: aptdaemon (Ubuntu)
   Status: Incomplete => New

-- 
aptd triggers memory swap just after the startup
https://bugs.launchpad.net/bugs/587004
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 77370] Re: Laptop Fan always on after resume from suspend to RAM

2010-05-29 Thread Antony
This also affects my HP Probook 4410s
I solved this by unplugging and re-plugging the AC power.

-- 
Laptop Fan always on after resume from suspend to RAM
https://bugs.launchpad.net/bugs/77370
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 566295] Re: FriendFeed stream is blank

2010-05-29 Thread Pranesh Prakash
Thanks, Kamus.  Comment # 3 fixed things for me.  Friendfeed no longer
uses a password, but an OAuth secret key.  So, it's a bit strange that
the password is still being asked for / passed on.

-- 
FriendFeed stream is blank
https://bugs.launchpad.net/bugs/566295
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 578759] Re: With the "radeon" driver "vinagre" crashes "Xorg"

2010-05-29 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

-- 
With the "radeon" driver "vinagre" crashes "Xorg"
https://bugs.launchpad.net/bugs/578759
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 586404] Re: maximized windows cover two monitors when using 2 X screens (3 monitors)

2010-05-29 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => xserver-xorg-video-ati (Ubuntu)

-- 
maximized windows cover two monitors when using 2 X screens (3 monitors)
https://bugs.launchpad.net/bugs/586404
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 586406] Re: could not login after upgrade to 10.04

2010-05-29 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => xserver-xorg-video-ati (Ubuntu)

-- 
could not login after upgrade to 10.04
https://bugs.launchpad.net/bugs/586406
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 586446] Re: [Radeon Xpress 200M] screen garbled after changing resolution with VESA driver

2010-05-29 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => xserver-xorg-video-ati (Ubuntu)

-- 
[Radeon Xpress 200M] screen garbled after changing resolution with VESA driver
https://bugs.launchpad.net/bugs/586446
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 586469] Re: monitor doesn't return from power save mode

2010-05-29 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => xserver-xorg-video-intel (Ubuntu)

-- 
monitor doesn't return from power save mode
https://bugs.launchpad.net/bugs/586469
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 586559] Re: Xorg crash on xfig circle drawing

2010-05-29 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

-- 
Xorg crash on xfig circle drawing
https://bugs.launchpad.net/bugs/586559
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 586628] Re: Error on boot up and blurry images

2010-05-29 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => nvidia-graphics-drivers (Ubuntu)

-- 
Error on boot up and blurry images
https://bugs.launchpad.net/bugs/586628
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 587077] Re: After upgrade to Lucid my screen saver doesn't work

2010-05-29 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => nvidia-graphics-drivers-180
(Ubuntu)

-- 
After upgrade to Lucid my screen saver doesn't work
https://bugs.launchpad.net/bugs/587077
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 587136] Re: Resume failure in Toshiba Satellite U400

2010-05-29 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => xserver-xorg-video-intel (Ubuntu)

-- 
Resume failure in Toshiba Satellite U400
https://bugs.launchpad.net/bugs/587136
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 587213] Re: nohz=off needed

2010-05-29 Thread zanny

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/49306440/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/49306441/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/49306442/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/49306443/BootDmesg.txt

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

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

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

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/49306447/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/49306448/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/49306449/Lspci.txt

** Attachment added: "PccardctlIdent.txt"
   http://launchpadlibrarian.net/49306450/PccardctlIdent.txt

** Attachment added: "PccardctlStatus.txt"
   http://launchpadlibrarian.net/49306451/PccardctlStatus.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/49306452/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/49306453/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/49306454/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/49306455/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/49306456/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/49306457/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/49306458/WifiSyslog.txt

-- 
nohz=off needed
https://bugs.launchpad.net/bugs/587213
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 587213] [NEW] nohz=off needed

2010-05-29 Thread zanny
Public bug reported:

The system can boot also without the "nohz=off" kernel parameter, but in
this case it freezes in about half a minute or less. With "nohz=off" the
system boots and works

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-22-generic 2.6.32-22.33
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gab1475 F pulseaudio
 /dev/snd/pcmC0D0p:   gab1475 F...m pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with ALC202 at irq 10'
   Mixer name   : 'Realtek ALC202 rev 0'
   Components   : 'AC97a:414c4740'
   Controls  : 37
   Simple ctrls  : 23
CurrentDmesg:
 [   40.632685] tg3: eth0: Link is up at 100 Mbps, full duplex.
 [   40.632690] tg3: eth0: Flow control is on for TX and on for RX.
 [   40.632881] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 [   41.950553] ttyS1: LSR safety check engaged!
 [   51.056027] eth0: no IPv6 routers present
Date: Sat May 29 13:02:23 2010
HibernationDevice: RESUME=UUID=4236a3f5-2acb-453a-802a-ecfbea4669c6
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 
"TetraHub"
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Acer TravelMate 8000
ProcCmdLine: root=/dev/sda7 ro nohz=off quiet splash
ProcEnviron:
 LANG=it_IT.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34
RfKill:
 
SourcePackage: linux
WpaSupplicantLog:
 
dmi.bios.date: 01/31/2005
dmi.bios.vendor: ACER
dmi.bios.version: 3A20
dmi.board.name: TravelMate 8000
dmi.board.vendor: Acer
dmi.board.version: Rev 1.0
dmi.chassis.asset.tag: 
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: Rev.1
dmi.modalias: 
dmi:bvnACER:bvr3A20:bd01/31/2005:svnAcer:pnTravelMate8000:pvrRev1:rvnAcer:rnTravelMate8000:rvrRev1.0:cvnAcer:ct10:cvrRev.1:
dmi.product.name: TravelMate 8000
dmi.product.version: Rev 1
dmi.sys.vendor: Acer

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


** Tags: apport-bug i386 kconfig lucid needs-upstream-testing ubuntu-une

-- 
nohz=off needed
https://bugs.launchpad.net/bugs/587213
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 482377] Re: cheese does not detect webcam properly (it works in gstreamer-properties)

2010-05-29 Thread Andreas Scherf
The bug is still present in UNR 10.04! Hope that someone could fix it.

-- 
cheese does not detect webcam properly (it works in gstreamer-properties)
https://bugs.launchpad.net/bugs/482377
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 574870] Re: Tool needed to extract AVCHD video files with metadata

2010-05-29 Thread Adam Guthrie
Have you tried VLC?

-- 
Tool needed to extract AVCHD video files with metadata
https://bugs.launchpad.net/bugs/574870
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 585420] Re: Hardware reset button press required to successfully reboot

2010-05-29 Thread Tomas Cassidy
I installed the mainline kernel from http://kernel.ubuntu.com/~kernel-
ppa/mainline/v2.6.32.12-lucid/.  After bootup on this kernel, I ran
"sudo reboot" from VC1 and the machine rebooted successfully.  I then
booted in to the standard ubuntu kernel and removed the mainline kernel.
I then ran "sudo reboot" from VC1 and the machine got stuck on a black
screen and appeared to hang, same as in the bug description.

-- 
Hardware reset button press required to successfully reboot
https://bugs.launchpad.net/bugs/585420
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 587004] Re: aptd triggers memory swap just after the startup

2010-05-29 Thread Jérôme
aptd seems to be launched when logged in into a desktop environment.

** Attachment added: ""ps ax" command output after login in with gdm"
   http://launchpadlibrarian.net/49306387/ps_after_gdm_login.txt

-- 
aptd triggers memory swap just after the startup
https://bugs.launchpad.net/bugs/587004
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 587004] Re: aptd triggers memory swap just after the startup

2010-05-29 Thread Jérôme
Note that I'm not using any apt related program when aptd is running
after logging in.


> Perhaps you should use Synaptic instead of software-center on your 10 years 
> (?) old machine.

I can't find a 13" laptop with 4/3 form factor screen anymore. This form
factor is the best for my real world work. Moreover, I will buy my next
laptop when there will be a linux distro shipped with it instead of a
MacOS, M. Windows. Finally,  why a new version of a software could make
change a reliable hardware which is working like a timepiece.

I dumped the list of processes just after startup before and after
logging in with gdm.

** Attachment added: ""ps ax" command output before login in with gdm"
   http://launchpadlibrarian.net/49306214/ps_before_gdm_login.txt

-- 
aptd triggers memory swap just after the startup
https://bugs.launchpad.net/bugs/587004
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 587210] Re: [needs-packaging] mkvalidator

2010-05-29 Thread Marcus
Project Homepage: http://www.matroska.org/downloads/mkvalidator.html

-- 
[needs-packaging] mkvalidator
https://bugs.launchpad.net/bugs/587210
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 587210] [NEW] [needs-packaging] mkvalidator

2010-05-29 Thread Marcus
Public bug reported:

mkvalidator is a simple command line tool to verify Matroska files for
spec conformance. It checks the various bogus or missing key elements
against the EBML DocType version of the file and reports the
errors/warnings in the command line.

With webm as the upcoming star on the free web containers, this is a
very useful and needed tool to help users publish their content on the
net.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] mkvalidator
https://bugs.launchpad.net/bugs/587210
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 587211] [NEW] [needs-packaging] mkclean

2010-05-29 Thread Marcus
Public bug reported:

mkclean is a command line tool to clean and optimize Matroska (.mkv /
.mka / .mks) files that have already been muxed. It reorders the
elements with the Cues at the front, so your Matroska files are ready to
be streamed efficiently over the web. It also removes elements not found
in the Matroska specs and the extra Meta Seek list of Clusters that some
program add to their file. It can also optionally remux the Cluster
blocks to start each boundary with a keyframe and the matching
audio/subtitle blocks for that keyframe.

With webm as the upcoming star on the free web containers, this is a
very useful and needed tool to help users publish their content on the
net.

Project Homepage: http://www.matroska.org/downloads/mkclean.html

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] mkclean
https://bugs.launchpad.net/bugs/587211
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 443278] Re: Logitech QuickCam USB webcams using pwc module (Pro, 3000, 4000) do not work if connected after booting

2010-05-29 Thread Bert Van de Poel
In the duplicate bug
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/424594 it is
described that this happens due to the pwc module is not loaded the
right way.

If you unload the module and then plug it in it works just fine.

-- 
Logitech QuickCam USB webcams using pwc module (Pro, 3000, 4000) do not work if 
connected after booting
https://bugs.launchpad.net/bugs/443278
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 480751] Re: right-clicking shoud open a new menu instantly on the new location

2010-05-29 Thread Vish
** Project changed: hundredpapercuts => gtk

** Package changed: ubuntu => gtk+2.0 (Ubuntu)

** Summary changed:

- right-clicking shoud open a new menu instantly on the new location
+ right-clicking should open a new menu instantly on the new location

-- 
right-clicking should open a new menu instantly on the new location
https://bugs.launchpad.net/bugs/480751
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 567882] Re: OOo Calc has func. problem, %MACRO

2010-05-29 Thread papukaija
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
OOo Calc has func. problem, %MACRO
https://bugs.launchpad.net/bugs/567882
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 585157] Re: Very very very slow file synchronization

2010-05-29 Thread winniemiel05
I think this is linked to this bug :
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/573800 .
Scuse Me

-- 
Very very very slow file synchronization
https://bugs.launchpad.net/bugs/585157
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 585157] Re: Very very very slow file synchronization

2010-05-29 Thread winniemiel05
I think this i liked to this bug :
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/573800

-- 
Very very very slow file synchronization
https://bugs.launchpad.net/bugs/585157
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 586098] Re: Lucid Backport request: Fotoxx

2010-05-29 Thread Mantas Kriaučiūnas
** Also affects: baltix
   Importance: Undecided
   Status: New

-- 
Lucid Backport request: Fotoxx
https://bugs.launchpad.net/bugs/586098
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 586821] Re: FTBFS on all architectures

2010-05-29 Thread Артём Попов
Alessio, does ffado-mixer work for you with the above patch? I am
getting errors about not found .ui-files, which should reside in
/usr/lib/python2.6/dist-packages/ffado, but get moved to
/usr/share/pyshared instead.

-- 
FTBFS on all architectures
https://bugs.launchpad.net/bugs/586821
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 530195] Re: gwibber tries to call has_key on list---twitter doesnot work

2010-05-29 Thread Pranesh Prakash
The solution in comment #80 solved the problem!  Thanks for that great
debugging work, Dhananjay.

-- 
gwibber tries to call has_key on list---twitter doesnot work
https://bugs.launchpad.net/bugs/530195
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 556511] Re: evince crashed after opening an encrypted pdf

2010-05-29 Thread brianschimmel
Just to confirm the fix:

Until 5 minutes ago I was running 2.30.0-0ub and the document in #1
crashes and the document in #5 (which I reported myself back then)
surprisingly opens fine.

Now updated to 2.30.1-0ubuntu3 and both files work fine now.

-- 
evince crashed after opening an encrypted pdf
https://bugs.launchpad.net/bugs/556511
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 560612] Re: Please add a scroll bar on the right side of the preferences menu

2010-05-29 Thread papukaija
This bug is affecting 2 people. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status.

** Changed in: evolution (Ubuntu)
   Status: New => Confirmed

-- 
Please add a scroll bar on the right side of the preferences menu
https://bugs.launchpad.net/bugs/560612
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 578665] Re: package dbconfig-common 1.8.44ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-05-29 Thread Adam Guthrie
** Package changed: ubuntu => dbconfig-common (Ubuntu)

-- 
package dbconfig-common 1.8.44ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10
https://bugs.launchpad.net/bugs/578665
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 578759] Re: With the "radeon" driver "vinagre" crashes "Xorg"

2010-05-29 Thread Adam Guthrie
** Package changed: ubuntu => xorg (Ubuntu)

-- 
With the "radeon" driver "vinagre" crashes "Xorg"
https://bugs.launchpad.net/bugs/578759
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 578844] Re: package fglrx 2:8.723.1-0ubuntu3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2010-05-29 Thread Adam Guthrie
** Package changed: ubuntu => fglrx-installer (Ubuntu)

-- 
package fglrx 2:8.723.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/578844
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 585734] Re: [865g] X locks up solid with HD thrashing

2010-05-29 Thread Thomas "Tanghus" Olsen
Just had two crashes. One at 12:12 (noon. Dunno if it's am or pm?) from
which I had to do power-off to reboot and one at ~12:32 where I could
ALT-SysRq-s and ALT-SysRq-b to sync'n'reboot. Couldn't find anything in
any logs but I'll attach kern.log.

** Attachment added: "kern.log.txt"
   http://launchpadlibrarian.net/49305823/kern.log.txt

-- 
[865g] X locks up solid with HD thrashing
https://bugs.launchpad.net/bugs/585734
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 587166] Re: No tooltips in clock-applet for tasks and events

2010-05-29 Thread Marcel Stimberg
*** This bug is a duplicate of bug 9449 ***
https://bugs.launchpad.net/bugs/9449

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 9449, so it 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.

** Changed in: gnome-panel (Ubuntu)
   Status: New => Confirmed

** This bug has been marked a duplicate of bug 9449
   the clock calendar should use tooltips on events

-- 
No tooltips in clock-applet for tasks and events
https://bugs.launchpad.net/bugs/587166
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 587209] [NEW] DSUM() does not recognise concatenated values for search criteria in OO 3.2 (does in 3.1 and windows OO 3.2)

2010-05-29 Thread Richard Allarton
Public bug reported:

Binary package hint: openoffice.org

My problem is that I am using 'greater than today' in the search
criteria by entering

=CONCATENATE(">", TODAY())

in the search criteria cells. This worked fine in OO 3.1 (and still does
in my 3.1 version running in Windows, but not in the Ubuntu (Oracle
version) upgrade OO 3.2. It also works on my wife's Windows laptop using
(non Oracle) OO 3.2).

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: openoffice.org-core 1:3.2.0-7ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sat May 29 11:45:58 2010
ExecutablePath: /usr/lib/openoffice/program/soffice.bin
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
DSUM() does not recognise concatenated values  for search criteria in OO 3.2 
(does in 3.1 and windows OO 3.2) 
https://bugs.launchpad.net/bugs/587209
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 587209] Re: DSUM() does not recognise concatenated values for search criteria in OO 3.2 (does in 3.1 and windows OO 3.2)

2010-05-29 Thread Richard Allarton

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/49305675/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/49305676/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/49305677/ProcStatus.txt

-- 
DSUM() does not recognise concatenated values  for search criteria in OO 3.2 
(does in 3.1 and windows OO 3.2) 
https://bugs.launchpad.net/bugs/587209
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 158804] Re: [upstream] OOo Calc Charts: 32767 Row Limit

2010-05-29 Thread Bug Watch Updater
** Changed in: openoffice
   Status: In Progress => Fix Released

-- 
[upstream] OOo Calc Charts: 32767 Row Limit
https://bugs.launchpad.net/bugs/158804
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 578491] Re: After decrypting /home dir on non-bootable 9.10 still can not copy files

2010-05-29 Thread Adam Guthrie
** Changed in: ubuntu
   Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+question/112709

-- 
After decrypting /home dir on non-bootable 9.10 still can not copy files
https://bugs.launchpad.net/bugs/578491
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


<    5   6   7   8   9   10   11   12   13   >