[Bug 714194] [NEW] Software-Center installs cairo-dock-core instead of cairo-dock

2011-02-06 Thread Matthieu Baerts
Public bug reported:

Binary package hint: software-center

Hello,

It seems that the Software-Center installs "cairo-dock-core" package instead of 
"cairo-dock".
Is it because the .desktop file is located in 'cairo-dock-core' package? 
'cairo-dock' is a meta-package to install 'cairo-dock-core' and 
'cairo-dock-plug-ins'. Is it a problem with the cairo-dock packages or with 
Software-Center?

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/714194

Title:
  Software-Center installs cairo-dock-core instead of cairo-dock

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


[Bug 712416] Re: kvm_intel kernel module crash with via nano vmx

2011-02-03 Thread Matthieu CERDA
I confirm that. Same dmesg log all over the place trying to use KVM with
a VIA Nano U2250.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712416

Title:
  kvm_intel kernel module crash with via nano vmx

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


[Bug 704105] Re: Resize grip always appears in bottom right of GTK+2.0 windows

2011-01-27 Thread Matthieu Baerts
This resize grip appears in Cairo-Dock too.

It's easy to fix this bug by adding one line but how can we detect that we have 
to add this line?
We've added a condition (#if (GTK_MAJOR_VERSION >= 3) but I see that this grip 
(and its function "gtk_window_set_has_resize_grip()") has been backported to 
libgtk2.0 on Ubuntu Natty. Of course we can add a flag for CMake or create a 
patch only for Ubuntu packages but it's not so clean... because if we compile 
Cairo-Dock on Natty with default options, this grip appears.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/704105

Title:
  Resize grip always appears in bottom right of GTK+2.0 windows

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


[Bug 228850] Re: firefox wpad.dat report incorrect myIpAddress()

2011-01-22 Thread Matthieu Patou
Reported to upstream too, more exactly it's already reported since a
couple of years for firefox but it seems that mozilla was not moving a
lot on this subject

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/228850

Title:
  firefox wpad.dat report incorrect myIpAddress()

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


[Bug 228850] Re: firefox wpad.dat report incorrect myIpAddress()

2011-01-22 Thread Matthieu Patou
The idea of the patch is to skip the 127.0.0.1 ip address.

Another solution might be to return not 1 address with myIpAddress but
an array of addresses.

** Patch added: "proxy_ff.patch"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/228850/+attachment/1802897/+files/proxy_ff.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/228850

Title:
  firefox wpad.dat report incorrect myIpAddress()

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


[Bug 228850] Re: firefox wpad.dat report incorrect myIpAddress()

2011-01-22 Thread Matthieu Patou
I would like to add a me too to this bug !

The problem seems very nasty now with 10.10 as network manager insists
on adding an entry with the hostname of the machine and 127.0.0.1 so
everytime you use the myIpAddress function you have always 127.0.0.1 !

The test.html file attached allow to show the problem more clearly as the 
original myIpAddress of firefox return the first element of 
o.getNextAddrAsString() which is, as the test reveal, 127.0.0.1 !
I made a small patch to correct the behavior of firefox, in the 3.6 series you 
can apply it simply.

In the 4.0 series you have to first locate the omni.jar file, then copy
it to omni.zip, make a sub folder, unzip it in the subfolder, apply my
patch, recreate a zip file (rm ../omni.zip; zip ../omni.zip -r .) and
rename it to omni.jar.

It works for me quite well !
Enjoy !

** Attachment added: "test.html"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/228850/+attachment/1802894/+files/test.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/228850

Title:
  firefox wpad.dat report incorrect myIpAddress()

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


[Bug 704032] Re: Please update cairo-dock-plug-ins and cairo-dock metapackage to depend on libwebkitgtk-1.0-0

2011-01-21 Thread Matthieu Baerts
Posted on https://code.launchpad.net/~cairo-dock-team/cairo-dock-plug-
ins/ubuntu/+merge/46668 :

=
20. By Matthieu Baerts on 2011-01-18
* debian/control:
 - Replaced libwebkit-dev by libwebkitgtk-dev (LP: #704032)
* No change rebuild for libindicator1 > libindicator2 transition
* No change rebuild for libdbusmenu-gtk1 > libdbusmenu-gtk2 transition

Matthieu Baerts wrote on 2011-01-18
It seems that the branch lp:ubuntu/cairo-dock-plug-ins isn't up to date 
(revision 14 instead of rev 19).
It's a bit annoying... Is it possible to fix this problem?

Here is the branch that I've proposed for merging on the bug #653702
with a new revision in order to fix the bug LP: #704032.

Recently 2 new revisions have been done by Canonical Desktop team and these 
modifications are included into this revision (20)
=

This merge proposal has been deleted due to this bug:
https://bugs.launchpad.net/udd/+bug/704694

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/704032

Title:
  Please update cairo-dock-plug-ins and cairo-dock metapackage to depend
  on libwebkitgtk-1.0-0

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


[Bug 704032] Re: Please update cairo-dock-plug-ins and cairo-dock metapackage to depend on libwebkitgtk-1.0-0

2011-01-21 Thread Matthieu Baerts
Here is the debdiff.

** Patch added: "cairo-dock-plug-ins_2.2.0~4-0ubuntu4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/704032/+attachment/1802613/+files/cairo-dock-plug-ins_2.2.0%7E4-0ubuntu4.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/704032

Title:
  Please update cairo-dock-plug-ins and cairo-dock metapackage to depend
  on libwebkitgtk-1.0-0

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


[Bug 704032] Re: Please update cairo-dock-plug-ins and cairo-dock metapackage to depend on libwebkitgtk-1.0-0

2011-01-21 Thread Matthieu Baerts
@ Mike D: If you want, you can also use our 'weekly' ppa ;)
=> https://launchpad.net/~cairo-dock-team/+archive/weekly

I'm uploading this 'stable' version to our 'stable' ppa =>
https://launchpad.net/~cairo-dock-team/+archive/ppa


** Changed in: cairo-dock-plug-ins (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/704032

Title:
  Please update cairo-dock-plug-ins and cairo-dock metapackage to depend
  on libwebkitgtk-1.0-0

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


[Bug 704032] Re: Please update cairo-dock-plug-ins and cairo-dock metapackage to depend on libwebkitgtk-1.0-0

2011-01-18 Thread Matthieu Baerts
Thank you for this bug report!

I hope it will be fixed asap!

** Changed in: cairo-dock-plug-ins (Ubuntu)
 Assignee: (unassigned) => Matthieu Baerts (matttbe)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/704032

Title:
  Please update cairo-dock-plug-ins and cairo-dock metapackage to depend
  on libwebkitgtk-1.0-0

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


[Bug 554471] Re: I can't remove a bluetooth device with bluetooth-properties

2011-01-18 Thread Matthieu
I had the same problem (Ubuntu 10.10 on Macbook). blueman did not help. I fixed 
it by booting again in MacOSX, remove the device (disconnecting only did not 
help) then I could set it up as a new device in Ubuntu again.
I am not too familiar with bluetooth, but maybe there is something in the 
bluetooth adapter that stores the pairing with the device and it expects the OS 
to handle that properly (?). Anyway, hope that helps whoever may have the same 
problem...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/554471

Title:
  I can't remove a bluetooth device with bluetooth-properties

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


[Bug 434963] Re: Compiz no longer resizes windows properly as before, since version 0.8.2-0ubuntu16 (Karmic)

2011-01-14 Thread Matthieu Baerts
It seems that this bug has been fixed!

** Changed in: compiz (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/434963

Title:
  Compiz no longer resizes windows properly as before, since version
  0.8.2-0ubuntu16 (Karmic)

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


[Bug 685823] Re: [ GIT version ] Crash after having changed the viewport

2011-01-14 Thread Matthieu Baerts
It seems that this bug has been fixed!
Thank you very much!!!

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685823

Title:
  [ GIT version ] Crash after having changed the viewport

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


[Bug 685837] Re: [Natty] Compiz doesn't want to start on Unty.

2011-01-14 Thread Matthieu Baerts
** Changed in: compiz (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685837

Title:
  [Natty] Compiz doesn't want to start on Unty.

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


[Bug 701499] Re: Nautilus doesn't start at first clics on Cairo-Dock applets

2011-01-11 Thread Matthieu Baerts
Just to note that gvfs is used by Cairo-Dock in order to open any URI
(e.g. with a launcher to open a folder or with these applets: Quick-
Browser, Shortcuts, Folders, etc.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701499

Title:
  Nautilus doesn't start at first clics on Cairo-Dock applets

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


[Bug 437378] Re: Some flashes appears when a window is resized

2011-01-04 Thread Matthieu Baerts
I confirm that I've this bug with Metacity 2.30 too.

Fabounet has given more details:
   > to be more specific, I think the problem comes from the use of the
   > gdk_move_resize function, which resizes and moves the window at the same
   > time.
   > it just calls XMoveResize, and then the WM get the X message and do its job
   > (here, it probably does it in 2 times instead of 1).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/437378

Title:
  Some flashes appears when a window is resized

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


[Bug 437378] Re: Some flashes appears when a window is resized

2011-01-04 Thread Matthieu Baerts
@ Cedric Bellegarde: is it possible to add "kdebase" as new affected
project with a link to the KDE bug report?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/437378

Title:
  Some flashes appears when a window is resized

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


[Bug 696938] Re: No way to keep the dock on top of the window stack

2011-01-04 Thread Matthieu Baerts
** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: cairo-dock-core
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/696938

Title:
  No way to keep the dock on top of the window stack

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


[Bug 602825] Re: wicd doesnt like python 2.7

2010-12-22 Thread Matthieu Baerts
@ Adam: I've just applied a patch which is a mix between the revisions 561 
(without the modification in wicd/wicd-daemon.py, have a look at the comment 
#35) and 564 from lp:wicd
So it was a fix for python 2.7 and it's already in trunk!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602825

Title:
  wicd doesnt like python 2.7

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


[Bug 691276] Re: xpdf prints many error messages

2010-12-16 Thread Matthieu Marechal
To test the patch, follow instructions from Bug #620751:
1.) Create a simple LaTeX document (named e.g. sample.tex) containing a vector 
symbol or the \nabla character:

\documentclass[12pt,a4paper,oneside]{report}
\begin{document}
\[
\vec{F}
\]
\end{document}

(Please note that usual characters will not produce the buggy
behaviour.)

2.) compile it: latex sample.tex
3.) convert dvi file to pdf file: dvipdf sample.dvi
4.) view it running viewer from terminal: evince sample.pdf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/691276

Title:
  xpdf prints many error messages

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


[Bug 691276] Re: xpdf prints many error messages

2010-12-16 Thread Matthieu Marechal

** Patch added: "fix-charcode-to-unicode.patch"
   
https://bugs.launchpad.net/bugs/691276/+attachment/1768068/+files/fix-charcode-to-unicode.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/691276

Title:
  xpdf prints many error messages

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


[Bug 691276] [NEW] xpdf prints many error messages

2010-12-16 Thread Matthieu Marechal
Public bug reported:

Binary package hint: xpdf

Package: xpdf
Version: 3.02-9ubuntu1
Description:Ubuntu 10.10
Release:10.10

Expected:
no error messages

Occurred:
Many error messages that read
Error: Illegal entry in bfrange block in ToUnicode CMap

This bug is related to Bug #620751 in evince, which is fixed in Maverick.
The changes in libpoppler from that thread and
https://bugs.freedesktop.org/show_bug.cgi?id=27728
can also be applied to xpdf. 

I attached a patch which does just that.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xpdf (not installed)
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
Architecture: amd64
Date: Thu Dec 16 20:06:48 2010
InstallationMedia: Xubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101008.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xpdf

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


** Tags: amd64 apport-bug maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/691276

Title:
  xpdf prints many error messages

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


[Bug 690928] Re: synaptic not accepting sudo password natty

2010-12-15 Thread Matthieu Baerts
*** This bug is a duplicate of bug 690873 ***
https://bugs.launchpad.net/bugs/690873

** Also affects: sudo (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: synaptic (Ubuntu)
   Status: New => Invalid

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

** This bug has been marked a duplicate of bug 690873
   latest natty sudo upgrade prompts for conffile update and potentially 
removes %admin from /etc/sudoers
 * You can subscribe to bug 690873 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/690873/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690928

Title:
  synaptic not accepting sudo password natty

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


[Bug 659143] Re: 64bit-only: regression: kernels >=2.6.34: rt2800pci: load firmware Error with ralink [1814:0781]

2010-12-15 Thread Matthieu Baerts
Thank you for your help Wolfgang!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659143

Title:
  64bit-only: regression: kernels >=2.6.34: rt2800pci: load firmware Error with 
ralink [1814:0781]

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


[Bug 611614] Re: Cairo-dock icons become "distorted"

2010-12-13 Thread Matthieu Baerts
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/611614

Title:
  Cairo-dock icons become "distorted"

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


[Bug 611614] Re: Cairo-dock icons become "distorted"

2010-12-11 Thread Matthieu Baerts
Do you still have this bug with Ubuntu 10.10 and a newer version of
mesa?

** Changed in: cairo-dock (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/611614

Title:
  Cairo-dock icons become "distorted"

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


[Bug 638804] Re: cairo dock goes into "maintenance" mode on some applets

2010-12-11 Thread Matthieu Baerts
** Changed in: cairo-dock (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/638804

Title:
  cairo dock goes into "maintenance" mode on some applets

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


[Bug 658681] Re: empty trash from the trashcan does not delete files from usb harddisks

2010-12-11 Thread Matthieu Baerts
@fabounet: I think this bug has been fixed (bzr version). Can you
confirm it?

** Changed in: cairo-dock (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/658681

Title:
  empty trash from the trashcan does not delete files from usb harddisks

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


[Bug 602825] Re: wicd doesnt like python 2.7

2010-12-10 Thread Matthieu Baerts
I've proposed my branch for merging into lp:ubuntu/wicd because it can
be a annoying bug for those who don't know how to use wpa_supplicant (or
for those who can't read its manual ;) )

Thank you for your help!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602825

Title:
  wicd doesnt like python 2.7

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


[Bug 602825] Re: wicd doesnt like python 2.7

2010-12-10 Thread Matthieu Baerts
Oh, you're right!  I don't know why I didn't see that :)
I've replaced "python2" by "python" because the interpreter of python 3 is 
called as "python3"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602825

Title:
  wicd doesnt like python 2.7

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


[Bug 602825] Re: wicd doesnt like python 2.7

2010-12-10 Thread Matthieu Baerts
No, I only have these binaries:
pythonpython2.6-config  python2.7-config  python-mkdebian
python2.6 python2.7 python-config

   $ locate python |grep python2$
 /usr/bin/dh_python2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602825

Title:
  wicd doesnt like python 2.7

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


[Bug 602825] Re: wicd doesnt like python 2.7

2010-12-10 Thread Matthieu Baerts
Hello,

I'm Ubuntu Natty and wicd-daemon won't work. I've apply the patch mentioned in 
#28 (https://code.launchpad.net/~matttbe/wicd/ubuntu_python27 - deb packages 
available on my ppa)
But I have the same backtrace as fredrik (wicd is version 1.7.0 552):

2010/12/11 01:06:30 :: Traceback (most recent call last):
2010/12/11 01:06:30 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 
1843, in 
2010/12/11 01:06:30 :: main(sys.argv)
2010/12/11 01:06:30 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 
1811, in main
2010/12/11 01:06:30 :: shell=False, close_fds=True).pid
2010/12/11 01:06:30 ::   File "/usr/lib/python2.7/subprocess.py", line 672, in 
__init__
2010/12/11 01:06:30 :: errread, errwrite)
2010/12/11 01:06:30 ::   File "/usr/lib/python2.7/subprocess.py", line 1202, in 
_execute_child
2010/12/11 01:06:30 :: raise child_exception
2010/12/11 01:06:30 :: AttributeError: 'NoneType' object has no attribute 
'rfind'

Should I open a new bug report?

** Also affects: wicd (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602825

Title:
  wicd doesnt like python 2.7

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


[Bug 474734] Re: Should depend on python-numeric

2010-12-10 Thread Matthieu Baerts
Thank you for your sponsorship!

> In the future, if you've already prepared your change as a bzr branch, it's 
> easier if you propose merging that branch into the Ubuntu branch instead of 
> subscribing ubuntu-sponsors to the bug
I'm sorry I usually do that but I was not able to propose merging my branch. 
Please have a look at these webpages, there is no "Propose for merging" button! 
I don't know why =>  https://code.launchpad.net/~matttbe/ggz-python/dependences 
& https://code.launchpad.net/~ubuntu-branches/ubuntu/natty/ggz-python/natty

Yesterday I reported this problem about Numeric on IRC (#ubuntu-motu) and I 
forgot to mention it here :)
I've added a comment on debian bug report with cc to Josef Spillner (from GGZ 
team) but there is no anwser :-/
But I don't know if this project is still alive!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/474734

Title:
  Should depend on python-numeric

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


[Bug 474734] Re: Should depend on python-numeric

2010-12-09 Thread Matthieu Baerts
Hello,

This bug should be fixed by merging my branch lp:~matttbe/ggz-
python/dependences into lp:ubuntu/ggz-python

(A new package is available on my ppa)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/474734

Title:
  Should depend on python-numeric

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


[Bug 484957] Re: ggz-python-games (GGZBoard via AppMarket) missing dependency to gnushogi

2010-12-09 Thread Matthieu Baerts
Hello,

This bug should be fixed by merging my branch lp:~matttbe/ggz-
python/dependences into lp:ubuntu/ggz-python

(A new package is available on my ppa)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484957

Title:
  ggz-python-games (GGZBoard via AppMarket) missing dependency to gnushogi

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


[Bug 474734] Re: Should depend on python-numeric

2010-12-09 Thread Matthieu Baerts
** Branch linked: lp:~matttbe/ggz-python/dependences

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/474734

Title:
  Should depend on python-numeric

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


[Bug 484957] Re: ggz-python-games (GGZBoard via AppMarket) missing dependency to gnushogi

2010-12-09 Thread Matthieu Baerts
** Branch linked: lp:~matttbe/ggz-python/dependences

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484957

Title:
  ggz-python-games (GGZBoard via AppMarket) missing dependency to gnushogi

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


[Bug 685823] Re: [ GIT version ] Crash after having changed the viewport

2010-12-08 Thread Matthieu Baerts
I confirm this bug with the latest revision:
 compiz: /opt/Compiz_src/plugins-extra/animationaddon/src/polygon.cpp:1535: 
virtual void PolygonAnim::drawGeometry(): Assertion `!mLastClipInGroup.empty()' 
failed.

How to reproduce this bug:
Simply open an application and change desktop at the same time.

** Attachment added: "gdb backtrace"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/685823/+attachment/1759507/+files/compiz_crash-29086.out

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685823

Title:
  [ GIT version ] Crash after having changed the viewport

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


[Bug 685823] Re: [ GIT version ] Crash after having changed the viewport

2010-12-06 Thread Matthieu Baerts
Oh yes sorry :)

cat .config/compiz-1/compizconfig/config 
[gnome_session]
backend = ini
profile = 
integration = true
plugin_list_autosort = true

[general]
backend = ini
profile = 
integration = true
plugin_list_autosort = true

[general_ubuntu]
backend = ini
profile = 
integration = true
plugin_list_autosort = true

** Attachment added: "Default.ini"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/685823/+attachment/1757904/+files/Default.ini

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685823

Title:
  [ GIT version ] Crash after having changed the viewport

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


[Bug 685837] Re: [Natty] Compiz doesn't want to start on Unty.

2010-12-06 Thread Matthieu Baerts


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685837

Title:
  [Natty] Compiz doesn't want to start on Unty.

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


[Bug 685837] [NEW] [Natty] Compiz doesn't want to start on Unty.

2010-12-06 Thread Matthieu Baerts
Public bug reported:

Binary package hint: compiz

Hello,

I'm on Ubuntu Natty from Maverick release and I compile Compiz 0.9.x from git 
sources from a long time ago.
I'm not able to launch the latest package of Compiz (installed from Ubuntu 
Natty repository). I always have this error:
Error: Couldn't load plugin 'ccp'

I've removed this directory ~/.config/compiz-1 (with Default.ini) and I've also 
tried with default settings (thanks to ccsm) but I always have this error.
With these default settings I'm able to use the latest version or Compiz 
compiled from git sources.
I also try to load the kernel with 'nomodeset' flag and it's not better.

I've purged all compiz packages and removed the /usr/share/compiz and
/usr/lib/compiz directory and then reinstalled these packages: compiz,
compiz-fusion-plugins-main, compizconfig-backend-gconf, compiz-gnome,
compizconfig-settings-manager  compiz-plugins, compiz-core

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: compiz 1:0.9.2.1+glibmainloop2-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.37-7.19-generic 2.6.37-rc3
Uname: Linux 2.6.37-7-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz/general/allscreens/options/active_plugins'
Date: Mon Dec  6 11:16:20 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
MachineType: MEDION WIM2180
PackageArchitecture: all
PciDisplay: 01:00.0 VGA compatible controller [0300]: nVidia Corporation G86 
[GeForce 9300M G] [10de:042e] (rev a1) (prog-if 00 [VGA controller])
ProcEnviron:
 LANG=fr_BE.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.37-7-generic 
root=UUID=c11e30c7-48fb-4c4e-8f3e-0c506b8c9885 ro nomodeset
RelatedPackageVersions:
 xserver-xorg 1:7.5+6ubuntu3b1
 libgl1-mesa-glx 7.9+repack-1ubuntu3
 libdrm2 2.4.22-2ubuntu1
 xserver-xorg-video-intel 2:2.13.901-2ubuntu1
 xserver-xorg-video-ati 1:6.13.2-1ubuntu2
SourcePackage: compiz
dmi.bios.date: 12/18/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.0K
dmi.board.name: WIM2180
dmi.board.vendor: MEDION
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: MEDION
dmi.chassis.version: A2040
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.0K:bd12/18/2009:svnMEDION:pnWIM2180:pvr20:rvnMEDION:rnWIM2180:rvrNotApplicable:cvnMEDION:ct10:cvrA2040:
dmi.product.name: WIM2180
dmi.product.version: 20
dmi.sys.vendor: MEDION
system: distro = Ubuntu, architecture = x86_64, kernel = 2.6.37-7-generic

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


** Tags: amd64 apport-bug natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685837

Title:
  [Natty] Compiz doesn't want to start on Unty.

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


[Bug 685823] Re: [ GIT version ] Crash after having changed the viewport

2010-12-06 Thread Matthieu Baerts
I confirm it!
After having launched Firefox on viewport 5 (2;2) from viewport 1 (1;1) and 
then switched to viewport 2 (1;2), I had this crash

** Attachment added: "compiz_crash-10948.out"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/685823/+attachment/1757108/+files/compiz_crash-10948.out

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685823

Title:
  [ GIT version ] Crash after having changed the viewport

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


[Bug 685823] Re: [ GIT version ] Crash after having changed the viewport

2010-12-06 Thread Matthieu Baerts

** Attachment added: "crash handler"
   
https://bugs.launchpad.net/bugs/685823/+attachment/1757097/+files/compiz_crash-9297.out

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685823

Title:
  [ GIT version ] Crash after having changed the viewport

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


[Bug 685823] [NEW] [ GIT version ] Crash after having changed the viewport

2010-12-06 Thread Matthieu Baerts
Public bug reported:

Binary package hint: compiz

Hello,

I want to report a crash of Compiz (Compiz 0.9.2 compiled from git
sources last 4 december 2010 (15:15 GMT+1)) on Ubuntu Natty

How to reproduce it (I'm not sure that I'm able to reproduce it every time but 
this is how I had this crash)
I've launched Pidgin from viewport 1. It was opened on viewport 3 (thank to 
your Place plugin :) ). I've also launched other applications and then, I click 
on Pidgin icon (on Cairo-Dock) in order to switch to this viewport 3. Then the 
crash happened with this error:

compiz: /opt/Compiz_src/plugins-
extra/animationaddon/src/polygon.cpp:1535: virtual void
PolygonAnim::drawGeometry(): Assertion `!mLastClipInGroup.empty()'
failed.

I think it's due to the fact that I've changed the viewport (with
Desktop Wall plugin) and in the same time there were an animation (a new
window was opening with an animation)

I've joined the backtrace from gdb.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685823

Title:
  [ GIT version ] Crash after having changed the viewport

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


[Bug 673440] Re: [STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta isn't used

2010-11-21 Thread Matthieu Baerts
*** This bug is a duplicate of bug 638791 ***
https://bugs.launchpad.net/bugs/638791

@ Fabio: Now it works again after having added these line into 
'/etc/modprobe.d/blacklist.conf' and rebooted.
blacklist rt2800pci
blacklist rt2800lib
blacklist rt2x00usb
blacklist rt2x00pci
blacklist rt2x00lib

It's the same workaround mentionned on this bug #594866

-- 
[STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta 
isn't used
https://bugs.launchpad.net/bugs/673440
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 673440] Re: [STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta isn't used

2010-11-19 Thread Matthieu Baerts
As said Wolfgang, the problem is now a bit different. This command no longer 
gives us an error if we use the same workaround given on the bug #594866 :
  # ifconfig wlan0 up

As you can see on the dmesg, the loading of this drivers produces a
crash.

** Attachment added: "2.6.37-5.dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/673440/+attachment/1738571/+files/2.6.37-5.dmesg

-- 
[STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta 
isn't used
https://bugs.launchpad.net/bugs/673440
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 673453] Re: [Natty] [Crash] Shotwell crash when I want to see images from an external SDHC card.

2010-11-15 Thread Matthieu Baerts
Hello,

It seems the first photo was causing the crash.

This is the shotwell.log
L 20688 2010-11-15 23:23:33 [MSG] main.vala:71: Verifying database ...
L 20688 2010-11-15 23:23:33 [DBG] DatabaseTables.vala:292: Database schema 
version 8 created by app version 0.6.90
L 20688 2010-11-15 23:23:33 [DBG] main.vala:183: 0,546582 seconds to Gtk.main()

The photo is temporally available there:
http://dl.dropbox.com/u/257747/Misc/IMG_3147.JPG (no problem to share
this file, the picture is blurry :) )

-- 
[Natty] [Crash] Shotwell crash when I want to see images from an external SDHC 
card.
https://bugs.launchpad.net/bugs/673453
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 673453] Re: [Natty] [Crash] Shotwell crash when I want to see images from an external SDHC card.

2010-11-13 Thread Matthieu Baerts
@Omer: sorry but I'm on a x86_64 architecture ;)
But it's not a problem because I already rebuild the package with the latest 
version. It's available on my ppa

@Jim: I still have the crash. As you said, it seems it's a problem with
gexiv2 but I already import thousands of files from the same digital
device!

Program received signal SIGSEGV, Segmentation fault.
0x776e2470 in gexiv2_metadata_has_exif () from /usr/lib/libgexiv2.so.0
(gdb) bt
#0  0x776e2470 in gexiv2_metadata_has_exif ()
   from /usr/lib/libgexiv2.so.0
#1  0x776ddc16 in gexiv2_metadata_get_orientation ()
   from /usr/lib/libgexiv2.so.0
#2  0x005a917c in photo_metadata_get_orientation ()
#3  0x004ad4bf in import_preview_construct ()
#4  0x004b1d70 in ?? ()
#5  0x0052f0a2 in ?? ()
#6  0x71b9499e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#7  0x71ba6fb9 in ?? () from /usr/lib/libgobject-2.0.so.0
#8  0x71bb03b6 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#9  0x71bb0755 in g_signal_emit_by_name ()
   from /usr/lib/libgobject-2.0.so.0
#10 0x0052b4a4 in ?? ()
#11 0x004b0430 in ?? ()
#12 0x004b082d in ?? ()
#13 0x0053e86c in library_window_switch_to_page ()
#14 0x00540aab in ?? ()
#15 0x71b9499e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#16 0x71ba6fb9 in ?? () from /usr/lib/libgobject-2.0.so.0
#17 0x71bb03b6 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#18 0x71bb0573 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#19 0x73d12d66 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#20 0x73d167d8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#21 0x73bfa9a3 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#22 0x71b9499e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#23 0x71ba6db2 in ?? () from /usr/lib/libgobject-2.0.so.0
#24 0x71bb01ba in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#25 0x71bb0573 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#26 0x73d32181 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#27 0x73bf84c3 in gtk_propagate_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
#28 0x73bf888b in gtk_main_do_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
#29 0x7384c7ac in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#30 0x712cd38d in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#31 0x712cdb78 in ?? () from /lib/libglib-2.0.so.0
#32 0x712ce1ba in g_main_loop_run () from /lib/libglib-2.0.so.0
#33 0x73bf7827 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#34 0x00455ead in library_exec ()
#35 0x00456572 in _vala_main ()
#36 0x004565f9 in main ()

About the compilation, I've forced the use of valac-0.10 but now, I've another 
problem :P
error: launchpad-integration not found in specified Vala API directories or 
GObject-Introspection GIR directories

-- 
[Natty] [Crash] Shotwell crash when I want to see images from an external SDHC 
card.
https://bugs.launchpad.net/bugs/673453
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 673453] Re: [Natty] [Crash] Shotwell crash when I want to see images from an external SDHC card.

2010-11-12 Thread Matthieu Baerts
Do I have to report a bug to gexiv2 package's maintainer?
This is what I've changed: 
http://bazaar.launchpad.net/~matttbe/gexiv2/bug673453/revision/16#debian/libgexiv2-dev.install

But I don't know if gexiv2 supports valac-0.12. What do you think about
that?

-- 
[Natty] [Crash] Shotwell crash when I want to see images from an external SDHC 
card.
https://bugs.launchpad.net/bugs/673453
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 673453] Re: [Natty] [Crash] Shotwell crash when I want to see images from an external SDHC card.

2010-11-12 Thread Matthieu Baerts
Hello Jim,

Thank you for your help!

I've rebuilded the latest version of gexiv2 (I had to change the directory 
where is installed "gexiv2.vapi" from "/usr/share/vala-0.10/vapi/" to 
"/usr/share/vala-0.12/vapi/") on my ppa (ppa:matttbe/ppa) and then recompiled 
shotwell but it still fails to build but with another output. In fact, many 
things have been deprecated since vala-0.12...
Please have a look there: 
http://launchpadlibrarian.net/59019243/buildlog_ubuntu-natty-amd64.shotwell_0.7.2-0ubuntu3~matttbe~ppa5_FAILEDTOBUILD.txt.gz

BTW a newer version of gexiv2 is available on Natty. This is the version
0.2.1.

-- 
[Natty] [Crash] Shotwell crash when I want to see images from an external SDHC 
card.
https://bugs.launchpad.net/bugs/673453
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 673440] Re: [STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta isn't used

2010-11-10 Thread Matthieu Baerts
Here is a few things that I've done:
  $ LANG=C
  $ ifconfig -s
Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP TX-OVR Flg
eth0   1500 0 21156  0  0 0 15819  0  0  0 
BMRU
lo16436 054  0  0 054  0  0  0 
LRU
  $ sudo ifconfig wlan0 up
SIOCSIFFLAGS: Device or resource busy
  $ sudo rmmod rt2
rt2800lib  rt2800pci  rt2860sta  rt2x00lib  rt2x00pci  
  $ sudo rmmod rt2800pci 
  $ sudo ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device
  $ sudo rmmod rt28 
rt2800lib  rt2860sta  
  $ sudo rmmod rt2800lib 
  $ sudo ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device
  $ sudo rmmod rt2   
rt2860sta  rt2x00lib  rt2x00pci  
  $ sudo rmmod rt2x00pci 
  $ sudo ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device
  $ sudo rmmod rt2   
rt2860sta  rt2x00lib  
  $ sudo rmmod rt2x00lib 
  $ sudo ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device
  $ sudo rmmod rt2860sta 
  $ sudo ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device
  $ sudo modprobe rt2860sta 
Killed
  $ sudo ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device

-- 
[STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta 
isn't used
https://bugs.launchpad.net/bugs/673440
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 673453] Re: [Natty] [Crash] Shotwell crash when I want to see images from an external SDHC card.

2010-11-10 Thread Matthieu Baerts
** Bug watch added: trac.yorba.org/ #2795
   http://trac.yorba.org/ticket/2795

** Also affects: shotwell via
   http://trac.yorba.org/ticket/2795
   Importance: Unknown
   Status: Unknown

-- 
[Natty] [Crash] Shotwell crash when I want to see images from an external SDHC 
card.
https://bugs.launchpad.net/bugs/673453
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 673453] Re: [Natty] [Crash] Shotwell crash when I want to see images from an external SDHC card.

2010-11-10 Thread Matthieu Baerts


-- 
[Natty] [Crash] Shotwell crash when I want to see images from an external SDHC 
card.
https://bugs.launchpad.net/bugs/673453
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 673453] [NEW] [Natty] [Crash] Shotwell crash when I want to see images from an external SDHC card.

2010-11-10 Thread Matthieu Baerts
Public bug reported:

Binary package hint: shotwell

Hello,

After having click on Mass Storage Camera on Shotwell, it crashes one or
two seconds after

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: shotwell 0.7.2-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-2.10-generic 2.6.37-rc1
Uname: Linux 2.6.37-2-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Nov 10 12:18:24 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
ProcEnviron:
 LANG=C
 SHELL=/bin/bash
SourcePackage: shotwell

** Affects: shotwell (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apport-bug natty

-- 
[Natty] [Crash] Shotwell crash when I want to see images from an external SDHC 
card.
https://bugs.launchpad.net/bugs/673453
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 673453] Re: [Natty] [Crash] Shotwell crash when I want to see images from an external SDHC card.

2010-11-10 Thread Matthieu Baerts
This is the backtrace but Shotwell has been compiled with no debugging
symbols:

$ gdb shotwell 
GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/shotwell...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/shotwell 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe6a76710 (LWP 27306)]
[New Thread 0x7fffe6275710 (LWP 27307)]
[New Thread 0x7fffe5a74710 (LWP 27308)]
[New Thread 0x7fffddd55710 (LWP 27323)]
[New Thread 0x7fffdcbc1710 (LWP 27352)]
[New Thread 0x7fffdc3c0710 (LWP 27353)]
[New Thread 0x7fffdbbbf710 (LWP 27354)]
[New Thread 0x7fffdb3be710 (LWP 27355)]
[New Thread 0x7fffdabbd710 (LWP 27356)]
[New Thread 0x7fffda3bc710 (LWP 27357)]
[New Thread 0x7fffd9bbb710 (LWP 27358)]
[New Thread 0x7fffd93ba710 (LWP 27359)]
[New Thread 0x7fffd8bb9710 (LWP 27360)]
[Thread 0x7fffdb3be710 (LWP 27355) exited]
[Thread 0x7fffda3bc710 (LWP 27357) exited]
[Thread 0x7fffd9bbb710 (LWP 27358) exited]
[Thread 0x7fffd8bb9710 (LWP 27360) exited]
[Thread 0x7fffdabbd710 (LWP 27356) exited]
[Thread 0x7fffdcbc1710 (LWP 27352) exited]
[Thread 0x7fffdc3c0710 (LWP 27353) exited]
[Thread 0x7fffdbbbf710 (LWP 27354) exited]
[Thread 0x7fffddd55710 (LWP 27323) exited]

Program received signal SIGSEGV, Segmentation fault.
0x776dc890 in gexiv2_metadata_get_orientation ()
   from /usr/lib/libgexiv2.so.0
(gdb) bt
#0  0x776dc890 in gexiv2_metadata_get_orientation ()
   from /usr/lib/libgexiv2.so.0
#1  0x005a917c in photo_metadata_get_orientation ()
#2  0x004ad4bf in import_preview_construct ()
#3  0x004b1d70 in ?? ()
#4  0x0052f0a2 in ?? ()
#5  0x71beb99e in g_closure_invoke ()
   from /usr/lib/libgobject-2.0.so.0
#6  0x71bfdfb9 in ?? () from /usr/lib/libgobject-2.0.so.0
#7  0x71c073b6 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#8  0x71c07755 in g_signal_emit_by_name ()
   from /usr/lib/libgobject-2.0.so.0
#9  0x0052b4a4 in ?? ()
#10 0x004b0430 in ?? ()
#11 0x004b082d in ?? ()
#12 0x0053e86c in library_window_switch_to_page ()
#13 0x00540aab in ?? ()
#14 0x71beb99e in g_closure_invoke ()
   from /usr/lib/libgobject-2.0.so.0
#15 0x71bfdfb9 in ?? () from /usr/lib/libgobject-2.0.so.0
#16 0x71c073b6 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#17 0x71c07573 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#18 0x73d28e9d in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#19 0x73d2c34a in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#20 0x73c29fd8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#21 0x71beb99e in g_closure_invoke ()
   from /usr/lib/libgobject-2.0.so.0
#22 0x71bfddb2 in ?? () from /usr/lib/libgobject-2.0.so.0
#23 0x71c071ba in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#24 0x71c07573 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#25 0x73d45641 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#26 0x73c281a3 in gtk_propagate_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
#27 0x73c2854b in gtk_main_do_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
#28 0x7389d7fc in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#29 0x7132438d in g_main_context_dispatch ()
   from /lib/libglib-2.0.so.0
#30 0x71324b78 in ?? () from /lib/libglib-2.0.so.0
#31 0x713251ba in g_main_loop_run () from /lib/libglib-2.0.so.0
#32 0x73c27537 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#33 0x00455ead in library_exec ()
#34 0x00456572 in _vala_main ()
#35 0x004565f9 in main ()

-- 
[Natty] [Crash] Shotwell crash when I want to see images from an external SDHC 
card.
https://bugs.launchpad.net/bugs/673453
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 673428] Re: no contacts listed on specific irc server (irc.otaku-fr.irc, in my case) under empathy

2010-11-10 Thread matthieu


-- 
no contacts listed on specific irc server (irc.otaku-fr.irc, in my case) under 
empathy
https://bugs.launchpad.net/bugs/673428
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 673453] Re: [Natty] [Crash] Shotwell crash when I want to see images from an external SDHC card.

2010-11-10 Thread Matthieu Baerts
If I try to recompile the version availlable on Ubuntu Natty, it failed to 
build with this error:
error: Package `gexiv2' not found in specified Vala API directories or 
GObject-Introspection GIR directories
Compilation failed: 1 error(s), 0 warning(s)
=> 
http://launchpadlibrarian.net/58926936/buildlog_ubuntu-natty-i386.shotwell_0.7.2-0ubuntu3~matttbe~ppa1_FAILEDTOBUILD.txt.gz

I guess a few librairies have been updated and not Shotwell.

-- 
[Natty] [Crash] Shotwell crash when I want to see images from an external SDHC 
card.
https://bugs.launchpad.net/bugs/673453
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 673428] [NEW] no contacts listed on specific irc server (irc.otaku-fr.irc, in my case) under empathy

2010-11-10 Thread matthieu
Public bug reported:

Binary package hint: empathy

Empathy connect me to the good server, everyone see me, but I only see
the guys who connects after me... Obviously, I can talk to everybody.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: empathy 2.32.0.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Nov 10 10:57:06 2010
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
ProcEnviron:
 SHELL=/bin/bash
 LANG=fr_FR.utf8
SourcePackage: empathy

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


** Tags: apport-bug i386 maverick

-- 
no contacts listed on specific irc server (irc.otaku-fr.irc, in my case) under 
empathy
https://bugs.launchpad.net/bugs/673428
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 594866] Re: [Maverick][2.6.35] RT2860 (ralink) broken with rt2800pci

2010-11-10 Thread Matthieu Baerts
Hello,

I still have a bug with my ralink wireless card but now on Ubuntu Natty 11.04 
with a new kernel (2.6.37-2). The workaround no longer works :-/
Please can you confirm this bug #673440 ?

-- 
[Maverick][2.6.35] RT2860 (ralink) broken with rt2800pci
https://bugs.launchpad.net/bugs/594866
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 673440] Re: [STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta isn't used

2010-11-10 Thread Matthieu Baerts


-- 
[STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta 
isn't used
https://bugs.launchpad.net/bugs/673440
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 673428] Re: no contacts listed on specific irc server (irc.otaku-fr.irc, in my case) under empathy

2010-11-10 Thread matthieu
Not really important, but annoying :)

-- 
no contacts listed on specific irc server (irc.otaku-fr.irc, in my case) under 
empathy
https://bugs.launchpad.net/bugs/673428
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 673440] [NEW] [STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta isn't used

2010-11-10 Thread Matthieu Baerts
Public bug reported:

Hello,

With the new kernel release available on Ubuntu Natty (2.6.37-2) I'm not
able to use my Ralink rt2860 wireless card. I already had this kind of
bug on Lucid (bug #496093) and on Maverick (bug #594866) but a
workaround was found. This workaround doesn't work here.

Don't hesitate to tell me something to do if it's needed ;)

Thank you!

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.37-2-generic 2.6.37-2.10
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.37-2.10-generic 2.6.37-rc1
Uname: Linux 2.6.37-2-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mbaerts1975 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfa20 irq 42'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,17c02026,0011'
   Controls  : 36
   Simple ctrls  : 21
Date: Wed Nov 10 11:38:05 2010
HibernationDevice: RESUME=UUID=feb4bf5c-a5b0-417a-b9c6-26fe24c479e7
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: MEDION WIM2180
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.37-2-generic 
root=UUID=c11e30c7-48fb-4c4e-8f3e-0c506b8c9885 ro
ProcEnviron:
 LANG=C
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.39
RfKill:
 0: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
StagingDrivers: rt2860sta
Title: [STAGING]
WifiSyslog:
 Nov 10 11:25:51 localhost kernel: [  422.170215] rt2800pci :0a:00.0: PCI 
INT A disabled
 Nov 10 11:28:48 localhost kernel: [  599.001099] lo: Disabled Privacy 
Extensions
 Nov 10 11:29:01 localhost kernel: [  611.804465] exe (6348): 
/proc/6348/oom_adj is deprecated, please use /proc/6348/oom_score_adj instead.
 Nov 10 11:29:01 localhost kernel: [  611.843809] chromium-browse[6348]: 
segfault at d8 ip 7f20ced68bc9 sp 7fff8e98a8a0 error 4 in 
libgdk-x11-2.0.so.0.2200.0[7f20ced05000+ad000]
dmi.bios.date: 12/18/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.0K
dmi.board.name: WIM2180
dmi.board.vendor: MEDION
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: MEDION
dmi.chassis.version: A2040
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.0K:bd12/18/2009:svnMEDION:pnWIM2180:pvr20:rvnMEDION:rnWIM2180:rvrNotApplicable:cvnMEDION:ct10:cvrA2040:
dmi.product.name: WIM2180
dmi.product.version: 20
dmi.sys.vendor: MEDION

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


** Tags: amd64 apport-bug kernel-net natty needs-upstream-testing 
regression-potential staging

-- 
[STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta 
isn't used
https://bugs.launchpad.net/bugs/673440
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 673440] Re: [STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta isn't used

2010-11-10 Thread Matthieu Baerts
>From dmesg:
[   18.973671] ppdev: user-space parallel port driver
[   36.600080] phy0 -> rt2800_load_firmware: Error - PBF system register not 
ready.
[   42.025927] r8169 :06:00.0: eth0: link up
[   42.025940] r8169 :06:00.0: eth0: link up
[   44.770088] phy0 -> rt2800_load_firmware: Error - PBF system register not 
ready.
[   45.330041] phy0 -> rt2800_load_firmware: Error - PBF system register not 
ready.
[   45.580040] phy0 -> rt2800_load_firmware: Error - PBF system register not 
ready.
[   46.967823] r8169 :06:00.0: eth0: link up
[   48.201862] r8169 :06:00.0: eth0: link up
[   50.219777] EXT4-fs (sda4): re-mounted. Opts: errors=remount-ro,commit=0
[   50.267313] audit_printk_skb: 6 callbacks suppressed
[   50.267320] type=1400 audit(1289384380.530:18): apparmor="DENIED" 
operation="open" parent=1742 profile="/sbin/dhclient3" 
name="/var/lib/wicd/dhclient.conf" pid=1766 comm="dhclient" requested_mask="r" 
denied_mask="r" fsuid=0 ouid=0
[   58.760023] eth0: no IPv6 routers present
[  162.660045] phy0 -> rt2800_load_firmware: Error - PBF system register not 
ready.
[  165.260055] phy0 -> rt2800_load_firmware: Error - PBF system register not 
ready.
[  208.49] phy0 -> rt2800_load_firmware: Error - PBF system register not 
ready.
[  422.170215] rt2800pci :0a:00.0: PCI INT A disabled

Of course, the last line is appeared after having launched this command:
 $ sudo rmmod rt2800pci

-- 
[STAGING] [Natty] [2.6.37] RT2860 (ralink) broken with rt2800pci and rt2860.sta 
isn't used
https://bugs.launchpad.net/bugs/673440
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 670873] Re: TexMakerX package for Ubuntu

2010-11-04 Thread Matthieu GK
I use TexMakerX with both Ubuntu 10.10 and MacOsX. I am fully satisfied
with TexMakerX and would be pleased to see it included in the
repositories.

-- 
TexMakerX package for Ubuntu
https://bugs.launchpad.net/bugs/670873
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 478313] Re: mount command doesn't work with -t vboxsf

2010-11-01 Thread matthieu
I just tested this case with ubuntu 10.04, and it works.
I guest it has been fixed upstream.

-- 
mount command doesn't work with -t vboxsf
https://bugs.launchpad.net/bugs/478313
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 665256] Re: tasksel 2.84ubuntu1 failed to install

2010-10-22 Thread Matthieu Baerts
*** This bug is a duplicate of bug 665242 ***
https://bugs.launchpad.net/bugs/665242


** This bug has been marked a duplicate of bug 665242
   package tasksel 2.84ubuntu1 failed to install/upgrade: le sous-processus 
script post-installation installé a retourné une erreur de sortie d'état 9
 * You can subscribe to bug 665242 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/tasksel/+bug/665242/+subscribe

-- 
tasksel 2.84ubuntu1 failed to install
https://bugs.launchpad.net/bugs/665256
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 665256] [NEW] tasksel 2.84ubuntu1 failed to install

2010-10-22 Thread Matthieu Baerts
*** This bug is a duplicate of bug 665242 ***
https://bugs.launchpad.net/bugs/665242

Public bug reported:

Binary package hint: tasksel

Hello,

The latest version of tasksel in Ubuntu Natty 11.04 failed to install:

$ LANG=C && sudo apt-get install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up tasksel (2.84ubuntu1) ...
Template parse error near `description...@latin.utf-8: Izaberite softver za 
instaliranje:', in stanza #1 of /var/lib/dpkg/info/tasksel.templates
dpkg: error processing tasksel (--configure):
 subprocess installed post-installation script returned error exit status 9
Errors were encountered while processing:
 tasksel
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: tasksel 2.84ubuntu1
ProcVersionSignature: Ubuntu 2.6.36-0.4-generic 2.6.36-rc7
Uname: Linux 2.6.36-0-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Oct 22 19:40:34 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
PackageArchitecture: all
ProcEnviron:
 LANG=C
 SHELL=/bin/bash
SourcePackage: tasksel

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


** Tags: amd64 apport-bug natty

-- 
tasksel 2.84ubuntu1 failed to install
https://bugs.launchpad.net/bugs/665256
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 426450] Re: Can't set display brightness on Compaq tc4200 in Karmic Koala Alpha5

2010-10-21 Thread Matthieu Pepin
I just installed 10.10 and it still has the same issue. I learned to
live with it though :P

-- 
Can't set display brightness on Compaq tc4200 in Karmic Koala Alpha5
https://bugs.launchpad.net/bugs/426450
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 657564] Re: Duplicated package with cairo-dock-plugins (coming from Debian)

2010-10-19 Thread Matthieu Baerts
Hello Nobuhiro,

> > Is it possible to remove this source (cairo-dock-plugins) from the 
> > repositories? :)
> >
> 
> We(Debian) cannot delete it now.
> This work will start it after squeeze was released.
Not in Debian now but in Ubuntu ;) => 
http://archive.ubuntu.com/ubuntu/pool/universe/c/cairo-dock-plugins/
I think it's a question for doko :)


> Please enter our team with pleasure if you package *Debian* Package
> and maintain it :-).
I think it can be really interesting! I already maintain Ubuntu deb packages 
and I think it's not a problem for me to do the same for Debian distribution. I 
can use a LiveUSB to test it with pbuilder, etc. ;)
But of course, I'll do that after this Debian freeze (not until December I 
guess) but I have a few questions about that:
* What do I have to do to join your team?
* What's the easiest way for you when I want to propose a new version in order 
to have your sponsor? 
  - To push this version to another branch (+where?)? or to have the right to 
upload to the same branch?
  - Or use a bzr branch in LP?
  - Or to upload the new debdiff? (+where?)
  - Is it possible to use "bzr bd"?
  - Can I open a bug in LP instead of Debian bug tracker?

Thank you for your help :)

Regards,

Matttbe

-- 
Duplicated package with cairo-dock-plugins (coming from Debian)
https://bugs.launchpad.net/bugs/657564
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 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou

** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+attachment/1696952/+files/Xorg.0.log

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
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 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou

** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+attachment/1696953/+files/Xorg.0.log

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
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 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou

** Attachment added: "dpkg.log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+attachment/1696954/+files/dpkg.log

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
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 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou

** Attachment added: "lcpci -vvnn"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+attachment/1696947/+files/lspci

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
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 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou
uname -a:
Linux ares 2.6.35-22-generic-pae #33-Ubuntu SMP Sun Sep 19 22:14:14 UTC 2010 
i686 GNU/Linux


** Attachment added: "dmesg result"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+attachment/1696946/+files/dmesg

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
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 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou
Brian, sorry I'm not quite sure I get the question. So the applet
appears as soon you choose more than 1 keyboard mapping. I just tried
the keyboard accessibility applet and it's not showing the keyboard
state as well.

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
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 661811] Re: [STAGING] Ubuntu fails to go to sleep and is unusable after

2010-10-16 Thread Matthieu Patou


-- 
[STAGING] Ubuntu fails to go to sleep and is unusable after
https://bugs.launchpad.net/bugs/661811
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 661811] [NEW] [STAGING] Ubuntu fails to go to sleep and is unusable after

2010-10-16 Thread Matthieu Patou
Public bug reported:

When closing the lid of the laptop the problem occurs every times: the
laptop didn't go sleep, instead something is eating all the CPU as it's
fan goes high speed. The main screen is locked/blocked.

When using the fn+f3 keyboard, it's better but still from time to times
problems occurs.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic-pae 2.6.35-22.33
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mat2740 F pulseaudio
CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd890 irq 48'
   Mixer name   : 'Analog Devices AD1984A'
   Components   : 'HDA:11d4194a,103c30dd,00100400'
   Controls  : 19
   Simple ctrls  : 12
Date: Sat Oct 16 20:33:51 2010
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=9b8ccbe1-23e9-42c6-a246-ef10f3471b03
MachineType: Hewlett-Packard HP Compaq 6730b (GB990EA#ACB)
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-22-generic-pae 
root=/dev/mapper/vghostname--02-lvroot ro quiet splash
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.38
SourcePackage: linux
StagingDrivers: lirc_serial
Title: [STAGING]
dmi.bios.date: 07/04/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PDD Ver. F.05
dmi.board.name: 30DD
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 96.18
dmi.chassis.asset.tag: CNU835194M
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PDDVer.F.05:bd07/04/2008:svnHewlett-Packard:pnHPCompaq6730b(GB990EA#ACB):pvrF.05:rvnHewlett-Packard:rn30DD:rvrKBCVersion96.18:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 6730b (GB990EA#ACB)
dmi.product.version: F.05
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 kernel-power maverick needs-upstream-testing 
regression-release resume staging suspend

-- 
[STAGING] Ubuntu fails to go to sleep and is unusable after
https://bugs.launchpad.net/bugs/661811
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 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou


-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
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 661797] [NEW] keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou
Public bug reported:

Binary package hint: gnome-control-center

Up to Ubuntu 10.04 the keyboard applet used to display the keyboard
laybout (FR, RU, US, ...) after upgrading to 10.10 there is only a
useless keyboard icon.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-control-center 1:2.32.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
Architecture: i386
Date: Sat Oct 16 20:24:04 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
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 661790] Re: [STAGING] Ubuntu unsuable after return from suspend to ram

2010-10-16 Thread Matthieu Patou


-- 
[STAGING] Ubuntu unsuable after return from suspend to ram
https://bugs.launchpad.net/bugs/661790
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 661790] [NEW] [STAGING] Ubuntu unsuable after return from suspend to ram

2010-10-16 Thread Matthieu Patou
Public bug reported:

After returning from suspend to ram the main graphical screen was
nonoperative so I tried to switch to a virtual terminal.

Virtual terminal kept printing messages like:
Oct 15 20:23:30 ares kernel: [53985.292010] [drm:i915_hangcheck_elapsed] 
*ERROR* Hangcheck timer elapsed... GPU hung
Oct 15 20:23:30 ares kernel: [53985.292547] [drm:i915_do_wait_request] *ERROR* 
i915_do_wait_request returns -5 (awaiting 561 at 324)
Oct 15 20:23:31 ares kernel: [53985.305798] [drm:init_ring_common] *ERROR* 
render ring head not reset to zero ctl  head 02001000 tail  
start 0
2001000
Oct 15 20:23:31 ares kernel: [53985.305803] [drm:init_ring_common] *ERROR* 
render ring head forced to zero ctl  head  tail  start 
0200
1000
Oct 15 20:23:31 ares kernel: [53985.688562] [drm:i915_hangcheck_elapsed] 
*ERROR* Hangcheck timer elapsed... GPU hung
Oct 15 20:23:31 ares kernel: [53985.688594] [drm:i915_do_wait_request] *ERROR* 
i915_do_wait_request returns -5 (awaiting 562 at 324)
Oct 15 20:23:31 ares kernel: [53985.688903] [drm:init_ring_common] *ERROR* 
render ring head not reset to zero ctl  head 02001000 tail  
start 0
2001000

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic-pae 2.6.35-22.33
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mat2740 F pulseaudio
CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd890 irq 48'
   Mixer name   : 'Analog Devices AD1984A'
   Components   : 'HDA:11d4194a,103c30dd,00100400'
   Controls  : 19
   Simple ctrls  : 12
Date: Sat Oct 16 20:15:34 2010
EcryptfsInUse: Yes
Frequency: This has only happened once.
HibernationDevice: RESUME=UUID=9b8ccbe1-23e9-42c6-a246-ef10f3471b03
MachineType: Hewlett-Packard HP Compaq 6730b (GB990EA#ACB)
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-22-generic-pae 
root=/dev/mapper/vghostname--02-lvroot ro quiet splash
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.38
SourcePackage: linux
StagingDrivers: lirc_serial
Title: [STAGING]
dmi.bios.date: 07/04/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PDD Ver. F.05
dmi.board.name: 30DD
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 96.18
dmi.chassis.asset.tag: CNU835194M
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PDDVer.F.05:bd07/04/2008:svnHewlett-Packard:pnHPCompaq6730b(GB990EA#ACB):pvrF.05:rvnHewlett-Packard:rn30DD:rvrKBCVersion96.18:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 6730b (GB990EA#ACB)
dmi.product.version: F.05
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 kernel-power maverick needs-upstream-testing 
regression-release resume staging suspend

-- 
[STAGING] Ubuntu unsuable after return from suspend to ram
https://bugs.launchpad.net/bugs/661790
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 626782] Re: Cairo-Dock: switcher applet doesn't respect desktop numbers

2010-10-16 Thread Matthieu Baerts
** Summary changed:

- Cairo-Dock: switcher applet do not respect desktop numbers
+ Cairo-Dock: switcher applet doesn't respect desktop numbers

** Changed in: cairo-dock (Ubuntu)
   Status: Incomplete => Confirmed

-- 
Cairo-Dock: switcher applet doesn't respect desktop numbers
https://bugs.launchpad.net/bugs/626782
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 661676] [NEW] package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-16 Thread Matthieu
Public bug reported:

Binary package hint: initramfs-tools

Installing on an Acer Aspire 521 (AO521)

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs]
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Sat Oct 16 11:27:10 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Release i386 
(20101007)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.98.1ubuntu6 [modified: 
usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 maverick ubuntu-une

-- 
package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
https://bugs.launchpad.net/bugs/661676
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 661675] Re: package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-16 Thread Matthieu


-- 
package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
https://bugs.launchpad.net/bugs/661675
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 661675] [NEW] package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-16 Thread Matthieu
Public bug reported:

installing on Acer Aspire One 521 (AO521 an)

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Sat Oct 16 11:25:45 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Release i386 
(20101007)
SourcePackage: bcmwl
Title: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu5 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1

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


** Tags: apport-package i386 maverick ubuntu-une

-- 
package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
https://bugs.launchpad.net/bugs/661675
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 661676] Re: package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-16 Thread Matthieu


-- 
package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
https://bugs.launchpad.net/bugs/661676
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 661677] [NEW] package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-16 Thread Matthieu
Public bug reported:

Installing on an Acer Aspire 521 (AO521)

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Sat Oct 16 11:25:45 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Release i386 
(20101007)
SourcePackage: bcmwl
Title: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu5 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1

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


** Tags: apport-package i386 maverick ubuntu-une

-- 
package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu5 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
https://bugs.launchpad.net/bugs/661677
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 661677] Re: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-16 Thread Matthieu


-- 
package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu5 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
https://bugs.launchpad.net/bugs/661677
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 626782] Re: Přepínání ploch Cairo -Dock

2010-10-14 Thread Matthieu Baerts
Hello,

Thank you for this bug report.

What's your WM (Compiz, Metacity, etc.) ?
What's the version of Cairo-Dock, your distribution (Ubuntu, Debian, etc.) and 
its version (10.04, lenny, etc.)?

** Summary changed:

- Přepínání ploch Cairo-Dock
+ Cairo-Dock: switcher applet do not respect desktop numbers

-- 
Cairo-Dock: switcher applet do not respect desktop numbers
https://bugs.launchpad.net/bugs/626782
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 626782] Re: Přepínání ploch Cairo -Dock

2010-10-14 Thread Matthieu Baerts
Hello,

Thank you for this bug report.

What's your WM (Compiz, Metacity, etc.) ?

** Changed in: cairo-dock (Ubuntu)
   Status: New => Incomplete

-- 
Cairo-Dock: switcher applet do not respect desktop numbers
https://bugs.launchpad.net/bugs/626782
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 657998] Re: sub-dock icon gets scrambled on resume from sleep

2010-10-11 Thread Matthieu Baerts
*** This bug is a duplicate of bug 535065 ***
https://bugs.launchpad.net/bugs/535065

** Also affects: nvidia-graphics-drivers (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: New => Confirmed

** Changed in: cairo-dock-core
   Status: New => Invalid

** This bug has been marked a duplicate of bug 535065
   launcher icon corruption after wake-up from suspend
 * You can subscribe to bug 535065 by following this link: 
https://bugs.launchpad.net/cairo-dock-plug-ins/+bug/535065/+subscribe

-- 
sub-dock icon gets scrambled on resume from sleep
https://bugs.launchpad.net/bugs/657998
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 657564] Re: Duplicated package with cairo-dock-plugins (coming from Debian)

2010-10-10 Thread Matthieu Baerts
@Matthias Klose:

Hello doko,
Is it possible to remove this source (cairo-dock-plugins) from the 
repositories? :)

Thank you for your help!

** Changed in: cairo-dock-plugins (Ubuntu)
   Status: New => Confirmed

-- 
Duplicated package with cairo-dock-plugins (coming from Debian)
https://bugs.launchpad.net/bugs/657564
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 657564] Re: Duplicated package with cairo-dock-plugins (coming from Debian)

2010-10-10 Thread Matthieu Baerts
Hello Nobuhiro Iwamatsu,

The current version of Cairo-Dock is the 2.2.0 where Autoconf has been replaced 
by CMake.
I've updated the 'debian' configuration's files and you can see: this version 
is also available in the current repository of Ubuntu (Maverick 10.10).
So I just want to know if it's possible the sync these packages with those for 
Debian? So the cairo-dock-plugins packages will be deprecated and replaced by 
cairo-dock-plug-ins.
If you want, I can maintain these packages in Debian too :) . I think it's 
maybe the best solution because I already maintain Ubuntu packages. Also I'm 
part of the Cairo-Dock team so I am aware of almost everything ;)
What do you think about that? :)

PS: of course, I don't have the right to upload into debian repositories
and I need a sponsor for that (and also to check a second time if
everything is ok ;) ). So if you want, you're welcome ;) (but I can also
contact someone else :) )

-- 
Duplicated package with cairo-dock-plugins (coming from Debian)
https://bugs.launchpad.net/bugs/657564
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 657564] Re: Duplicated package with cairo-dock-plugins (coming from Debian)

2010-10-10 Thread Matthieu Baerts
Hello Fabrice,

Thank you for this bug report!
I was already notified by this problem and I wanted to open a bug report too. 
So now, it's time to fix it :)

-- 
Duplicated package with cairo-dock-plugins (coming from Debian)
https://bugs.launchpad.net/bugs/657564
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 657564] Re: Duplicated package with cairo-dock-plugins (coming from Debian)

2010-10-10 Thread Matthieu Baerts
** Also affects: cairo-dock-plugins (Debian)
   Importance: Undecided
   Status: New

** Changed in: cairo-dock-plug-ins (Ubuntu)
 Assignee: (unassigned) => Matthieu Baerts (matttbe)

-- 
Duplicated package with cairo-dock-plugins (coming from Debian)
https://bugs.launchpad.net/bugs/657564
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 657564] Re: Duplicated package with cairo-dock-plugins (coming from Debian)

2010-10-10 Thread Matthieu Baerts
** Also affects: cairo-dock-plugins (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Duplicated package with cairo-dock-plugins (coming from Debian)
https://bugs.launchpad.net/bugs/657564
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 653702] Re: Please update cairo-dock to the final 2.2.0~4 version (bugs fixed)

2010-10-06 Thread Matthieu Baerts
Hey Didier,

Firstly, thank you for your support ;)
Secondly, sorry for the delay...

About the diff, I've re-submitted a new merge proposal for 'cairo-dock'.
So the diff has been updated and is available:
https://code.launchpad.net/~cairo-dock-team/cairo-dock-
core/ubuntu/+merge/37759 or directly on https://code.launchpad.net
/~cairo-dock-team/cairo-dock-core/ubuntu/+merge/37759/+preview-
diff/+files/preview.diff

The branch lp:ubuntu/cairo-dock-plug-ins is still not up to date so I've
joined the diff here.

About: "a reproduceable testcase as well to check that the new version is still 
working"
This new version is available from our repository and ppa and it has been 
tested by a lot of people (at least 5 people :P )
But I think that Fabounet will add a new message about a complete reproducible 
testcase ;)

Thank you!

** Patch added: "cairo-dock-plug-ins_2.2.0~4.patch"
   
https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/653702/+attachment/1675454/+files/cairo-dock-plug-ins_2.2.0%7E4.patch

-- 
Please update cairo-dock to the final 2.2.0~4 version (bugs fixed)
https://bugs.launchpad.net/bugs/653702
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 653336] Re: All .mo files aren't installed into the right directory

2010-10-02 Thread Matthieu Baerts
Should be fixed with the final 2.2.0~4 version: bug #653702

-- 
All .mo files aren't installed into the right directory
https://bugs.launchpad.net/bugs/653336
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 653702] Re: Please update cairo-dock to the final 2.2.0~4 version (bugs fixed)

2010-10-02 Thread Matthieu Baerts
Please note that the branches lp:ubuntu/cairo-dock and lp:ubuntu/cairo-
dock-plug-ins aren't up to date

The official tarballs are also available:
 * https://launchpad.net/cairo-dock-core/2.2/2.2.0
 * https://launchpad.net/cairo-dock-plug-ins/2.2/2.2.0

This is a 'bugs fixed' version!

Thank you for your help!

-- 
Please update cairo-dock to the final 2.2.0~4 version (bugs fixed)
https://bugs.launchpad.net/bugs/653702
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 653702] [NEW] Please update cairo-dock to the final 2.2.0~4 version (bugs fixed)

2010-10-02 Thread Matthieu Baerts
Public bug reported:

Binary package hint: cairo-dock & cairo-dock-plug-ins

This is bugs fixed version of the 2.2.0 release.
Since the 2.2.0~2, a few minor bugs have been fixed.

Two branches will be proposed for merging:
 * lp:~cairo-dock-team/cairo-dock-core/ubuntu
 * lp:~cairo-dock-team/cairo-dock-plug-ins/ubuntu

REM : Please update cairo-dock AND cairo-dock-plug-ins.


Summary:
cairo-dock (2.2.0~4-0ubuntu1) UNRELEASED; urgency=low

  * Fixed a few bugs:
   - Fixed a random crash if CD is launched much time before the WM
   - Improved the OpenGL backend.
   - Some Images paths were wrong
   - Icon label text was truncated (LP: #611738)
   - Fixed a bug when the font was too big
   - Gauges: Add a line return in order to read all Readme file
   - Dialogues don't respect selected font (LP: #518628)
  * debian/control:
   - Updated the description.
  * data/help.conf.in:
   - Removed the Gnome-Panel: Used the right gconf key

cairo-dock-plug-ins (2.2.0~4-0ubuntu1) UNRELEASED; urgency=low

  * Fixed a few bugs:
   - All .mo files aren't installed into the right directory (LP: #653336)
   - Dbus: Fixed a crash when exiting Cairo-Dock
   - Indicator: Some modifications needed for the latest
 version of libindicator
   - RSSreader: Prevented a crash if myDrawContext != NULL
   - Clock: Prevented a crash if myDrawContext != NULL
   - Switcher:
- Prevented a crash if myDrawContext != NULL
- Fixed a crash if the plugin is launched much time before the WM
   - musicPlayer:
- Used the right image set from the config panel
- MPRIS plugin: fixed a bug with the tracknumber
   - Systray: not drawn outside the screen.
   - tomboy: not popup a dialog inside the screen
   - xfce-integration: displayed a window when logout applet is launched
  * debian/control:
   - Updated the version of cairo-dock-dev and cairo-dock-core

** Affects: cairo-dock (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: cairo-dock-plug-ins (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: cairo-dock (Ubuntu)
   Status: New => Confirmed

** Description changed:

- Binary package hint: cairo-dock
+ Binary package hint: cairo-dock & cairo-dock-plug-ins
  
  This is bugs fixed version of the 2.2.0 release.
  Since the 2.2.0~2, a few minor bugs have been fixed.
  
  Two branches will be proposed for merging:
-  * lp:~cairo-dock-team/cairo-dock-core/ubuntu
-  * lp:~cairo-dock-team/cairo-dock-plug-ins/ubuntu
+  * lp:~cairo-dock-team/cairo-dock-core/ubuntu
+  * lp:~cairo-dock-team/cairo-dock-plug-ins/ubuntu
  
  REM : Please update cairo-dock AND cairo-dock-plug-ins.
+ 
  
  Summary:
  cairo-dock (2.2.0~4-0ubuntu1) UNRELEASED; urgency=low
  
-   * Fixed a few bugs:
-- Fixed a random crash if CD is launched much time before the WM
-- Improved the OpenGL backend.
-- Some Images paths were wrong
-- Icon label text was truncated (LP: #611738)
-- Fixed a bug when the font was too big
-- Gauges: Add a line return in order to read all Readme file
-- Dialogues don't respect selected font (LP: #518628)
-   * debian/control:
-- Updated the description.
-   * data/help.conf.in:
-- Removed the Gnome-Panel: Used the right gconf key
+   * Fixed a few bugs:
+    - Fixed a random crash if CD is launched much time before the WM
+    - Improved the OpenGL backend.
+    - Some Images paths were wrong
+    - Icon label text was truncated (LP: #611738)
+    - Fixed a bug when the font was too big
+    - Gauges: Add a line return in order to read all Readme file
+    - Dialogues don't respect selected font (LP: #518628)
+   * debian/control:
+    - Updated the description.
+   * data/help.conf.in:
+    - Removed the Gnome-Panel: Used the right gconf key
  
  cairo-dock-plug-ins (2.2.0~4-0ubuntu1) UNRELEASED; urgency=low
  
-   * Fixed a few bugs:
-- All .mo files aren't installed into the right directory (LP: #653336)
-- Dbus: Fixed a crash when exiting Cairo-Dock
-- Indicator: Some modifications needed for the latest
-  version of libindicator
-- RSSreader: Prevented a crash if myDrawContext != NULL
-- Clock: Prevented a crash if myDrawContext != NULL
-- Switcher:
- - Prevented a crash if myDrawContext != NULL
- - Fixed a crash if the plugin is launched much time before the WM
-- musicPlayer:
- - Used the right image set from the config panel
- - MPRIS plugin: fixed a bug with the tracknumber
-- Systray: not drawed outside the screen.
-- tomboy: not popup a dialog inside the screen
-- xfce-integration: displayed a window when logout applet is launched
-   * debian/control:
-- Updated the version of cairo-dock-dev and cairo-dock-core
+   * Fixed a few bugs:
+    - All .mo files aren't installed into the right directory (LP: #653336)
+    - Dbus: Fixed a crash when exiting Cairo-Dock
+    - Indicator: Some modifications needed for the latest
+  version of libin

<    14   15   16   17   18   19   20   21   22   23   >