[Desktop-packages] [Bug 1061457] Re: cupsd crashed with SIGSEGV in find_subtree_recurse()

2012-10-11 Thread Till Kamppeter
The stack trace is very similar to the one of bug 1034045, at least the part of the trace within the CUPS code is the same. So can you check whether the problem has gone away in the newest version of the CUPS package (1.6.1-0ubuntu10, contains all patches of the linked upstream bug reports).

[Desktop-packages] [Bug 1062838] Re: Xorg crashed with SIGABRT in DoMakeCurrent()

2012-10-11 Thread bugbot
** Tags added: xubuntu -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1062838 Title: Xorg crashed with SIGABRT in DoMakeCurrent() Status in “xorg-server” package in Ubuntu:

[Desktop-packages] [Bug 260918]

2012-10-11 Thread Robert Benjamin
Any progress on getting the webcams to work? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gst-plugins-good0.10 in Ubuntu. https://bugs.launchpad.net/bugs/260918 Title: needed: libv4l and associated application patches (or gspca

[Desktop-packages] [Bug 982518] Re: Impress crashes every time when clicking on Outline/Note/Handout tab

2012-10-11 Thread Christopher M. Penalver
OC / Gianfranco Cecconi, please follow the directions noted in https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/982518/comments/1 . -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu.

[Desktop-packages] [Bug 976331] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b009404

2012-10-11 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Status: Fix Released = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/976331 Title: [i965gm] False GPU lockup

[Desktop-packages] [Bug 681348] Re: Build show me the desktop mini-app that adds a show desktop button to Launcher

2012-10-11 Thread Treviño
** Changed in: unity (Ubuntu) Status: Triaged = Fix Released ** Changed in: unity Status: Triaged = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu. Matching subscriptions:

[Desktop-packages] [Bug 93546] Re: [upstream] Address data sources missing

2012-10-11 Thread Bug Watch Updater
** Changed in: df-libreoffice Status: Incomplete = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to openoffice.org in Ubuntu. https://bugs.launchpad.net/bugs/93546 Title: [upstream] Address data sources missing Status

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Michael Meeks
Any chance of a valgrind trace [ the debugging symbols are helpful - but valgrind should be even sweeter ;-], -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/949997 Title:

[Desktop-packages] [Bug 785518]

2012-10-11 Thread julien2412
Created attachment 66752 valgrind logs On pc Debian x86-64 with master sources updated today, I still reproduce the problem. So I tried to retrieve a valgrind log but I don't know if it contains the crash. I noticed the line 14601: ==10034== Address 0x21b86020 is 8 bytes after a block of size

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Michael Meeks
It -looks- like the undo action itself is the broken bit - which appears not to remove the object from the slide itself leaving it owned by the SfxListUndoAction and also linked to in the slide. Switching the master- page just clears the undo queue and forces the crash sooner (that would otherwise

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Michael Meeks
Created attachment 66770 cleaner log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/785518 Title: [Upstream] soffice.bin crashed with SIGSEGV in SdrEndTextEdit() Status in

[Desktop-packages] [Bug 93546]

2012-10-11 Thread Lionel Elie Mamane
(In reply to comment #60) Any more joy in finding / splitting out the component parts of this multi-issue bug ? You are right, there was enough time for that to happen, now closing. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Michael Meeks
I'm just being a lamer - this is easy to reproduce here; I'll poke at it... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/949997 Title: [Upstream] Ctrl + z and Enter soffice.bin

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Michael Meeks
It -looks- like the undo action itself is the broken bit - which appears not to remove the object from the slide itself leaving it owned by the SfxListUndoAction and also linked to in the slide. Switching the master- page just clears the undo queue and forces the crash sooner (that would otherwise

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Michael Meeks
Created attachment 66772 valgrind log with more frames -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/949997 Title: [Upstream] Ctrl + z and Enter soffice.bin crashed with SIGSEGV

[Desktop-packages] [Bug 949997]

2012-10-11 Thread julien2412
Created attachment 66752 valgrind logs On pc Debian x86-64 with master sources updated today, I still reproduce the problem. So I tried to retrieve a valgrind log but I don't know if it contains the crash. I noticed the line 14601: ==10034== Address 0x21b86020 is 8 bytes after a block of size

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Michael Meeks
Looks like the SdrUndoInsertObj is the problem, impress creates a derived class SdrUndoNewObj : public SdrUndoInsertObj from CreateUndoNewObject: #0 SdrUndoFactory::CreateUndoNewObject (this=0x95c4c08, rObject=..., bOrdNumDirect=false) at

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Michael Meeks
I'm just being a lamer - this is easy to reproduce here; I'll poke at it... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/785518 Title: [Upstream] soffice.bin crashed with

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Michael Meeks
I'm suspicious of the: svdundo.cxx /SdrUndoInsertObj::Undo/ method - I imagine it is removing a different object than the one it is intended to do (which explains why the main text box in the body disappears, instead of the header on undo ;-) - an off-by-one as it were. With this debugging patch:

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Michael Meeks
Created attachment 66772 valgrind log with more frames -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/785518 Title: [Upstream] soffice.bin crashed with SIGSEGV in

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Michael Meeks
It would be great to have a bibsect investigation on this one - then again - it is a really early issue: Crash is [Reproducible] with LibreOffice 3.3.1 RC2 – WIN7 Home Premium (64bit) German UI [OOO330m19 (build 8 / tag 3.3.1.2)] That's pretty horrible; so somewhere really early in our launch

[Desktop-packages] [Bug 93546]

2012-10-11 Thread NoOp
Ubuntu 12.04 (no distro versions of LO - all are direct LO .deb's) LibreOffice 3.5.7.1 Build ID: 3fa2330-e49ffd2-90d118b-705e248-051e21c Works for me, for the most part[1] o Mozilla/Netscape o Thunderbird/Icedove o LDAP address data o Other external data source - JDBC - Oracle JDBC - KDE

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Michael Meeks
Lovely - thanks so much for that Julien - very helpful. You can see the mess that Java makes in the trace (be nice to turn that off somehow I guess if it's possible). Sadly the Python garbage collector also produces a huge mass of false positives as well [ I guess disabling / deleting *py*.so in

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Karlsen-masur
(In reply to comment #33) It'd be great to have a translation of GetOrdNum vs. GetOrdNumDirect in svx/inc/svx/svdobj.hxx - to try to grok what's going on there - if there is a German speaker around. // Ueber die Objekt-Ordnungsnummer kann man feststellen, ob ein Objekt vor // oder hinter

[Desktop-packages] [Bug 93546]

2012-10-11 Thread Iplaw67
(In reply to comment #58) In my testing (my libreoffice-3-6 development tree and LibreOffice 3.6.1.1 official amd64 .debs on Debian amd64 with package libebook-1.2-12 version 3.2.2-3, file /usr/lib/libebook-1.2.so.12), I have: Mozilla / Netscape Thunderbird/Icedove LDAP Other The

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Michael Meeks
Any chance of a valgrind trace [ the debugging symbols are helpful - but valgrind should be even sweeter ;-], -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/785518 Title:

[Desktop-packages] [Bug 93546]

2012-10-11 Thread Michael Meeks
Any more joy in finding / splitting out the component parts of this multi-issue bug ? if not perhaps closing it would provoke filing separate bugs for any remaining issues ? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to openoffice.org

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Michael Meeks
Created attachment 66770 cleaner log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/949997 Title: [Upstream] Ctrl + z and Enter soffice.bin crashed with SIGSEGV in

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Michael Meeks
Created attachment 66782 horrible hack-around ... This is an horrible band-aid, it stops the crash - but ... it's hard to live with oneself here. Clearly the arithmetic is going -badly- wrong here, for some reason - and the code looks glass-fragile all about the place ;-) OTOH the band-aid can't

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Karlsen-masur
(In reply to comment #33) It'd be great to have a translation of GetOrdNum vs. GetOrdNumDirect in svx/inc/svx/svdobj.hxx - to try to grok what's going on there - if there is a German speaker around. // Ueber die Objekt-Ordnungsnummer kann man feststellen, ob ein Objekt vor // oder hinter

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Michael Meeks
Created attachment 66782 horrible hack-around ... This is an horrible band-aid, it stops the crash - but ... it's hard to live with oneself here. Clearly the arithmetic is going -badly- wrong here, for some reason - and the code looks glass-fragile all about the place ;-) OTOH the band-aid can't

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Michael Meeks
Looks like the SdrUndoInsertObj is the problem, impress creates a derived class SdrUndoNewObj : public SdrUndoInsertObj from CreateUndoNewObject: #0 SdrUndoFactory::CreateUndoNewObject (this=0x95c4c08, rObject=..., bOrdNumDirect=false) at

[Desktop-packages] [Bug 949997]

2012-10-11 Thread Michael Meeks
Lovely - thanks so much for that Julien - very helpful. You can see the mess that Java makes in the trace (be nice to turn that off somehow I guess if it's possible). Sadly the Python garbage collector also produces a huge mass of false positives as well [ I guess disabling / deleting *py*.so in

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Michael Meeks
I'm suspicious of the: svdundo.cxx /SdrUndoInsertObj::Undo/ method - I imagine it is removing a different object than the one it is intended to do (which explains why the main text box in the body disappears, instead of the header on undo ;-) - an off-by-one as it were. With this debugging patch:

[Desktop-packages] [Bug 785518]

2012-10-11 Thread Michael Meeks
It would be great to have a bibsect investigation on this one - then again - it is a really early issue: Crash is [Reproducible] with LibreOffice 3.3.1 RC2 – WIN7 Home Premium (64bit) German UI [OOO330m19 (build 8 / tag 3.3.1.2)] That's pretty horrible; so somewhere really early in our launch

[Desktop-packages] [Bug 1061073] Re: Desktop effects are slow and desktop corruption using mesa 9

2012-10-11 Thread stefan
i see the same behavior (slowness, artifacts). moreover, when using kwin_gles instead of kwin the screen does not seem to be re-drawn correctly. for example, invoking the run command interface starts to show it but does not finish the animation. the result is that you type but don't see what

[Desktop-packages] [Bug 1065481] [NEW] reinstall previous purchases with system wide license key fails

2012-10-11 Thread Michael Vogt
Public bug reported: When reinstalling a previous purchase that has a system wide license key, the download of the license key fails because the oauth token is not set correctly. ** Affects: software-center (Ubuntu) Importance: Critical Status: In Progress ** Changed in:

[Desktop-packages] [Bug 989921] Re: package colord 0.1.16-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-10-11 Thread Berend De Schouwer
Still happens with 12.04 - 12.10 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to colord in Ubuntu. https://bugs.launchpad.net/bugs/989921 Title: package colord 0.1.16-2 failed to install/upgrade: ErrorMessage: subprocess installed

[Desktop-packages] [Bug 423163] Invitation to connect on LinkedIn

2012-10-11 Thread shiranp3
LinkedIn Bug, I'd like to add you to my professional network on LinkedIn. - Shiran Shiran Guez Senior System Test Engineer at Compass-EOS Israel Confirm that you know Shiran Guez: https://www.linkedin.com/e/-w9cz5l-h85t5oq2-3c/isd/7102700806/2l0qVmFf/?hs=falsetok=0XsMHVw6f8jRs1

[Desktop-packages] [Bug 1058753] Re: Radeon driver nolonger works on PowerPC without drm

2012-10-11 Thread bugbot
** Tags added: precise -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu. https://bugs.launchpad.net/bugs/1058753 Title: Radeon driver nolonger works on PowerPC without drm Status in

[Desktop-packages] [Bug 1010349] Re: Evolution address book inaccessible without killing one time e-addressbook-factory

2012-10-11 Thread Bronkhorst R.B.
Same issue here since a few months (12.04). Does anyone know if Canonical is going to work on this problem or is this part of the transition to Mozilla leaving Evolution? For me, Mozilla does not the job like Evolution does. Rob -- You received this bug notification because you are a

[Desktop-packages] [Bug 1064999] Re: User switching not working

2012-10-11 Thread Timo Aaltonen
look in /var/log/lightdm, attach the logfiles from the second session (likely x-1.*) ** Package changed: xorg (Ubuntu) = xserver-xorg-video-intel (Ubuntu) ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a

[Desktop-packages] [Bug 1065289] Re: Performance poor

2012-10-11 Thread Timo Aaltonen
the effects are as smooth as they get ** Changed in: xorg (Ubuntu) Status: New = Opinion -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1065289 Title: Performance poor Status

[Desktop-packages] [Bug 301958] Re: no support for sis 671/771 video cards

2012-10-11 Thread Timo Aaltonen
** Summary changed: - [needs-packaging] no working driver for sis 671/771 video cards + no support for sis 671/771 video cards -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-sis in Ubuntu.

[Desktop-packages] [Bug 974041] Re: KWin option of auto-suspending for fullscreen windows often causes X to crash in libdrm_intel

2012-10-11 Thread Roman
I have upgraded my system to Ubuntu 12.10, where this bug is not present, so I cannot track its state here any more. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/974041 Title:

[Desktop-packages] [Bug 1043349] Re: User Accounts reports wrong Automatic Login status when upgading from 12.04

2012-10-11 Thread Ubuntu Foundation's Bug Bot
The attachment DIFF of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from the bug

[Desktop-packages] [Bug 1065363] Re: BUG

2012-10-11 Thread Timo Aaltonen
I don't see a bug mentioned. You need to tell what's wrong. ** Changed in: xorg (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1065363 Title: BUG

[Desktop-packages] [Bug 1065050] Re: xorg Resolution is incorrect

2012-10-11 Thread Timo Aaltonen
*** This bug is a duplicate of bug 301958 *** https://bugs.launchpad.net/bugs/301958 ** This bug has been marked a duplicate of bug 301958 no support for sis 671/771 video cards -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1065486] Re: Libreoofice hangs while opening xlsx file

2012-10-11 Thread Kamalakar Agashe
Adding other attachments ** Attachment added: strace.log.bz2 https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1065486/+attachment/3394548/+files/strace.log.bz2 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in

[Desktop-packages] [Bug 1065486] [NEW] Libreoofice hangs while opening xlsx file

2012-10-11 Thread Kamalakar Agashe
Public bug reported: $ lsb_release -rd Description:Ubuntu 12.04.1 LTS Release:12.04 Version: libreoffice-calc 1:3.5.4-0ubuntu1.1 I installed libreoffice-dbg 1:3.5.4-0ubuntu1.1 and followed instructions. $ soffice --backtrace and opened the xlsx file and libreoffice hanged. I

[Desktop-packages] [Bug 1065486] Re: Libreoofice hangs while opening xlsx file

2012-10-11 Thread Kamalakar Agashe
Adding the xlxs file due to which libreoffice hangs. ** Attachment added: xlxs file which hangs libreoffice. https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1065486/+attachment/3394549/+files/Daily_meeting_11th_oct.XLSX -- You received this bug notification because you are a

[Desktop-packages] [Bug 603402]

2012-10-11 Thread David Lechner
We could take advantage of the X-GM-LABELS and X-GM-MSGID attributes to fix this bug. Algorithm would be: If message flags are updated and message has X-GM- LABELS, then iterate labels and find messages with matching X-GM-MSGID and update the flags for those messages. -- You received this bug

[Desktop-packages] [Bug 1065395] Re: Translation updates for Banshee 2.6 in Ubuntu 12.10

2012-10-11 Thread Thomas Hotz
** Changed in: banshee (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to banshee in Ubuntu. https://bugs.launchpad.net/bugs/1065395 Title: Translation updates for Banshee 2.6 in Ubuntu 12.10

[Desktop-packages] [Bug 1065395] Re: Translation updates for Banshee 2.6 in Ubuntu 12.10

2012-10-11 Thread sampo555
Confirming that the case is the same in Finnish. After installing Banshee the UI appears to be in English although it's almost fully translated to Finnish in Launchpad. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to banshee in Ubuntu.

[Desktop-packages] [Bug 1065395] Re: Translation updates for Banshee 2.6 in Ubuntu 12.10

2012-10-11 Thread Thomas Hotz
Thank you guys for the quick update. Now it's fixed for me and Banshee is in German. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to banshee in Ubuntu. https://bugs.launchpad.net/bugs/1065395 Title: Translation updates for Banshee 2.6

[Desktop-packages] [Bug 985975] Re: [wacom]: won't calibrate X220t

2012-10-11 Thread Timo Aaltonen
ok, so it's a missing feature ** Changed in: libwacom (Ubuntu) Importance: Low = Wishlist ** Changed in: libwacom (Ubuntu) Status: Incomplete = Triaged ** Changed in: libwacom (Ubuntu) Assignee: Timo Aaltonen (tjaalton) = (unassigned) ** Summary changed: - [wacom]: won't

[Desktop-packages] [Bug 1017971] Re: Please update to 21.0.1180.57

2012-10-11 Thread TheGhost
New stable version released, that fixes security issues, please update the package: http://googlechromereleases.blogspot.de/2012/10/stable-channel- update_6105.html ** Summary changed: - Please update to 21.0.1180.57 + Please update to 22.0.1229.94 -- You received this bug notification

[Desktop-packages] [Bug 1033783] Re: Wacom stylus and touch not recognised on Lenovo X220t

2012-10-11 Thread Timo Aaltonen
yes, please file a new bug for that ** Changed in: xf86-input-wacom (Ubuntu Quantal) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xf86-input-wacom in Ubuntu.

[Desktop-packages] [Bug 972537] Re: lightdm doesn't allow expired passwords

2012-10-11 Thread Andrew Phillips
I think I've been able to get pam_krb5 to ask for the new password properly by using the defer_pwchange option which moves asking for the replacement password from pam_authenticate() to pam_acct_mgmt(). See the man page for pam_krb5. However, the solution isn't perfect based on this note from

[Desktop-packages] [Bug 1051799] Re: cupsd crashed with SIGSEGV in dbus_connection_dispatch()

2012-10-11 Thread Till Kamppeter
Unfortunately, the apport retracer refused to retrace this crash (I do not know why), but it looks similar to bug 1034045 and bug 1061457. So can you check whether the problem has gone away in the newest version of the CUPS package (1.6.1-0ubuntu10, contains all patches of the linked upstream bug

[Desktop-packages] [Bug 1048637] Re: Middle click not working after upgrade to 12.04

2012-10-11 Thread Muelli
** Attachment added: and old xinput output https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1048637/+attachment/3394601/+files/xinput.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1044812] Re: Compiz and Xorg eating all the resources

2012-10-11 Thread Timo Aaltonen
we know, the fallback session is using a software rasterizer ** Changed in: mesa (Ubuntu) Status: New = Opinion -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1044812 Title:

[Desktop-packages] [Bug 1048637] Re: Middle click not working after upgrade to 12.04

2012-10-11 Thread Muelli
** Attachment added: output of synclient from an older Ubuntu with Middle Click enabled https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1048637/+attachment/3394600/+files/synclient.txt -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1065289] Re: Performance poor

2012-10-11 Thread Shahar Or
OK... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1065289 Title: Performance poor Status in “xorg” package in Ubuntu: Opinion Bug description: Dear Friends, I had a

[Desktop-packages] [Bug 1057120] Re: Ubiquity screen problem during install.

2012-10-11 Thread Timo Aaltonen
..and then I realized the syslog has dmesg messages in it. So, there probably should be some app drawing the background but it's stuck. Do you get the same with the Ubuntu installer? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg

[Desktop-packages] [Bug 1057120] Re: Ubiquity screen problem during install.

2012-10-11 Thread Timo Aaltonen
So what hardware do you have? This bug has zero useful logs or other information. If you've installed the system, run 'sudo apt-get install xdiagnose ; apport-collect 1057120'. ** Changed in: xorg (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you

[Desktop-packages] [Bug 1065498] [NEW] 12.04 automute not working

2012-10-11 Thread Benaiah Caulfield
Public bug reported: Lenovo 3000 y410 no automute ubuntu 12.04 ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: New ** Tags: audio headphones sound -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1063245] Re: Atheros AR9462: Wifi Band N - WPA Does Not work, No security OK

2012-10-11 Thread Warren Hill
I have today run Update manager and its now working fine. I didn't notice if this updated my kernal but it may have done. Does the following output make it clear? warren@dell:~$ uname -a Linux dell 3.2.0-31-generic-pae #50-Ubuntu SMP Fri Sep 7 16:39:45 UTC 2012 i686 i686 i386 GNU/Linux

[Desktop-packages] [Bug 1065481] Re: reinstall previous purchases with system wide license key fails

2012-10-11 Thread Michael Vogt
** Also affects: software-center (Ubuntu Quantal) Importance: Critical Status: In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to software-center in Ubuntu. https://bugs.launchpad.net/bugs/1065481 Title: reinstall

[Desktop-packages] [Bug 1065403] Re: [VGN-FZ21M, SigmaTel STAC9872AK, Speaker, Internal] No sound at all

2012-10-11 Thread Raymond
you have to unmute speaker playback switch Simple mixer control 'Speaker',0 Capabilities: pvolume pswitch penum Playback channels: Front Left - Front Right Limits: Playback 0 - 64 Mono: Front Left: Playback 64 [100%] [0.00dB] [off] Front Right: Playback 64 [100%] [0.00dB] [off] --

[Desktop-packages] [Bug 1060106] Re: Translations not loaded for the already purchased message

2012-10-11 Thread Michael Vogt
** Changed in: software-center (Ubuntu) Importance: Medium = High ** Also affects: software-center (Ubuntu Quantal) Importance: High Status: In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to software-center in

[Desktop-packages] [Bug 1054204] Re: Libreoffice chooses incorrect font weight

2012-10-11 Thread Bug Watch Updater
Launchpad has imported 9 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=38737. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Desktop-packages] [Bug 1063245] Re: Atheros AR9462: Wifi Band N - WPA Does Not work, No security OK

2012-10-11 Thread Marius Kotsbak
It says the same in the details above: Linux 3.2.0-31-generic-pae i686, but there might have been other updates that has fixed this. Anyway, great you got it resolved. ** Changed in: linux (Ubuntu) Status: Incomplete = Opinion ** Changed in: linux (Ubuntu) Status: Opinion = Invalid

[Desktop-packages] [Bug 1061790] Re: misbehaving X on quantal ppc w/ nvidia geforce fx go5200

2012-10-11 Thread bugbot
** Tags added: ppc -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/1061790 Title: misbehaving X on quantal ppc w/ nvidia geforce fx go5200 Status in

[Desktop-packages] [Bug 1060697] Re: There is no Webapps plugin for Google Chrome

2012-10-11 Thread Víctor R . Ruiz
This probably won't happen. Chrome is distributed by Google, and ATM Chromium needs some patches in order to work with Web Apps. ** Package changed: libunity-webapps (Ubuntu) = unity-chromium- extension ** Changed in: unity-chromium-extension Status: New = Opinion -- You received this

[Desktop-packages] [Bug 1048637] Re: Middle click not working after upgrade to 12.04

2012-10-11 Thread Muelli
This might also be interesting: $ grep synapt /var/log/Xorg.0.log [ 159.214] (II) LoadModule: synaptics [ 159.216] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 159.242] (II) Module synaptics: vendor=X.Org Foundation [ 159.242] (II) Using input driver 'synaptics' for

[Desktop-packages] [Bug 1038047] Re: evolution-data-server has to be installed for Thunderbird 15 after upgrade to be executable, otherwise Thunderbird will crashs at runtime

2012-10-11 Thread Bug Watch Updater
** Changed in: evolution-data-server Status: New = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution-data-server in Ubuntu. https://bugs.launchpad.net/bugs/1038047 Title: evolution-data-server has to be

[Desktop-packages] [Bug 1065503] [NEW] Ubuntu repository still providing Firefox 16, which has been taken down due to some security vulnerability

2012-10-11 Thread Yashartha Chaturvedi
Public bug reported: Ubuntu repository still providing Firefox 16, which has been taken down yesterday due to some security vulnerability, official post: https://blog.mozilla.org/security/2012/10/10/security-vulnerability-in- firefox-16/ ProblemType: Package DistroRelease: Ubuntu 12.04 Package:

[Desktop-packages] [Bug 1017971] Re: Please update to 22.0.1229.94

2012-10-11 Thread Karma Dorje
While Chromium Team won't release new versions of Chromium browser I will try to maintain [1] more-or-less fresh releases of Chromium © Alex Shkop [1] https://launchpad.net/~a-v-shkop/+archive/chromium -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1048637] Re: Middle click not working after upgrade to 12.04

2012-10-11 Thread Muelli
So these are the differences between the two configurations: $ diff -Nur /tmp/synclient.txt /tmp/synclient-local.txt --- /tmp/synclient.txt 2012-10-04 22:01:46.179917708 +0100 +++ /tmp/synclient-local.txt2012-10-11 13:39:45.461891543 +0100 @@ -1,25 +1,24 @@ - Parameter settings:

[Desktop-packages] [Bug 1044254] Re: nvidia driver

2012-10-11 Thread bugbot
** Package changed: xorg (Ubuntu) = nvidia-graphics-drivers (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs.launchpad.net/bugs/1044254 Title: nvidia driver Status in

[Desktop-packages] [Bug 1030210] Re: virtual display crashes on setting

2012-10-11 Thread bugbot
** Package changed: xorg (Ubuntu) = xorg-server (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1030210 Title: virtual display crashes on setting Status in “xorg-server”

[Desktop-packages] [Bug 1062818] Re: Xorg crashed with SIGABRT in memcpy from intel_uxa_pixmap_put_image()

2012-10-11 Thread bugbot
** Tags added: crash -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1062818 Title: Xorg crashed with SIGABRT in memcpy from intel_uxa_pixmap_put_image() Status in

[Desktop-packages] [Bug 1062629] Re: Cursor becomes invisible though still active

2012-10-11 Thread bugbot
** Package changed: xorg (Ubuntu) = xserver-xorg-video-nouveau (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/1062629 Title: Cursor becomes invisible

[Desktop-packages] [Bug 1061467] Re: Compiz freezes soon after startup

2012-10-11 Thread bugbot
** Package changed: xorg (Ubuntu) = mesa (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1061467 Title: Compiz freezes soon after startup Status in “mesa” package in Ubuntu:

[Desktop-packages] [Bug 1063767] Re: Xorg crash and lighdm password input cause lightdm reset

2012-10-11 Thread bugbot
** Package changed: xorg (Ubuntu) = xorg-server (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1063767 Title: Xorg crash and lighdm password input cause lightdm reset

[Desktop-packages] [Bug 1063156] Re: (EE) [mi] EQ overflowing. Additional events will be discarded until existing events are processed.

2012-10-11 Thread bugbot
** Package changed: xorg (Ubuntu) = fglrx-installer (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fglrx-installer in Ubuntu. https://bugs.launchpad.net/bugs/1063156 Title: (EE) [mi] EQ overflowing. Additional events will

[Desktop-packages] [Bug 1064265] Re: Hotkey not configurable

2012-10-11 Thread bugbot
** Package changed: xorg (Ubuntu) = xserver-xorg-input-evdev (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-input-evdev in Ubuntu. https://bugs.launchpad.net/bugs/1064265 Title: Hotkey not configurable Status

[Desktop-packages] [Bug 1045008] Re: printer unable to send data while or after print job

2012-10-11 Thread Till Kamppeter
Do you get reproducibly failing jobs from LibreOffice with certain files and when the output format is set to PDF? If no, close the bug, if yes, please attach an error_log and captured print job data of a failed job. In addition, attach the original LibreOffice file. Note that error_log is

[Desktop-packages] [Bug 1064688] Re: boot hangs at purple screen just before login screen

2012-10-11 Thread bugbot
** Tags added: freeze -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1064688 Title: boot hangs at purple screen just before login screen Status in

[Desktop-packages] [Bug 1017971] Re: Please update to 22.0.1229.94

2012-10-11 Thread Dmitry Shachnev
Bumping the importance because of critical security issues fixed in the new releases. ** Changed in: chromium-browser (Ubuntu) Importance: Undecided = Medium ** Changed in: chromium-browser (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a

[Desktop-packages] [Bug 1017971] Re: Please update to 22.0.1229.94

2012-10-11 Thread Dmitry Shachnev
Bumping the importance because of critical security issues fixed in the new releases. ** Changed in: chromium-browser (Ubuntu) Importance: Medium = High -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1061804] Re: Monitor native resolution not available

2012-10-11 Thread bugbot
** Tags added: resolution -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1061804 Title: Monitor native resolution not available Status in “xserver-xorg-video-intel”

[Desktop-packages] [Bug 1065292] Re: Update to 16.0.1

2012-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package thunderbird - 16.0.1+build1-0ubuntu1 --- thunderbird (16.0.1+build1-0ubuntu1) quantal-security; urgency=low * New upstream stable release (THUNDERBIRD_16_0_1_BUILD1) - see LP: #1065292 for USN information -- Chris Coulson

[Desktop-packages] [Bug 1065285] Re: Update to 16.0.1

2012-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 16.0.1+build1-0ubuntu1 --- firefox (16.0.1+build1-0ubuntu1) quantal-security; urgency=low * New upstream stable release (FIREFOX_16_0_1_BUILD1) - see LP: #1065285 for USN information -- Chris Coulson chris.coul...@canonical.com

[Desktop-packages] [Bug 1065503] Re: Ubuntu repository still providing Firefox 16, which has been taken down due to some security vulnerability

2012-10-11 Thread Chris Coulson
*** This bug is a duplicate of bug 1065285 *** https://bugs.launchpad.net/bugs/1065285 ** Changed in: firefox (Ubuntu) Status: New = Invalid ** This bug has been marked a duplicate of bug 1065285 Update to 16.0.1 -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1065292] Re: Update to 16.0.1

2012-10-11 Thread Chris Coulson
** Also affects: thunderbird (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: thunderbird (Ubuntu Natty) Importance: Undecided Status: New ** Also affects: thunderbird (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: thunderbird

[Desktop-packages] [Bug 1065285] Re: Update to 16.0.1

2012-10-11 Thread Chris Coulson
** Also affects: firefox (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: firefox (Ubuntu Natty) Importance: Undecided Status: New ** Also affects: firefox (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: firefox (Ubuntu Oneiric)

[Desktop-packages] [Bug 1062115] Re: system frequently shows the message ubuntu experiance an internal error

2012-10-11 Thread Timo Aaltonen
you need to file bugs separately, against the app that's causing trouble.. ** Package changed: xorg (Ubuntu) = ubuntu ** Changed in: ubuntu Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg in Ubuntu.

[Desktop-packages] [Bug 1048230] Re: display freezes

2012-10-11 Thread Timo Aaltonen
** Package changed: mesa (Ubuntu) = xserver-xorg-video-intel (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1048230 Title: display freezes Status in

<    1   2   3   4   5   6   >