[Bug 987664] Re: allow to set restart/resume time

2012-04-30 Thread jacopoL
hakaishi: I actually tested that in python by connecting to the dbus session bus and calling the two methods (without parameters) on the org.gnome.SessionManager interface. I'm running Unity on Ubuntu 12.04. If you need me to test something in particular about that or if you need more info about my

[Bug 987664] Re: allow to set restart/resume time

2012-04-29 Thread jacopoL
ceg: I set it to invalid because GNOME Session Shutdown is something like a GNOME high-level equivalent of the 'shutdown' command, and I think that you are looking for some different kind of multipurpose tool… or maybe something to call just before gnome-session-shutdown (command line) or qshutdown

[Bug 987664] Re: allow to set restart/resume time

2012-04-29 Thread jacopoL
I'm not sure about the older versions, but on my Ubuntu 12.04 they don't do the same: Shutdown shows the dialog with a 60-seconds countdown and RequestShutdown doesn't show any dialog. GNOME Session Shutdown calls the first method because I liked the idea to have one last chance to cancel the shut

[Bug 987664] Re: allow to set restart/resume time

2012-04-29 Thread jacopoL
It does show the shutdown dialog for 60 seconds (that is your last chance to cancel the shutdown) and then it shuts the system down. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/987664 Title: allow

[Bug 987664] Re: allow to set restart/resume time

2012-04-29 Thread jacopoL
GNOME Session Shutdown can trigger a shutdown from user space via dbus. Its syntax is similar to that of the 'shutdown' command (e.g. 'gnome- session-shutdown -P +30') but it doesn't need root privileges. I wrote it because I needed to programmatically shut down the system in a clean fashion (inst

[Bug 934711] Re: Uncaught exception loading websites that use nsIDOMHistory interface in Thunderbird after upgrade to 10.0.2 (10.0.2+build1-0ubuntu0.11.10.1)

2012-03-22 Thread jacopoL
Fixed in 11.0+build1-0ubuntu0.11.10.1 ** Changed in: thunderbird (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/934711 Title: Uncaught exception loa

[Bug 934711] Re: Some web sites stopped working within Thunderbird after upgrade to 10.0.2 (10.0.2+build1-0ubuntu0.11.10.1)

2012-03-08 Thread jacopoL
Loading plus.google.com results in the following error in the Error console: Errore: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMHistory.replaceState]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: https://plus.google

[Bug 934711] Re: Some web sites stopped working within Thunderbird after upgrade to 10.0.2 (10.0.2+build1-0ubuntu0.11.10.1)

2012-02-21 Thread jacopoL
Cleaning Thunderbird's cache and restarting it didn't help either. ** Summary changed: - Google Plus (Google+) stopped working within Thunderbird after upgrade to 10.0.2 (10.0.2+build1-0ubuntu0.11.10.1) + Some web sites stopped working within Thunderbird after upgrade to 10.0.2 (10.0.2+build1-0

[Bug 889585] Re: Audacious is pretty outdated in Ubuntu repositories (new upstream release: audacious 3.2)

2012-01-24 Thread jacopoL
Audacious 3.2+ won't compile with the FFaudio input plugin enabled on Ubuntu (Precise Pangolin included) because it needs FFmpeg 0.9+. This happens since Audacious' ffaudio plugin is using avcodec_decode_audio4() instead of avcodec_decode_audio3(), now deprecated. A quick and dirty workaround cons

[Bug 681994] Re: Audacious doesn't support the MPRIS 2 specification

2012-01-24 Thread jacopoL
** Changed in: audacious (Ubuntu) Status: Fix Committed => 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/681994 Title: Audacious doesn't support the MPRIS 2 specification To man

[Bug 681994] Re: Audacious doesn't support the MPRIS 2 specification

2011-12-26 Thread jacopoL
Fixed: http://redmine.audacious-media-player.org/issues/14#note-7 ** Changed in: audacious (Ubuntu) Status: Confirmed => 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/681994 Titl

[Bug 887850] Re: Assert failures in cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed, after upgrading to Oneiric with unity-2d

2011-12-23 Thread jacopoL
I tried installing libcairo2 1.10.2-2ubuntu2 from Natty (http://launchpadlibrarian.net/68707396/libcairo2_1.10.2-2ubuntu2_i386.deb) and libcairo2 1.10.2-6.1ubuntu2 from Precise (http://launchpadlibrarian.net/85598225/libcairo2_1.10.2-6.1ubuntu2_i386.deb) but the problem is always present. -- You

[Bug 890503] Re: [Oneiric] Cheese won't start (Unable to initialize Clutter: Unable to find suitable fbconfig for the GLX context)

2011-12-23 Thread jacopoL
I tried backporting clutter-1.0 from Precise with Prevu but I didn't have any luck. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890503 Title: [Oneiric] Cheese won't start (Unable to initialize Clu

[Bug 887850] Re: Assert failures in cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed, after upgrading to Oneiric with unity-2d

2011-12-23 Thread jacopoL
I think the same. If I understand, the same problem originates in Cairo/Pango (the 2D graphics library) and affects Gwibber, Pidgin, Chromium, Banshee and maybe others. It would be nice to hear something from someone more expert. -- You received this bug notification because you are a member of

[Bug 681994] Re: Audacious doesn't support the MPRIS 2 specification

2011-12-22 Thread jacopoL
new upstream report: http://redmine.audacious-media-player.org/issues/14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/681994 Title: Audacious doesn't support the MPRIS 2 specification To manage no

[Bug 890503] Re: [Oneiric] Cheese won't start (Unable to initialize Clutter: Unable to find suitable fbconfig for the GLX context)

2011-12-21 Thread jacopoL
Fixed in libclutter-1.0 version 1.8.2-2 Committed in master on 2011-11-01: http://git.gnome.org/browse/clutter/commit/?id=db53ca382c5db10fa19f93761b8f898b20a4534f Committed in 1.8 on 2011-11-01: http://git.gnome.org/browse/clutter/commit/?id=db53ca382c5db10fa19f93761b8f898b20a4534f Imported in D

[Bug 811534] Re: gwibber-accounts assert failure: python: /build/buildd/cairo-1.10.2/src/cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed.

2011-12-16 Thread jacopoL
*** This bug is a duplicate of bug 887850 *** https://bugs.launchpad.net/bugs/887850 ** This bug has been marked a duplicate of bug 887850 Assert failures in cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed, after upgrading to Oneiric

[Bug 830144] Re: gwibber-accounts assert failure: python: /build/buildd/cairo-1.10.2/src/cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed.

2011-12-16 Thread jacopoL
*** This bug is a duplicate of bug 887850 *** https://bugs.launchpad.net/bugs/887850 ** This bug is no longer a duplicate of bug 811534 gwibber-accounts assert failure: python: /build/buildd/cairo-1.10.2/src/cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO

[Bug 843868] Re: gwibber-accounts crashed after sending credentials to twitter (gwibber-accounts assert failure)

2011-12-16 Thread jacopoL
*** This bug is a duplicate of bug 887850 *** https://bugs.launchpad.net/bugs/887850 ** This bug is no longer a duplicate of bug 811534 gwibber-accounts assert failure: python: /build/buildd/cairo-1.10.2/src/cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO

[Bug 859095] Re: gwibber-accounts assert failure: python: /build/buildd/cairo-1.10.2/src/cairo-surface.c:1287: cairo_surface_set_device_offset: asserzione \"status == CAIRO_STATUS_SUCCESS\" non riusci

2011-12-16 Thread jacopoL
*** This bug is a duplicate of bug 887850 *** https://bugs.launchpad.net/bugs/887850 ** This bug has been marked a duplicate of bug 811534 gwibber-accounts assert failure: python: /build/buildd/cairo-1.10.2/src/cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CA

[Bug 863406] Re: gwibber-accounts assert failure: python: /build/buildd/cairo-1.10.2/src/cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed.

2011-12-16 Thread jacopoL
*** This bug is a duplicate of bug 887850 *** https://bugs.launchpad.net/bugs/887850 ** This bug is no longer a duplicate of bug 811534 gwibber-accounts assert failure: python: /build/buildd/cairo-1.10.2/src/cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO

[Bug 887850] Re: Assert failures in cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed, after upgrading to Oneiric with unity-2d

2011-12-16 Thread jacopoL
Related to: http://developer.pidgin.im/ticket/13810 ** Bug watch added: Pidgin Trac #13810 http://developer.pidgin.im/ticket/13810 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/887850 Title: Ass

[Bug 887850] Re: Assert failures in cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed, after upgrading to Oneiric with unity-2d

2011-12-16 Thread jacopoL
** Summary changed: - Chromium crashes with assert failures (cairo_surface_set_device_offset) after upgrading to Oneiric with unity-2d + Assert failures in cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed, after upgrading to Oneiric with u

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric with unity-2d

2011-12-16 Thread jacopoL
** Also affects: pango Importance: Undecided Status: New ** Summary changed: - Chromium randomly crashes with assert failures after upgrading to Oneiric with unity-2d + Chromium crashes with assert failures (cairo_surface_set_device_offset) after upgrading to Oneiric with unity-2d **

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric with unity-2d

2011-11-20 Thread jacopoL
** Attachment added: "gdb-chromium-browser.3.txt" https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/887850/+attachment/2603177/+files/gdb-chromium-browser.3.txt ** Also affects: libcairo Importance: Undecided Status: New ** Tags added: cairo -- You received this bug

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric with unity-2d

2011-11-20 Thread jacopoL
** Attachment added: "gdb-chromium-browser.2.txt" https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/887850/+attachment/2603176/+files/gdb-chromium-browser.2.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric with unity-2d

2011-11-20 Thread jacopoL
** Attachment added: "gdb-chromium-browser.1.txt" https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/887850/+attachment/2603175/+files/gdb-chromium-browser.1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 890503] Re: [Oneiric] Cheese won't start (Unable to initialize Clutter: Unable to find suitable fbconfig for the GLX context)

2011-11-14 Thread jacopoL
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890503 Title: [Oneiric] Cheese won't start (Unable to initialize Clutter: Unable to find suitable fbconfig for the GLX context) To manage notification

[Bug 890503] [NEW] [Oneiric] Cheese won't start (Unable to initialize Clutter: Unable to find suitable fbconfig for the GLX context)

2011-11-14 Thread jacopoL
Public bug reported: When I try to run Cheese I receive this error message in the terminal: Clutter-CRITICAL **: Unable to initialize Clutter: Unable to find suitable fbconfig for the GLX context: Unable to find fbconfig with rgba visual Everything worked fine with Cheese 2.32 in Natty. Problem

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric with unity-2d

2011-11-11 Thread jacopoL
** Summary changed: - Chromium randomly crashes with assert failures after upgrading to Oneiric + Chromium randomly crashes with assert failures after upgrading to Oneiric with unity-2d ** Description changed: After upgrading to Ubuntu 11.10, Chromium started crashing randomly with errors l

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric

2011-11-11 Thread jacopoL
** Attachment added: "chromium-browser.6.log" https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/887850/+attachment/2593408/+files/chromium-browser.6.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric

2011-11-11 Thread jacopoL
** Attachment added: "chromium-browser.5.log" https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/887850/+attachment/2593407/+files/chromium-browser.5.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric

2011-11-08 Thread jacopoL
** Attachment added: "chromium-browser.2.log" https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/887850/+attachment/2590144/+files/chromium-browser.2.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric

2011-11-08 Thread jacopoL
** Attachment added: "chromium-browser.1.log" https://bugs.launchpad.net/bugs/887850/+attachment/2590134/+files/chromium-browser.1.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/887850 Title:

[Bug 887850] [NEW] Chromium randomly crashes with assert failures after upgrading to Oneiric

2011-11-08 Thread jacopoL
Public bug reported: After upgrading to Ubuntu 11.10, Chromium started crashing randomly with errors like: [12848:12848:46799318261:ERROR:browser_main.cc(96)] Gtk: gtk_widget_size_allocate(): attempt to allocate widget with width -2147483648 and height 876 chromium-browser: /build/buildd/cairo

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric

2011-11-08 Thread jacopoL
** Attachment added: "chromium-browser.4.log" https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/887850/+attachment/2590147/+files/chromium-browser.4.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 887850] Re: Chromium randomly crashes with assert failures after upgrading to Oneiric

2011-11-08 Thread jacopoL
** Attachment added: "chromium-browser.3.log" https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/887850/+attachment/2590146/+files/chromium-browser.3.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 681994] Re: Audacious doesn't support the MPRIS 2 specification

2011-11-05 Thread jacopoL
reported upstream: http://jira.atheme.org/browse/AUD-388 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/681994 Title: Audacious doesn't support the MPRIS 2 specification To manage notifications abou

[Bug 681994] Re: Audacious doesn't support the MPRIS 2 specification

2011-11-05 Thread jacopoL
** Description changed: Binary package hint: audacious - Audacious 2.4 cannot be controlled from the Ubuntu sound menu (even when - correctly registered in it: see bug #658001) because it doesn't support - the latest major revision of the MPRIS specification (v2, - http://www.mpris.org). + Au

[Bug 658001] Re: [Maverick] Audacious does not appear in the sound menu in Ubuntu 10.10

2011-11-05 Thread jacopoL
*** This bug is a duplicate of bug 681994 *** https://bugs.launchpad.net/bugs/681994 ** This bug has been marked a duplicate of bug 681994 Audacious doesn't support the MPRIS 2 specification ** Changed in: audacious-plugins (Ubuntu) Status: In Progress => New -- You received this

[Bug 681994] Re: Audacious doesn't support the MPRIS 2 specification

2011-11-05 Thread jacopoL
** Tags added: oneiric precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/681994 Title: Audacious doesn't support the MPRIS 2 specification To manage notifications about this bug go to: https://

[Bug 773895] Re: Canon printer with Canon's closed-source driver stops working after upgrading Ubuntu from 10.10 to 11.04

2011-11-03 Thread jacopoL
Thank you very much for your help and sorry if I couldn't manage to test your script immediately. Unfortunately something still isn't working. I downloaded the installation script, made it executable and ran it with: sudo ./canon-printing.sh At the end of the script I read the on-screen instruct

[Bug 773895] Re: Canon printer with Canon's closed-source driver stops working after upgrading Ubuntu from 10.10 to 11.04

2011-10-04 Thread jacopoL
Thank you for your reply. Unfortunately, AFAIK, no one has ever released the 3.0 series for printers like the PIXMA iP1800 and iP2200. So the only way to print for me is using maverick. Of course I'll be happy to help testing something for my iP1800. My architecture is x86. -- You received this

[Bug 773895] Re: Canon printer with Canon's closed-source driver stops working after upgrading Ubuntu from 10.10 to 11.04

2011-09-30 Thread jacopoL
@bkintegration, can you explain how did you obtain your cnijfilter- mp630series_3.00-1_i386.modfied.deb so that we can make one (or at least try to) for our iP1800s, iP2200s, etc? any help will be appreciated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 827142] Re: package libreoffice-core 1:3.3.2-1ubuntu5 failed to install/upgrade: lettura breve durante la copia del buffer per dpkg-deb backend su "./usr/lib/libreoffice/basis3.3/program/libvclli

2011-08-16 Thread jacopoL
I issued the following command in the terminal: sudo apt-get install -f and it successfully installed libreoffice-core 1:3.3.3-1ubuntu2, fixing all dependencies. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 827142] Re: package libreoffice-core 1:3.3.2-1ubuntu5 failed to install/upgrade: lettura breve durante la copia del buffer per dpkg-deb backend su "./usr/lib/libreoffice/basis3.3/program/libvclli

2011-08-15 Thread jacopoL
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827142 Title: package libreoffice-core 1:3.3.2-1ubuntu5 failed to install/upgrade: lettura breve durante la copia del buffer per dpkg-deb backend su

[Bug 827142] [NEW] package libreoffice-core 1:3.3.2-1ubuntu5 failed to install/upgrade: lettura breve durante la copia del buffer per dpkg-deb backend su "./usr/lib/libreoffice/basis3.3/program/libvcl

2011-08-15 Thread jacopoL
Public bug reported: Ubuntu told me that some packages needed to be updated. I chose to update them and I expected that the packages were updated successfully. Then Ubuntu told me that there was a problem with one of the packages and asked me to file this bug. ProblemType: Package DistroRelease:

[Bug 665388] Re: [maverick] pulseaudio-module-bluetooth hangs pulseaudio when connect a bluetooth headset

2011-05-10 Thread jacopoL
Still present in Natty. DistroRelease: Ubuntu 11.04 Package: pulseaudio-module-bluetooth 1:0.9.22+stable-queue-24-g67d18-0ubuntu3 ** Tags added: natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/66

[Bug 773895] Re: Canon printer with Canon's closed-source driver stops working after upgrading Ubuntu from 10.10 to 11.04

2011-05-10 Thread jacopoL
Same problem with PIXMA iP1800 (duplicate bug #779557). I tried installing libcupsys2_1.3.9-17ubuntu3.9_all.deb and cnijfilter- common_3.00-1_i386.deb from http://downloads.bkintegration.com/mp620-630/mp620-630.tar.gz but it didn't work. I'd probably need a cnijfilter-ip1800series-3.00 driver but

[Bug 779557] Re: canon ip1800 doesnt work in Natty

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 ii cnijfilter-common 2.70-2 IJ Printer Driver Ver.2.70 for Linux ii cnijfilter-ip1800series 2.70-2 IJ Printer Driver Ver.2.70 for Linux ** This bug

[Bug 779557] UdevLog.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122694/+files/UdevLog.txt ** Tags removed: unity-2d -- You received this bug notification becaus

[Bug 779557] UdevDb.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122693/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu

[Bug 779557] ProcModules.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122692/+files/ProcModules.txt -- You received this bug notification because you are a member

[Bug 779557] ProcInterrupts.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122691/+files/ProcInterrupts.txt -- You received this bug notification because you are a

[Bug 779557] ProcCpuinfo.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122690/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member

[Bug 779557] PrintingPackages.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "PrintingPackages.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122689/+files/PrintingPackages.txt -- You received this bug notification because you ar

[Bug 779557] Lsusb.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122688/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 779557] Lspci.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122687/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 779557] Locale.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "Locale.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122686/+files/Locale.txt -- You received this bug notification because you are a member of Ubuntu

[Bug 779557] Dependencies.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122685/+files/Dependencies.txt -- You received this bug notification because you are a memb

[Bug 779557] CurrentDmesg.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122684/+files/CurrentDmesg.txt -- You received this bug notification because you are a memb

[Bug 779557] BootDmesg.txt

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/779557/+attachment/2122683/+files/BootDmesg.txt -- You received this bug notification because you are a member of

[Bug 779557] Re: canon ip1800 doesnt work in Natty

2011-05-10 Thread jacopoL
*** This bug is a duplicate of bug 773895 *** https://bugs.launchpad.net/bugs/773895 Architecture: i386 CupsErrorLog: E [10/May/2011:14:54:56 +0200] Returning IPP client-error-document-format-not-supported for Print-Job (ipp://localhost/printers/iP1800-series) from localhost DistroRelease: U

[Bug 684836] Re: [RV280] ubuntu boot screen corruption

2011-05-03 Thread jacopoL
the problem is still present in natty, with some minor differences: the ubuntu logo does not seem to be horizontally compressed anymore and I have less random coloured pixels than in maverick. everything else is just the same. ** Description changed: Binary package hint: plymouth When I bo

[Bug 681994] Re: Audacious doesn't support the MPRIS 2 specification

2011-05-03 Thread jacopoL
Still present in Audacious 2.4.4 ** Summary changed: - Audacious doesn't support the MPRIS 2.0 specification + Audacious doesn't support the MPRIS 2 specification ** Description changed: Binary package hint: audacious - Audacious 2.4.0 cannot be controlled from the Ubuntu sound menu (even

[Bug 658001] Re: Audacious does not appear in the sound menu

2011-05-03 Thread jacopoL
hi nenolod, thank you for your interest. I would like to clarify that canonical changed its "ubuntu sound menu" specs in the latest release of ubuntu (https://wiki.ubuntu.com/SoundMenu#For%20Natty) so that upstream projects are *not* required anymore to do anything special for ubuntu. I personally

[Bug 665388] Re: [maverick] pulseaudio-module-bluetooth hangs pulseaudio when connect a bluetooth headset

2011-03-18 Thread jacopoL
The same CELLY BH4 bluetooth headset is working fine on Maverick on another machine. The pc where the headset is not working has an ISSCEDRBTA usb bluetooth dongle: Bus 003 Device 005: ID 1131:1001 Integrated System Solution Corp. KY- BT100 Bluetooth Adapter -- You received this bug notificatio

[Bug 684836] Re: [RV280] ubuntu boot screen corruption

2010-12-20 Thread jacopoL
** Tags added: corruption -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/684836 Title: [RV280] ubuntu boot screen corruption -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.u

[Bug 684916] Re: [RV280] Guest session screen corruption

2010-12-03 Thread jacopoL
** Attachment added: "guest-session-03.jpg" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/684916/+attachment/1754515/+files/guest-session-03.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 684916] Re: [RV280] Guest session screen corruption

2010-12-03 Thread jacopoL
** Attachment added: "guest-session-02.jpg" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/684916/+attachment/1754514/+files/guest-session-02.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 684916] Re: [RV280] Guest session screen corruption

2010-12-03 Thread jacopoL
** Attachment added: "guest-session-01.jpg" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/684916/+attachment/1754513/+files/guest-session-01.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 684916] Re: [RV280] Guest session screen corruption

2010-12-03 Thread jacopoL
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/684916 Title: [RV280] Guest session screen corruption -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listi

[Bug 684916] [NEW] [RV280] Guest session screen corruption

2010-12-03 Thread jacopoL
Public bug reported: Binary package hint: xserver-xorg-video-ati When I click on Guest session three things can happen: 1. The Guest session is started and everything works correctly. This happened only when I tried booting ubuntu with very few Startup Applications enabled and I started the Gues

[Bug 684836] Re: [RV280] ubuntu boot screen corruption

2010-12-03 Thread jacopoL
** Attachment added: "boot-screen.jpg" https://bugs.launchpad.net/bugs/684836/+attachment/1754271/+files/boot-screen.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/684836 Title: [RV280] ubun

[Bug 684836] [NEW] [RV280] ubuntu boot screen corruption

2010-12-03 Thread jacopoL
Public bug reported: Binary package hint: plymouth When I boot my pc the Ubuntu logo screen is correctly displayed for less than a second and then it always appears again with some artifacts: the logo is slightly off set (and a bit compressed horizontally), and on the right of the screen there is

[Bug 658001] Re: Audacious does not appear in the sound menu

2010-12-01 Thread jacopoL
I can try, but I don't know if I can make a really clean package. Isn't it better if I make a patch to audacious-plugins instead of uploading a new package for a single plugin? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 665388] Re: [maverick] pulseaudio-module-bluetooth hangs pulseaudio when connect a bluetooth headset

2010-12-01 Thread jacopoL
I just bought a CELLY BH4 bluetooth headset (I needed to replace as soon as possible my broken home voip phone). I can successfully pair the headset. When I try to connect, the gnome bluetooth menu item behaves just like it was successfully connected (it reports 'connected' and provides a menu i

[Bug 658001] Re: Audacious does not appear in the sound menu

2010-11-26 Thread jacopoL
Audacious cannot be controlled from the playback item in the sound menu because it doesn't support the latest version of the MPRIS specifications (see bug #681994). ** Changed in: audacious-plugins (Ubuntu) Status: Confirmed => In Progress -- Audacious does not appear in the sound menu ht

[Bug 681994] [NEW] Audacious doesn't support the MPRIS 2.0 specification

2010-11-26 Thread jacopoL
Public bug reported: Binary package hint: audacious Audacious 2.4.0 cannot be controlled from the Ubuntu sound menu (even when correctly registered in it: see bug #658001) because it doesn't support the latest version of the MPRIS specification (v2.0, http://www.mpris.org/2.0/spec/). ** Affects:

[Bug 658001] Re: Audacious does not appear in the sound menu

2010-11-22 Thread jacopoL
** Attachment added: "Sound Menu Plugin for Audacious" https://bugs.launchpad.net/ubuntu/+source/audacious-plugins/+bug/658001/+attachment/1740962/+files/audacious-sound-menu_0.1-1_i386.deb -- Audacious does not appear in the sound menu https://bugs.launchpad.net/bugs/658001 You received thi

[Bug 658001] Re: Audacious does not appear in the sound menu

2010-11-22 Thread jacopoL
I implemented the sound menu registration method in a plugin. I used libindicate as specified on https://wiki.ubuntu.com/SoundMenu#Music%20player%20integration Now I have an Audacious section correctly registered in my sound menu. If I select the Audacious item in the sound menu the player is lau

[Bug 658001] Re: Audacious does not appear in the sound menu

2010-10-10 Thread jacopoL
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/658001/+attachment/1683177/+files/Dependencies.txt -- Audacious does not appear in the sound menu https://bugs.launchpad.net/bugs/658001 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 658001] [NEW] Audacious does not appear in the sound menu

2010-10-10 Thread jacopoL
Public bug reported: Binary package hint: audacious-plugins Starting Audacious 2.4.0 on Ubuntu 10.10 does not result in an Audacious section to appear in the sound menu. The Status Icon plugin adds an Audacious icon/menu in the notification area and does not make use of the sound menu. It should

[Bug 523892] Re: awn occasionally causes high X cpu load

2010-08-23 Thread jacopoL
I apologize for not replying promptly. I upgraded to lucid (awn 0.4.0) and never had this problem again. Thank you for your work. ** Changed in: avant-window-navigator (Ubuntu) Status: Invalid => Fix Released -- awn occasionally causes high X cpu load https://bugs.launchpad.net/bugs/5238

[Bug 558841] Re: bluetooth "devices" menu item not working in bluetooth indicator

2010-07-21 Thread jacopoL
when will indicator-application 0.0.22 be available in lucid-proposed? -- bluetooth "devices" menu item not working in bluetooth indicator https://bugs.launchpad.net/bugs/558841 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 549755] Re: Gwibber not retrieving Facebook info

2010-07-09 Thread jacopoL
thank you Omer Akram, I updated gwibber and gwibber-service from lucid- proposed and now something is different, but now I'm getting three 'Facebook error 4 - Application request limit reached' and still cannot receive any facebook notification from gwibber-service. jac...@haydn:~$ gwibber-service

[Bug 574030] Re: does not display notifications for updates

2010-06-28 Thread jacopoL
for facebook notifications see bug 549755 -- does not display notifications for updates https://bugs.launchpad.net/bugs/574030 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 http

[Bug 549755] Re: Gwibber not retrieving Facebook info

2010-06-28 Thread jacopoL
I'm always getting the same three Operation failed errors every time gwibber-service tries refreshing data from facebook. I'm not getting notifications but Gwibber client is working fine. It's a Lucid Lynx fresh install, fully updated. jac...@haydn:~$ gwibber-service --debug -o Updating... Gwibber

[Bug 564471] Re: Lucid: garbled video at boot on radeon 7xxx cards: bad color map due to 16-bit fb

2010-05-05 Thread jacopoL
I'm getting a similar problem on ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01), but the garbage on the screen is quite different (see attached photo). Should I open a new bug or report it here? ** Attachment added: "lucid-rv280.jpg" http://launchpadlibrarian.net/47879821/lucid-rv280.jpg

[Bug 523892] Re: awn occasionally causes high X cpu load

2010-02-18 Thread jacopoL
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39367442/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/39367443/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/39367444/ProcStatus.txt ** Tags ad

[Bug 523892] [NEW] awn occasionally causes high X cpu load

2010-02-18 Thread jacopoL
Public bug reported: Binary package hint: avant-window-navigator Occasionally X starts consistently using 80% cpu leaving the system unresponsive for hours until I terminate awn process. It happens randomly a few times a week or so. I'm using metacity with compositing enabled (Visual Effects: No

[Bug 267642] Re: copying a folder from a secure webdav server to disk results in a html file

2010-02-03 Thread jacopoL
Dependencies: gvfs 1.4.1-0ubuntu1 DistroRelease: Ubuntu 9.10 Package: nautilus 1:2.28.1-0ubuntu3 Uname: Linux 2.6.31-17-generic i686 still here on karmic. ugly workaround: you can copy the folder from outside nautilus, in the terminal, accessing the ~/.gvfs directory -- copying a folder from a

[Bug 468301] Re: audacious2 crashed with SIGSEGV in play_cue_uri()

2009-12-16 Thread jacopoL
** Also affects: pulseaudio Importance: Undecided Status: New -- audacious2 crashed with SIGSEGV in play_cue_uri() https://bugs.launchpad.net/bugs/468301 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 444139] Re: (Needs KMS) Background and full screen apps don't show up when Normal Visual Effects on (ATI RV100/RV200 chipset)

2009-12-05 Thread jacopoL
ok, I installed 2.6.32-020632-generic from http://kernel.ubuntu.com /~kernel-ppa/mainline/drm-next/ kms for radeon is not enabled by default but the good news is that my desktop is not black anymore. unfortunately normal/extra visual effects still don't work (desktop effects could not be enabled)

[Bug 444139] Re: (Needs KMS) Background and full screen apps don't show up when Normal Visual Effects on (ATI RV100/RV200 chipset)

2009-12-04 Thread jacopoL
I'm testing 2.6.32-020632-generic from http://kernel.ubuntu.com/~kernel- ppa/mainline/v2.6.32/ with RV280 [Radeon 9200 SE] kms is not enabled by default and the desktop is still black. enabling radeon modeset=1 option fixes the black background but unfortunately visual effects can't be enabled. I

[Bug 444139] Re: (Needs KMS) Background and full screen apps don't show up when Normal Visual Effects on (Radeon 7500)

2009-11-10 Thread jacopoL
sadly the xorg.conf I posted yesterday leaded to compiz instability. tried adding first "BusType" and then "MigrationHeuristic" with no luck. downgrading libgl1-mesa-dri to version 7.5.1-1 seem to be the only stable workaround for me. -- (Needs KMS) Background and full screen apps don't show up

[Bug 444139] Re: (Needs KMS) Background and full screen apps don't show up when Normal Visual Effects on (Radeon 7500)

2009-11-08 Thread jacopoL
just adding AGPSize 64 to my existing xorg.conf (taken from https://help.ubuntu.com/community/RadeonDriver) works for me, without kms and without downgrading libgl1-mesa-dri. I'm now using Extra Visual Effects at the same speed it was on jaunty (or at least I can't notice differences in browsing,

[Bug 444139] Re: (Needs KMS) Background and full screen apps don't show up when Normal Visual Effects on (Radeon 7500)

2009-11-07 Thread jacopoL
two days ago I turned off kms and downgraded libgl1-mesa-dri to version 7.5.1-1 as bjaglin suggested. I didn't get a freeze, performances seem to be slightly better than jaunty and I have no screen corruption. good fix! -- (Needs KMS) Background and full screen apps don't show up when Normal Visu

[Bug 468301] Re: audacious2 crashed with SIGSEGV in play_cue_uri()

2009-11-02 Thread jacopoL
it seems to happen with every cue file (it never happened with audacious on jaunty) -- audacious2 crashed with SIGSEGV in play_cue_uri() https://bugs.launchpad.net/bugs/468301 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 468301] Re: audacious2 crashed with SIGSEGV in play_cue_uri()

2009-11-01 Thread jacopoL
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/34854225/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/34854226/Disassembly.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/34854227/ProcMaps.txt ** Attac

  1   2   >