[Bug 740506]

2012-11-05 Thread José Aliste
(In reply to comment #33) > OK, NSS with shared DB is what I'll pursue from now on. > Thanks everyone for the input. Andre, any update on the status of this? Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 740506]

2012-11-05 Thread Albert Astals Cid
weibo? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740506 Title: verify digital signatures To manage notifications about this bug go to: https://bugs.launchpad.net/poppler/+bug/740506/+subscripti

[Bug 740506]

2012-11-05 Thread Weibo3721
Comment on attachment 37425 Initial patch for parsing digitally signed PDFs >diff --git a/poppler/Form.cc b/poppler/Form.cc >index 4df8a7d..1da9776 100644 >--- a/poppler/Form.cc >+++ b/poppler/Form.cc >@@ -1107,11 +1107,28 @@ void FormFieldChoice::_createChoicesTab () > FormFieldSignature::FormFie

[Bug 811604] Re: uvcdynctrl spams uvcdynctrl-udev.log and fills up filesystem

2012-11-05 Thread Eleni Maria Stea
+1 Mine was 96GB (in Debian Wheezy)... Please, fix that bug!! :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/811604 Title: uvcdynctrl spams uvcdynctrl-udev.log and fills up filesystem To manage

[Bug 881830] Re: [MacBookPro8, 2] Trackpad single clicks nearly always double clicks

2012-11-05 Thread Doug Smythies
The closest "Ubuntu" type kernel beyond the branch point is ecdd48d07f19ea63f8834c4a8cad328bab4f4d3b The attached file shows how I got to this conclusion. I.E. to continue with bisection and always get "Ubuntu" kernels (ones with ./debain/rules and such) the start point would be: git bisect star

[Bug 1072637] Re: Pidgin does not appear in the notification area

2012-11-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pidgin (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072637 Title: Pid

[Bug 1075260] Re: no error or warning shown when "dpkg --print-foreign-architectures" fails (e.g. with invalid DPkg::options)

2012-11-05 Thread Daniel Hartwig
> A separate system runs the above command […] Which is broken, and I trust that you have filed a separate bug report for that system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075260 Title: n

[Bug 1075375] Re: package gir1.2-unity-5.0 6.8.0-0ubuntu2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 127

2012-11-05 Thread Timo Jyrinki
I'm not able to reproduce this even by removing /usr/bin/pyclean temporarily, and downgrading/upgrading to/from original quantal version. I do have a .prerm for gir1.2-unity-5.0 in /var/lib/dpkg/info/, but it checks if pyclean exists ('which pyclean') before trying to call it, so I'm not sure how t

[Bug 1075260] Re: aptitude update fails to handle multiarch when given quoted dpkg::options

2012-11-05 Thread Daniel Hartwig
> […] or an error message detailing that the argument passed is invalid > due to the extra set of quotations. Not really possible for APT to check the validity of another programs options. However, it can check that the exit status of this call to dpkg is 0 and issue an error or warning otherwise

[Bug 1074879] Re: Xorg freeze

2012-11-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xorg (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1074879 Title: Xorg

[Bug 1075439] [NEW] package cacti 0.8.7i-2ubuntu1 failed to install/upgrade

2012-11-05 Thread jordi
Public bug reported: package cacti 0.8.7i-2ubuntu1 failed to install/upgrade: el subprocés s'ha instaŀlat el script post-installation retornà el codi d'eixida d'error 1 ProblemType: Package DistroRelease: Ubuntu 12.04 Package: cacti 0.8.7i-2ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-32.51-generic

[Bug 991794] Re: avahi-daemon mDNS publishes 'privacy' ipv6 address

2012-11-05 Thread Neil Wilson
Don't confuse 'local' addresses with 'privacy' addresses. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/991794 Title: avahi-daemon mDNS publishes 'privacy' ipv6 address To manage notifications abo

[Bug 1051630] Re: Chosen Gtk theme not set in ~/.gtkrc-2.0

2012-11-05 Thread Peng
There is another problem. After the file ~/.gtkrc-2.0 is created and if someone goes back to the unity environment, all qt applications and firefox will lose gtk appearance. And qt4-settings does not work correctly either. The theme under GTK+ appears different. -- You received this bug notific

[Bug 1070288] Re: x-object-manifest does not work with quoted names

2012-11-05 Thread sirkonst
Bump. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1070288 Title: x-object-manifest does not work with quoted names To manage notifications about this bug go to: https://bugs.launchpad.net/python-

[Bug 983723] Re: after installation on a netbook switching from plasma-netbook to desktop missing minimize and maximize is too far apart from close

2012-11-05 Thread Harald Sitter
** Changed in: kde-workspace (Ubuntu) Status: Incomplete => Triaged ** Changed in: kde-workspace (Ubuntu) Importance: Undecided => Low ** Changed in: kde-workspace (Ubuntu) Assignee: (unassigned) => Harald Sitter (apachelogger) -- You received this bug notification because you ar

[Bug 1069715] Re: Suspend not working via power button but via menu

2012-11-05 Thread Martin Pitt
g-power-manager merely contains the gnome-power-statistics program these days; it's gnome-session which handles the power button (or perhaps gnome-settings-daemon's power plugin). ** Changed in: gnome-power-manager (Ubuntu) Status: Confirmed => Invalid ** Changed in: gnome-session (Ubuntu)

Re: [Bug 1075260] [NEW] aptitude update fails to handle multiarch when given quoted dpkg::options

2012-11-05 Thread Daniel Hartwig
Trevor Adams wrote: > 3) Command run: aptitude -o 'Dpkg::Options::="--force-confdef"' update Nested quotes are invalid here. They are shell syntax and not interpretted by APT. The syntax for this option is in apt.conf(5). Multiple options should be passed using multiple "-o" arguments, for exa

[Bug 1035219] Re: In System Settings preference tool/keyboard layouts page automaticaly wrong language selectedGNOME

2012-11-05 Thread Gunnar Hjalmarsson
On 2012-11-03 04:45, Jeremy Bicha wrote: > Ok, so here's an alternative fix. I uncommented the "Add current > language section" of 52_ubuntu_language_list_mods.patch. Sounds to me as if you have found a way (even if it's hackish) to limit the importance of this bug. Will you SRU the fix? -- You

[Bug 1036834] Re: [FFe] gdb should be marked "Multi-arch: allowed"

2012-11-05 Thread Martin Pitt
I did add a precise bug task and sponsor the precise fix: https://launchpad.net/ubuntu/precise/+queue?queue_state=4&queue_text=gdb But the SRU team rejected the upload for some reason that they didn't mention. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1075046] Re: [Dell Latitude E6430] FunctionKeys of brightness don't work

2012-11-05 Thread mlchen
** Tags removed: staging ** Tags added: staging-certification-grey ** Tags removed: staging-certification-grey ** Tags added: certification-grey staging -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1075432] Re: unity launchbar provides screen artefacts after resume (again)

2012-11-05 Thread Daniel van Vugt
Please provide a screenshot or video of the problem. ** Changed in: unity (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/1075432 Title: unity launchbar prov

[Bug 864506] Re: Jockey cannot install fglrx driver

2012-11-05 Thread rafe101
Getting this too when trying to change drivers. I'm not getting full resolution with the normal fglrx drivers--wanted to try updates. ** Attachment added: "jockey.log" https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/864506/+attachment/3425348/+files/jockey.log -- You received this bug

[Bug 1066969] Re: Translations for the webapps installation prompt are not loaded

2012-11-05 Thread Nobuto MURATA
Sorry, I meant https://wiki.ubuntu.com/QuantalQuetzal/ReleaseSchedule -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1066969 Title: Translations for the webapps installation prompt are not loaded To

[Bug 1066969] Re: Translations for the webapps installation prompt are not loaded

2012-11-05 Thread Nobuto MURATA
Hi David, hmm... that's weird. > [1] https://wiki.ubuntu.com/TranslationDeadline and https://wiki.ubuntu.com/QuantalQuetzal/ says the deadline was October 9th. The mail for heads up for this translation has been sent on Oct 4th. https://lists.ubuntu.com/archives/ubuntu-translators/2012-October/0

[Bug 1075232] Re: libpython3.3-dev: fatal error: pyconfig.h: No such file or directory

2012-11-05 Thread IRIE Shinsuke
** Summary changed: - fatal error: pyconfig.h: No such file or directory + libpython3.3-dev: fatal error: pyconfig.h: No such file or directory ** Description changed: Package: libpython3.3-dev 3.3.0-1 I attempted to build Blender trunk using python3.3-dev but got the following error:

[Bug 1075405] Re: Sound Only From Right Speaker after Upgrade

2012-11-05 Thread Raymond
seem no headphone jack kcontrols for two headphones 0.028| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' failed. ( 0.028| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-output-headphones' ( 0.028| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack

[Bug 1075422] Re: unable to read /tmp/mkinitramfs_*

2012-11-05 Thread Raphaël Hertzog
This is not a dpkg bug but one that is triggered by update-initramfs from initramfs-tools. Thus reassigning. ** Package changed: dpkg (Ubuntu) => initramfs-tools (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1075433] Re: [ASUS K53U] camera doesn't no work when take photos

2012-11-05 Thread mlchen
** Tags removed: running-unity-blocks-hwcert ** Tags added: blocks-hwcert running-unity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075433 Title: [ASUS K53U] camera doesn't no work when take phot

[Bug 1075433] [NEW] [ASUS K53U] camera doesn't no work when take photos

2012-11-05 Thread mlchen
Public bug reported: cid: 201110-9891 xawtv can't capture images, but video is ok ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-29-generic 3.2.0-29.46 ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24 Uname: Linux 3.2.0-29-generic x86_64 AlsaVersion: Advanced Linux

[Bug 1062086] Re: In Kubuntu 12.10 text files by default opened in LibreOffice Write instead of Kate

2012-11-05 Thread Harald Sitter
** Changed in: kate (Ubuntu Raring) Status: Triaged => 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/1062086 Title: In Kubuntu 12.10 text files by default opened in LibreOffice

[Bug 1062086] Re: In Kubuntu 12.10 text files by default opened in LibreOffice Write instead of Kate

2012-11-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~kubuntu-packagers/kubuntu-packaging/kate -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1062086 Title: In Kubuntu 12.10 text files by default opened in LibreOffice Write inste

[Bug 1075434] [NEW] package postgresql-9.1 9.1.6-0ubuntu12.04.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2012-11-05 Thread tserg
Public bug reported: package postgresql-9.1 9.1.6-0ubuntu12.04.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1 ProblemType: Package DistroRelease: Ubuntu 12.04 Package: postgresql-9.1 9.1.6-0ubuntu12.04.1 ProcVersionSignature: Ubuntu 3.2.0-29.4

[Bug 1075433] Re: [ASUS K53U] camera doesn't no work when take photos

2012-11-05 Thread mlchen
** Tags removed: running-unity ** Tags added: running-unity-blocks-hwcert -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075433 Title: [ASUS K53U] camera doesn't no work when take photos To manage

[Bug 1062086] Re: In Kubuntu 12.10 text files by default opened in LibreOffice Write instead of Kate

2012-11-05 Thread Harald Sitter
Talking about running wild defect scopes... This is a regression caused by forgetting a patch when separating the kate packaging from kdesdk. Rohan could you please see to this getting fixed in quantal? ** Changed in: libreoffice (Ubuntu) Status: Confirmed => Invalid ** Changed in: kubunt

[Bug 1075432] [NEW] unity launchbar provides screen artefacts after resume (again)

2012-11-05 Thread Wolf Rogner
Public bug reported: After resuming from a suspended state, artefacts appear where the expanded launcher should show (should because the bar still does not activate correctly) This seems a regression to a previously reported bug (#821022) ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: uni

[Bug 1075429] [NEW] autokey-gtk crashes when clipboard.get_clipboard() is invoked

2012-11-05 Thread Wilhelm Peterßen
Public bug reported: Invoking clipboard.get_clipboard() - see the sample script below - causes autokey to hang. text = clipboard.get_clipboard() keyboard.send_keys(text) ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: autokey-gtk 0.90.1-1.1 ProcVersionSignature: Ubuntu 3.5.0-17.28-generic

[Bug 991794] Re: avahi-daemon mDNS publishes 'privacy' ipv6 address

2012-11-05 Thread Ken Sharp
Then internal networks with no external IPv6 assignment will not work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/991794 Title: avahi-daemon mDNS publishes 'privacy' ipv6 address To manage noti

[Bug 1034322] Re: Keyboard Layout Switcher plasma applet show deformed icon and text

2012-11-05 Thread Harald Sitter
Whoops, that change was meant for another bug... About this one though: totally an upstream issue, so please report it at http://bugs.kde.org ** Changed in: kde-workspace (Ubuntu) Status: Fix Released => Invalid -- You received this bug notification because you are a member of Ubuntu Bug

Re: [Bug 1066969] Re: Translations for the webapps installation prompt are not loaded

2012-11-05 Thread David Planella
Al 05/11/12 21:31, En/na Nobuto MURATA ha escrit: > In Japanese(ja) locale, the question is not shown as translated. > It seems that the string was translated on Oct 6 but it's not included in > -proposed package. > https://translations.launchpad.net/ubuntu/quantal/+source/unity-firefox-extension/

[Bug 1072489] Re: ERROR: TypeError('__init__() takes from 1 to 6 positional arguments but 7 were given', )

2012-11-05 Thread dino99
Thanks Fabien, it let apport doing its job !!! Change made : sudo gedit /usr/lib/python3/dist-packages/apport/REThread.py #threading.Thread.__init__(self, group, target, name, args, kwargs, verbose) threading.Thread.__init__(self, group, target, name, args, kwargs) If its no

[Bug 1074528] Re: Global Menu Disappears When Using LibreOffice Calc

2012-11-05 Thread Gregory K. Ngirmang
I can confirm this. For me, this doesn't occur when calc is started directly. However, this occurs when a .ods or .xlsx file is opened from the dash or from nautilus. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1075427] [NEW] Is debfoster required anymore?

2012-11-05 Thread Ken Sharp
Public bug reported: "As of 2006-01-01, debfoster is officially deprecated: aptitude does the same stuff as debfoster but integrated into the apt system" http://www.fruit.je/debfoster/ https://answers.launchpad.net/ubuntu/+source/debfoster/+question/213400 ** Affects: debfoster (Ubuntu) Im

[Bug 1075424] [NEW] ping6 does not understand IPv6 addresses

2012-11-05 Thread Ken Sharp
Public bug reported: I cannot figure out what the problem is, but ping6 doesn't understand IPv6 addresses, except for the "local" IPs. $ ifconfig eth0 eth0 Link encap:Ethernet HWaddr 70:5a:b6: inet addr:192.168.0.25 Bcast:192.168.0.63 Mask:255.255.255.192 inet6 addr: f

[Bug 588763] Re: ping6 doesn't resolve addresses via mdns

2012-11-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: iputils (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/588763 Title: pin

[Bug 1075232] Re: fatal error: pyconfig.h: No such file or directory

2012-11-05 Thread IRIE Shinsuke
** Bug watch added: Debian Bug tracker #692429 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692429 ** Also affects: python3.3 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692429 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1075421] Re: Realtek RTL8188CE wireless does not work in Ubuntu 12.04LTS

2012-11-05 Thread Carlos Blanquer Bogacz
*** This bug is a duplicate of bug 902557 *** https://bugs.launchpad.net/bugs/902557 ** This bug has been marked a duplicate of bug 902557 Wireless not working in 12.04 for rtl8192ce (RTL8188CE) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1075422] [NEW] unable to read /tmp/mkinitramfs_*

2012-11-05 Thread dino99
Public bug reported: Raring i386 testing (dpkg 1.16.9ubuntu1) For the new kernel installation from kernel-ppa, i'm downloading the required debs into an empty folder where i can then run dpkg -i from there. Here is the warning i get while installing a kernel: update-initramfs: Generating

[Bug 1003905] Re: Menu navigation fails

2012-11-05 Thread Fabrice Coutadeur
Hi, I uploaded in the dvdstyler-maintainer stable ppa a 2.3 version that support mplex multiplexing. Could you please test it, enabling multiplexing menus with mplex previously? You can find the packages at https://launchpad.net/~dvdstyler- maintainers/+archive/ppa/+packages. If this fixes the i

[Bug 1049113] Re: DVDs video made with DVDStyler don't play ok with background audio

2012-11-05 Thread Fabrice Coutadeur
Hi, I uploaded in the dvdstyler-maintainer stable ppa a 2.3 version that support mplex multiplexing. Could you please test it, enabling multiplexing menus with mplex previously? You can find the packages at https://launchpad.net/~dvdstyler- maintainers/+archive/ppa/+packages. If this fixes the i

[Bug 1072512] Re: Unity freezes on startup

2012-11-05 Thread Daniel van Vugt
I got nothing but hopefully it was uploaded to LP and will be passed to a project where I will see it soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072512 Title: Unity freezes on startup To

[Bug 1074917] Re: Bad frame sequence in animated menu

2012-11-05 Thread Fabrice Coutadeur
Hi, I uploaded in the dvdstyler-maintainer stable ppa a 2.3 version that support mplex multiplexing. Could you please test it, enabling multiplexing menus with mplex previously? You can find the packages at https://launchpad.net/~dvdstyler- maintainers/+archive/ppa/+packages. If this fixes the i

[Bug 1075417] [NEW] Unity panel/launcher/dash don't scale with system DPI/font settings

2012-11-05 Thread Daniel van Vugt
Public bug reported: System Settings > Universal Access > Text size = Larger Most things scale properly except Unity. Most of Unity's fonts scale correctly, but elements like the launcher, tooltips, icon layout in the dash and panel don't grow like they should. I'm not sure if bumping the Gnome

[Bug 1075418] [NEW] Radeon HD 6400M/7400M Series

2012-11-05 Thread PsYhLo
Public bug reported: after upgrade to 12.10 i had to use open source driver and my fan will lift my laptop and fly away ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: xorg 1:7.7+1ubuntu4 ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7 Uname: Linux 3.5.0-18-generic x86_64 NonfreeKern

[Bug 1075419] [NEW] package ttf-mscorefonts-installer 3.4ubuntu3 failed to install/upgrade: package ttf-mscorefonts-installer is not ready for configuration cannot configure (current status `half-inst

2012-11-05 Thread mrjava66
Public bug reported: sudo apt-get remove ttf-mscorefonts-installer says: Reading package lists... Building dependency tree... Reading state information... The following packages will be REMOVED: ttf-mscorefonts-installer 0 upgraded, 0 newly installed, 1 to remove and 28 not upgraded. 1 not full

[Bug 1075420] [NEW] Sync libskk 1.0.0-1 (universe) from Debian unstable (main)

2012-11-05 Thread Logan Rosen
Public bug reported: Please sync libskk 1.0.0-1 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * debian/patches/missing-header.patch: - Add missing header that caused an implicitly converted pointer. This made the buildd FTBFS on amd

[Bug 1075421] [NEW] Realtek RTL8188CE wireless does not work in Ubuntu 12.04LTS

2012-11-05 Thread Carlos Blanquer Bogacz
Public bug reported: I have a computer using a wifi device Realtek RTL8188CE, which is constantly dropping connection and not being able to reconnect. 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 12.04LTS freshinstall from 2012-11-04 2) The vers

[Bug 917452] Re: computer needs to restart

2012-11-05 Thread thedanyes
I'm running 12.10 and I get a message with the exact text, "The computer needs to restart to finish installing updates." It won't let me dismiss it, the only way to make it go away is to click the restart button or minimize it to my unity bar. Preventing a clean close/dismissal of this dialog is

[Bug 761432] Re: excessive swap (kswapd) usage on resume - caused by fglrx?

2012-11-05 Thread David Ordenes D.
This bug is affecting me in Ubuntu 12.04, with kernel 3.2.0-32-generic, in a Dell notebook with 4 Gb of ram, ATI Mobility Radeon HD 3400 graphics. I'm using fglrx 2:8.960-0ubuntu1.1. I have 5.8 GB of allocated space for /swap in a dedicated partition. I experience the same problem as described by

[Bug 1075414] [NEW] Sync liburcu 0.7.5-1 (universe) from Debian unstable (main)

2012-11-05 Thread Logan Rosen
Public bug reported: Please sync liburcu 0.7.5-1 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * Build on armel as well. Architecture was set to "any" in Debian, which makes this delta irrelevant. Changelog entries since current raring versio

[Bug 1075413] [NEW] Titlebar fonts don't change with system settings until you log out/in again

2012-11-05 Thread Daniel van Vugt
Public bug reported: Adjust the system font (DPI) settings: System Settings > Universal Access > Text size = Larger Expected: All fonts increase in size immediately. Observed: All fonts except the window title bars increase immediately. Titlebars get the correct large font after restart or loggi

[Bug 1070249] Re: [ASUS K53BR] HDMI audio doesn't work

2012-11-05 Thread mlchen
** Description changed: cid:201208-11521 that's no audio from HDMI, but video ok + + Three systems are also affected: + cid:201202-10549, Dell Latitude E5430 + cid:201202-10550, Dell Latitude E5430 + cid:201110-9891, ASUS K53U + no HDMI interface + ProblemType: Bug DistroRelease: Ubun

[Bug 803625] Re: wine depends on avahi (making it hard to uninstall avahi)

2012-11-05 Thread Ken Sharp
** Summary changed: - wine depends on avahai (making it hard to uninstall avahai) + wine depends on avahi (making it hard to uninstall avahi) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803625 Titl

[Bug 1075397] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-11-05 Thread Edward Donovan
*** This bug is a duplicate of bug 988509 *** https://bugs.launchpad.net/bugs/988509 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 988509, so it is being marked as such. Please look at

[Bug 1075412] [NEW] Sync python-biopython 1.60-1 (universe) from Debian unstable (main)

2012-11-05 Thread Logan Rosen
Public bug reported: Please sync python-biopython 1.60-1 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * New upstream release. * Drop 01-enable-mmCIF.patch, as "[t]he Bio.PDB.MMCIFParser is now compiled by default." These changes were im

[Bug 451224] Re: No ipv6 traffic shown in iptraf

2012-11-05 Thread Binoy Babu
Last version of iptraf was released on September 19, 2005. I don't think anybody is maintains it. Just another dead project. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/451224 Title: No ipv6 traff

[Bug 1071055] Re: vinagre crashed on connecting to vnc

2012-11-05 Thread Stefan Brozinski
libsecret-1 from proposed works very well and fixes the issue for me as well. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1071055 Title: vinagre crashed on connecting to vnc To manage not

[Bug 1075411] [NEW] Multi-monitor - Show garbage after change display mode.

2012-11-05 Thread Tim Chen
Public bug reported: Connect to HDMI monitor, switch display mode.Find the garbage occurs. Sometimes can reproduce it when change resolutions in system settings/displays windows. Sometimes the internal display and external display always show garbage except change display mode or click keyboard.

[Bug 1062166] Re: screen goes dark although screensaver is switched off

2012-11-05 Thread Jonathan Strander
I noticed it doesn't matter what you set the "Turn screen off..." setting to, it doesn't seem to adhere to it. It seems to do whatever it jolly well feels like. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1072523] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.1: virtualbox kernel module failed to build (linux-generic-lts-quantal in Precise)

2012-11-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: virtualbox (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072523 Title:

[Bug 1075404] Re: Ubuntu 12.04 shutdown freezes

2012-11-05 Thread sumanshu
** Tags added: 12.04 freeze shutdown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075404 Title: Ubuntu 12.04 shutdown freezes To manage notifications about this bug go to: https://bugs.launchpad.

[Bug 1075410] [NEW] Sync cweb-latex 1.1.1.debian.1 (universe) from Debian unstable (main)

2012-11-05 Thread Logan Rosen
Public bug reported: Please sync cweb-latex 1.1.1.debian.1 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * debian/control: Replace versioned recommends on texlive-base-bin to its successor texlive-binaries. This is now a transitional p

[Bug 991997] Re: Default behavior of "halt" changed to halt only instead of powering off

2012-11-05 Thread Anders Kaseorg
This appears to have been an intentional behavior change (bug 532366). However, if nothing else, the comment in /etc/default/halt should be updated: # Default behaviour of shutdown -h / halt. Set to "halt" or "poweroff". HALT=poweroff Added a sysvinit task for initscripts, which owns /etc/def

[Bug 1058040] Re: fglrx-installer not working with HD2000-4000 "legacy" cards in Quantal

2012-11-05 Thread madbiologist
Ok guys, stop fighting. Before changing anything, lets establish the facts. According to Sean's lspci in bug 1075035 he has a: VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RV770 [FireStream 9250] [1002:9452] (prog-if 00 [VGA controller]) Subsystem: Advanced Micro Devic

[Bug 1074824] Re: compiz consuming cpu when idle

2012-11-05 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1055936 *** https://bugs.launchpad.net/bugs/1055936 Thanks, that just confirms this is a duplicate of bug 1055936. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1075409] Re: Iptraf does not support Android tethering interfaces

2012-11-05 Thread Binoy Babu
Ubuntu 12.04, Ipraf 3.0.0, Linux 3.2.0-32-generic-pae -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075409 Title: Iptraf does not support Android tethering interfaces To manage notifications about

[Bug 1075409] [NEW] Iptraf does not support Android tethering interfaces

2012-11-05 Thread Binoy Babu
Public bug reported: iptraf does not support interfaces used in Android like bnep0(Bluetooth tethering) and rmnet0 (USB tethering). They just don't show up in interfaces list. ** Affects: iptraf (Ubuntu) Importance: Undecided Status: New -- You received this bug notification becau

[Bug 1075407] [NEW] BCM4322 Wireless Stopped Working after 3.5.0-18-generic Kernel Update

2012-11-05 Thread Lonnie Lee Best
Public bug reported: Today, after applying updates suggested by Ubuntu's Update Manager, my Wireless Card stopped working. I determined my wireless card with the following command: lspci | grep -i wireless 04:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless I determin

[Bug 1070655] Re: 12.04 LTS Hangs on login

2012-11-05 Thread gecko55
When I can successfully login my lightdm lod reads: [+0.02s] DEBUG: Loaded configuration from /etc/lightdm/lightdm.conf [+0.02s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager [+0.02s] DEBUG: Registered seat module xlocal [+0.02s] DEBUG: Registered seat module xremote [+0.02s] DEBUG: Addin

[Bug 1074824] Re: compiz consuming cpu when idle

2012-11-05 Thread jmalter
*** This bug is a duplicate of bug 1055936 *** https://bugs.launchpad.net/bugs/1055936 Attached you will find the requested file ** Attachment added: "compizcpu.txt.gz" https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1074824/+attachment/3425218/+files/compizcpu.txt.gz -- You recei

[Bug 1074824] Re: compiz consuming cpu when idle

2012-11-05 Thread jmalter
*** This bug is a duplicate of bug 1055936 *** https://bugs.launchpad.net/bugs/1055936 It shows: OpenGL vendor string: VMware, Inc. OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x301) OpenGL version string: 2.1 Mesa 9.0 Not software rendered:no Not blacklisted: yes G

[Bug 157249]

2012-11-05 Thread Okko7-r
Opened a new bug for the problem appearing with .xlsx and .docx files: https://bugs.freedesktop.org/show_bug.cgi?id=52226 and closed the present bug report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 157249]

2012-11-05 Thread Wugs
Well, I would consider the problem(s) mentioned from comment #56 on as a separate bug, because unlike the original problem they are limited to .docx and .xlsx (and maybe other MSO2007+) file formats -- or am I missing something? Therefore, I suggest to open a new bug report for the new problems, t

[Bug 157249]

2012-11-05 Thread Barta-c
@okko7 please try installing brand new LibO 3.5.5 and tell if the bug is still reproducible. It's always better to use the latest available release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/15724

[Bug 157249]

2012-11-05 Thread Okko7-r
Fresh install of Linux Mint 13 Mate with LibreOffice 3.5.3.2 and the bug is still present ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/157249 Title: [Upstream] [ooo-build] images deleted from fil

[Bug 1003020] Re: Halt won't poweroff

2012-11-05 Thread Anders Kaseorg
*** This bug is a duplicate of bug 991997 *** https://bugs.launchpad.net/bugs/991997 >Then it shutdowns only if INIT_HALT and HALT are different... You’re misreading that. It says: if [ "$INIT_HALT" = "HALT" ] not: if [ "$INIT_HALT" = "$HALT" ] The symptom, however, is bug 991997. ** T

[Bug 1075405] [NEW] Sound Only From Right Speaker after Upgrade

2012-11-05 Thread Lonnie Lee Best
Public bug reported: After upgrading from Ubuntu 12.04 to Ubuntu 12.10, my laptop's sound will only come from its right speaker (despite that the balance is centered). ALSA Info: http://www.alsa-project.org/db/?f=c964bb7dd7d08f5e86818c56533dc519c45291fd ** Affects: alsa-driver (Ubuntu) Impo

[Bug 1075404] [NEW] Ubuntu 12.04 shutdown freezes

2012-11-05 Thread sumanshu
Public bug reported: I am using ubuntu 12.04 for last one month without any problem it was upgraded from ubuntu 10.10. Recently I needed to replace my hard disk. After replacement I installed win7 and ubuntu 12.04 on the system. For some days it went ok but now shutting down from ubntu is causing

[Bug 1075402] [NEW] autokey-qt Unaccessible and Using 100% processor After Logout/Login (as startup app)

2012-11-05 Thread Lonnie Lee Best
Public bug reported: autokey-qt becomes unaccessible while using 100% processor after logging out and back into the Unity Desktop (when you have autokey-qt as a startup application). To reproduce this bug, do the following: 1) Install autokey-qt: sudo apt-get install autokey-qt 2) Add autokey-q

[Bug 1075398] Re: search window detached from synaptic

2012-11-05 Thread blueXrider
sudo apt-get install python-statgrab python-keyring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075398 Title: search window detached from synaptic To manage notifications about this bug go to: h

[Bug 1071326] Re: No way to get quicklists, emulate right click

2012-11-05 Thread Daniel van Vugt
Hmm, I just tested the workaround/fix on Nexus 7 and it needs a lot more work. Holding your finger in one place is nearly impossible. The touchscreen is too high resolution so Ubuntu thinks any touch/hold is a drag, slightly in some direction. So we need to dramatically improve on Simulated Secon

[Bug 1075398] [NEW] search window detached from synaptic

2012-11-05 Thread blueXrider
Public bug reported: Using 12.10 The search window of synaptic is not attached as in prior releases. it has it's own window. I repaired the issue by sudo apt-get install python-statgrab python-keyring. This has now been corrected. The search window or Quick Filter is now working ProblemType: Bug

[Bug 1025392] Re: FTBFS with Python 3.3: tests fail

2012-11-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu- branches/debian/experimental/subunit/experimental -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1025392 Title: FTBFS with Python 3.3: tests fail To manage notification

[Bug 1075397] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-11-05 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075397 Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-

[Bug 1075397] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-11-05 Thread Matt Adams
Public bug reported: fresh loaded ubuntu 12.04 into vmplayer. loaded latest updates, restarted then did sudo apt-get install rds gets most of the way through then reports an error Errors were encountered while processing: samba4 winbind4 rdsserver rds package samba4 4.0.0~alpha18.dfs

[Bug 1074758] Re: Timely Logouts, Restarts, and Shutdowns with Unity Desktop

2012-11-05 Thread Lonnie Lee Best
If I restart from the command-line, the Unity desktop goes away immediately: sudo reboot However, if I restart from the "Gear Icon Menu", the Unity Desktop hangs for quite a while before exiting the Unity Desktop. Also, if I logout using this command, the Unity Desktop takes a while to exit too:

[Bug 975684] Re: valgrind no longer runs wine on precise

2012-11-05 Thread kylea
Ubuntu 12.06 x86_64 - confirm same error messages. valgrind --trace-children=yes --vex-iropt-precise-memory-exns=yes --workaround-gcc296-bugs=yes --leak-check=full --track-origins=yes --suppressions=$HOME/valgrind-suppressions --max-stackframe=2143745956 wine java -jar OESocketServer-1.0.0.e.jar

[Bug 300121] Re: A4 Tech PK-52MF - Unknown sensor

2012-11-05 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/300121 Ti

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

2012-11-05 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/308825 Ti

[Bug 313594] Re: Philips SPC 230 NC not detected

2012-11-05 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/313594 Ti

[Bug 330343] Re: webcam stops working in the middle of a session

2012-11-05 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/330343 Ti

  1   2   3   4   5   6   7   8   9   10   >