[Bug 496472] [NEW] volume control un-mutes after returning from Hibernate/Suspend

2009-12-14 Thread Peter Izsak
Public bug reported: Binary package hint: gnome-media Running on a DELL E6400 Laptop. Ubuntu 9.10 32 bit Package : gnome-media gnome-media: Installed: 2.28.1-0ubuntu1 Candidate: 2.28.1-0ubuntu1 Version table: *** 2.28.1-0ubuntu1 0 500 http://il.archive.ubuntu.com karmic/main

[Bug 496472] Re: volume control un-mutes after returning from Hibernate/Suspend

2009-12-14 Thread Peter Izsak
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/36766131/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/36766132/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/36766134/ProcStatus.txt ** Attachment

[Bug 495304] Re: [Lucid] Fails to prompt for password when user list is disabled (non face-browser mode)

2009-12-14 Thread Peter Clifton
** Bug watch added: GNOME Bug Tracker #604526 https://bugzilla.gnome.org/show_bug.cgi?id=604526 ** Also affects: gdm via https://bugzilla.gnome.org/show_bug.cgi?id=604526 Importance: Unknown Status: Unknown -- [Lucid] Fails to prompt for password when user list is disabled (non

[Bug 495553] Re: Screen origin shifted to center, screen wraps, on Averatec 3280 with openchrome driver

2009-12-14 Thread Peter Belew
Yes, it's likely to be an xorg issue. The driver is xserver-xorg-video-openchrome, dpkg -s xserver-xorg-video-openchrome Package: xserver-xorg-video-openchrome Status: install ok installed Priority: optional Section: x11 Installed-Size: 556 Maintainer: Ubuntu X-SWAT ubunt...@lists.ubuntu.com

[Bug 495553] Re: Screen origin shifted to center, screen wraps, on Averatec 3280 with openchrome driver

2009-12-14 Thread Peter Belew
The current openchrome driver is dated -rw-r--r-- 1 root root 333172 2009-12-07 08:15 /usr/lib/xorg/modules/drivers/openchrome_drv.so -- Screen origin shifted to center, screen wraps, on Averatec 3280 with openchrome driver https://bugs.launchpad.net/bugs/495553 You received this bug

[Bug 493016] Re: stale .config/monitors.xml breaks login

2009-12-15 Thread peter swain
*** This bug is a duplicate of bug 495252 *** https://bugs.launchpad.net/bugs/495252 ** This bug has been marked a duplicate of bug 495252 Login with GNOME or Failsafe GNOME session goes black then back to login screen -- stale .config/monitors.xml breaks login

[Bug 495252] Re: Login with GNOME or Failsafe GNOME session goes black then back to login screen

2009-12-15 Thread peter swain
I can confirm that changing display resolution seems to be a necessary trigger for the problem -- I'd originally left this detail out of my bug493016 report, but Bryce suggested they might be dups, and this report reminded me I'd tweaked resolution. Again, only one monitor on this ancient box,

[Bug 498445] [NEW] Nautilus exits on folder rename

2009-12-19 Thread Peter Wolf
Public bug reported: Binary package hint: nautilus Ubuntu 9.10 When I open a folder with a large number of items (eg pictures) and straight away create a new folder;then try and rename it;when i press Enter the Nautilus window just exits without renaming the new folder.I expect the new folder

Re: [Bug 498445] Re: Nautilus exits on folder rename

2009-12-21 Thread Peter Wolf
Please note this is not necessarily a crash.I have apport enabled and it did not report a crash.This is probably just a bug.If you are only interested in crashes i am sorry to have wasted your and my time. On Mon, 2009-12-21 at 12:23 +, Pedro Villavicencio wrote: Thank you for taking the

Re: [Bug 498445] Re: Nautilus exits on folder rename

2009-12-21 Thread Peter Wolf
After trying again to get a crash report but failing I have determined why the bug is happening.It only happens if I create the new folder before all the items have loaded in the folder I have just opened. I hope that helps. On Mon, 2009-12-21 at 12:23 +, Pedro Villavicencio wrote: Thank you

[Bug 506396] Re: locale is not set

2010-01-29 Thread Peter Clifton
Mine is fine: [Desktop] Session=default Language=en_GB.utf8 Layout=gb I've not had the problem since I reset the setting in gdm, so perhaps it was just a transient upgrade issue. We probably ought to close this if it isn't showing up on upgrades. -- locale is not set

[Bug 514484] [NEW] Crash visiting specific website

2010-01-29 Thread Peter Clifton
Public bug reported: Binary package hint: epiphany-browser Visiting the following page crashes epiphany http://www.trusteer.com/list-context/publications/address-bar-spoofing- attacks-against-microsoft-internet-explorer-6 ** Affects: epiphany-browser (Ubuntu) Importance: Undecided

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Backtrace is as follows.. not complete, I know, but I think it shows enough relevant details to be useful: 0x019e4801 in IA__g_hostname_to_ascii (hostname=0x8b263e0 www.foo�bar.com) at /build/buildd/glib2.0-2.23.2/glib/ghostutils.c:402 402 /build/buildd/glib2.0-2.23.2/glib/ghostutils.c:

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Notice, that the www.foo�bar.com has a non-printable UTF-8 character. Here is a better backtrace: Program received signal SIGSEGV, Segmentation fault. 0x019e4801 in IA__g_hostname_to_ascii (hostname=0x85ba9e8 www.foo�bar.com) at /build/buildd/glib2.0-2.23.2/glib/ghostutils.c:402 402

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
(gdb) print (char[])hostname[0] $9 = w (gdb) print (char[])hostname[1] $10 = w (gdb) print (char[])hostname[2] $11 = w (gdb) print (char[])hostname[3] $12 = . (gdb) print (char[])hostname[4] $13 = f (gdb) print (char[])hostname[5] $14 = o (gdb) print (char[])hostname[6] $15 = o (gdb) print

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Funny this.. and I found the above website when looking at a concern I had regarding UTF-8 DNS, and phishing attacks. It occurred to me that UTF-8 control codes, or other non-ASCII letters could be embedded in a domain, giving a domain which is representable in emails (such as a paypal.com

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Anyhow.. looks like the crash bug is in glib, will add to the bug ** Package changed: epiphany-browser (Ubuntu) = glib2.0 (Ubuntu) -- Crash visiting specific website https://bugs.launchpad.net/bugs/514484 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Off-topic, I know, but does anyone know if the DNS registries reject stuff like this? ​https://www.pay​pal.com There is a zero-width space character inbetween pay and pal Epiphany doesn't appear to strip it, you just get a not found error: Problem occurred while loading the URL

[Bug 405544] Re: Unable to burn CD or DVD with 2.6.31 kernel

2010-01-30 Thread Peter Bašista
Hello, I can confirm that on Ubuntu 9.10 amd64 with the kernel downloaded from here: http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.32.2/ my SATA drive still refuses to work properly. The burnung fails just a few seconds after it has started. On Windows, it burns without any problems. I am

Re: [Bug 487614] Re: Rhythmbox unstable connection with radiostations

2010-01-31 Thread Peter Appel
know (I am using RB on to laptops using Ubuntu 9.10 and the problem appears on both). Best regards, Peter On Fri, 2010-01-29 at 14:15 +, Kamus wrote: @Peter, I tried to reproduce 1) y 2) radio stations with same version of rhythmbox and I am unable to confirm any issue, all works fine here

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Peter Clifton
Well, noting that the function has a single argument, and that doesn't cause any access errors when printing it, I would imagine the glib implementation is the issue. #0 0x019e4801 in IA__g_hostname_to_ascii ( hostname=0x8b263e0 www.foo�bar.com -- Crash visiting specific website

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Peter Clifton
Well, noting that the function has a single argument, and that doesn't cause any access errors when printing it, I would imagine the glib implementation is the issue. #0 0x019e4801 in IA__g_hostname_to_ascii ( hostname=0x8b263e0 www.foo�bar.com ** Bug watch added: GNOME Bug Tracker #608743

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Peter Clifton
This is now fixed in glib git: commit 27a080537efdb8660c62445427b53fc29735f304 Author: Dan Winship d...@gnome.org Date: Mon Feb 1 18:11:43 2010 -0500 ghostutils: Fix a crash and add some tests https://bugzilla.gnome.org/show_bug.cgi?id=608743 -- Crash visiting specific website

[Bug 515336] Re: nautilus crashes when TRASH, COMPUTER, or NETWORK clicked

2010-02-03 Thread Peter Jakobi
I second Roshan's request. Thanx. Note that for my Jaunty it's a slightly differing version than the one mentioned above, also implicating Ubuntu One: ## pool name as per aptitude -v show ~nlibglib #bash1 % grep -r -i pool/main/g/glib2.0/libglib2.0-0_2.22.3-0ubuntu2-ppa2~jaunty_amd64.deb * |

Re: [Bug 485744] Re: Ubuntu graphical file browsers, namely Nautilus, drop nfs-shares partly or entirely

2010-02-10 Thread Peter Åberg
a NTFS partition: UUID=76E0CAB5E0CA7B3F /media/XP ntfs defaults,nls=utf8,umask=007,gid=46 0 0 And the corresponding nfs mount line in the workstation fstab: 192.168.0.1:/media/XP /media/XP-2 nfs rsize=32768,wsize=32768,timeo=14,intr,tcp 0 0 Best regards, Peter Pedro Villavicencio

[Bug 200852] Re: cannot open forwarded email attachment

2010-02-16 Thread Ralf-Peter
I just ran into this in fully updated Karmic. See below the heavily sanitized email. Evolution displays an attachment named attachment.dat. When I double click on it, it is treated as a text file, which opens in gvim for me. Ralf-Peter From first.l...@toplevel.com Wed Feb 10 17:57:53 2010

[Bug 526862] [NEW] System often reboots when doing `su -` from gnome-terminal

2010-02-23 Thread Peter Belew
Public bug reported: Binary package hint: gnome-terminal Since 2010-02-22, approximately, when I try to `su -` from gnome- terminal, the system will often reboot as soon as I type the root password. This is on Lucid alpha-2 updated up almost to alpha-3. This is on an Averatec 3280 laptop.

[Bug 526862] Re: System often reboots when doing `su -` from gnome-terminal

2010-02-23 Thread Peter Belew
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/39695766/Dependencies.txt -- System often reboots when doing `su -` from gnome-terminal https://bugs.launchpad.net/bugs/526862 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 526862] Re: System often reboots when doing `su -` from gnome-terminal

2010-02-24 Thread Peter Belew
** Description changed: Binary package hint: gnome-terminal Since 2010-02-22, approximately, when I try to `su -` from gnome- - terminal, the system will often reboot as soon as I type the root - password. + terminal, gnome will often restart as soon as I type the root password, + going

[Bug 526862] Re: System often reboots when doing `su -` from gnome-terminal

2010-02-24 Thread Peter Belew
This happened again after I booted the laptop this morning. Also, I corrected the description to clarify that the X server restarts, rather than that the system reboots from scratch. -- System often reboots when doing `su -` from gnome-terminal https://bugs.launchpad.net/bugs/526862 You

[Bug 501054] Re: gcalctool 5.29 hides switch for display format in its settings window

2010-02-26 Thread Peter Clifton
Adding a +1 here, gcalctool is severely regressed in is utility for performing programming related tasks, where converting bases is a very routine operation. -- gcalctool 5.29 hides switch for display format in its settings window https://bugs.launchpad.net/bugs/501054 You received this bug

[Bug 552221] Re: Volume control icon not present after upgrade to Lucid when app indicator applet has been removed by hand in Karmic

2010-04-14 Thread Peter Matulis
I don't recall ever removing the indicator applet. -- Volume control icon not present after upgrade to Lucid when app indicator applet has been removed by hand in Karmic https://bugs.launchpad.net/bugs/552221 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 552221] Re: Volume control icon not present after upgrade to Lucid when app indicator applet has been removed by hand in Karmic

2010-04-14 Thread Peter Matulis
@Milan, how do I add the notification applet? All I see is the notification area under the 'Add to Panel...' facility. -- Volume control icon not present after upgrade to Lucid when app indicator applet has been removed by hand in Karmic https://bugs.launchpad.net/bugs/552221 You received this

[Bug 552221] Re: Volume control icon not present after upgrade to Lucid when app indicator applet has been removed by hand in Karmic

2010-04-14 Thread Peter Matulis
OK, I installed the indicator applet and I got the knob, plus an envelope. -- Volume control icon not present after upgrade to Lucid when app indicator applet has been removed by hand in Karmic https://bugs.launchpad.net/bugs/552221 You received this bug notification because you are a member of

[Bug 565261] Re: Evolution hangs on sending/receiving mail

2010-04-17 Thread Peter Bolgar
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44565400/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/44565401/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/44565402/ProcStatus.txt ** Attachment

[Bug 565261] [NEW] Evolution hangs on sending/receiving mail

2010-04-17 Thread Peter Bolgar
Public bug reported: Binary package hint: evolution I have evolution that collects e-mail from 4 different pop accounts. It worked fine in Karmic although lately it started being very slow on storing folders. After updating to Lucid beta2, it sends/receives e-mails once and then on subsequent

[Bug 566082] [NEW] Evolution hangs when I try to open a sent e-mail that has attachments.

2010-04-18 Thread Peter Bolgar
Public bug reported: Binary package hint: evolution I tried to open a sent e-mail that has a number of PDF attachments. Evolution hung on that. I shut it down with force-shutdown and when tried again got the same result. ProblemType: Bug Architecture: i386 Date: Sun Apr 18 17:14:54 2010

[Bug 566082] Re: Evolution hangs when I try to open a sent e-mail that has attachments.

2010-04-18 Thread Peter Bolgar
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44703986/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/44703987/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/44703988/ProcStatus.txt ** Attachment

Re: [Bug 566544] Re: evolution-alarm-notify crashed with SIGSEGV in g_main_context_dispatch()

2010-04-19 Thread Peter Whittaker
On Mon, 2010-04-19 at 20:09 +, Pedro Villavicencio wrote: this looks similar to bug https://bugzilla.gnome.org/show_bug.cgi?id=596204 ; are you still able to reproduce the crash? Evolution-alarm-notify crashes have almost always been unpredictable for me, but they almost always follow

[Bug 567399] [NEW] rhythmbox crashed with SIGSEGV in save_playlist()

2010-04-20 Thread Peter Schaefer
Public bug reported: Binary package hint: rhythmbox Steps to reproduce: 1) Insert a SD-memory card containing the magic file .is_audio_player into the pc's card reader. 2) Wait till the removable device comes up in rhythmbox. 3) Create a playlist on the device. 4) Drag-and-drop an entry from

[Bug 567399] Re: rhythmbox crashed with SIGSEGV in save_playlist()

2010-04-20 Thread Peter Schaefer
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44912943/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/44912944/Disassembly.txt ** Attachment added: GConfNonDefault.txt http://launchpadlibrarian.net/44912945/GConfNonDefault.txt

[Bug 567606] [NEW] Power option switch from .. gives black screen

2010-04-20 Thread Peter Ralph
Public bug reported: Binary package hint: gnome-panel I have three users.If I login, play cards, AisleRiot Solitaire, for two or three games and then click the power icon, top RH corner, and click on one of the other usernames then the current session closes and a new session starts for the

[Bug 567606] Re: Power option switch from .. gives black screen

2010-04-20 Thread Peter Ralph
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44929328/Dependencies.txt ** Attachment added: GConfNonDefault.txt http://launchpadlibrarian.net/44929329/GConfNonDefault.txt -- Power option switch from .. gives black screen https://bugs.launchpad.net/bugs/567606 You

[Bug 517920] Re: gnome-appearance-properties no longer provides tooltips about background image names

2010-04-21 Thread Peter Belew
This works correctly on Lucid. However there are serious display and live-cd bugs in Lucid which keeps me from installing it in several systems, so it would be really nice to port the changes back to Karmic. -- gnome-appearance-properties no longer provides tooltips about background image names

[Bug 539477] Re: Video out hot key sends super + p + return on many upcoming Dell HP systems

2010-04-21 Thread Peter Clifton
Some one needs to hit (sue) Microsoft with a clue-bat. Why couldn't they spec the machine's BIOS to emit the proper ACPI notification, and respond to that to bring up the video dialogue? WTF.. -- Video out hot key sends super + p + return on many upcoming Dell HP systems

[Bug 517920] Re: gnome-appearance-properties no longer provides tooltips about background image names

2010-04-22 Thread Peter Belew
I will have to wait for the 10.10 release on one of my systems, then, since it is certain that serious bugs affecting that, such as Bug #495553, won't be fixed in Lucid. Also, I don't consider this a 'cosmetic' bug - it's a functional bug. A function has been left out in Karmic. --

[Bug 511150] Re: Problems with calls when VPN tunnel is active

2010-04-23 Thread Peter Matulis
Is this also broken in 10.04? -- Problems with calls when VPN tunnel is active https://bugs.launchpad.net/bugs/511150 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to ekiga in ubuntu. -- desktop-bugs mailing list

Re: [Bug 565261] Re: Evolution hangs on sending/receiving mail

2010-04-23 Thread Peter Bolgar
Dear Pedro, Since updating to Lucid RC, it works ok now. Best, Peter On Fri, 2010-04-23 at 14:24 +, Pedro Villavicencio wrote: Thanks for the report, Please try to obtain a backtrace of that hang following the instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload

[Bug 570821] [NEW] thrash

2010-04-27 Thread Peter Todesco
Public bug reported: Binary package hint: gnome-terminal müll kann nicht geleert werden - no thrash clearing ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/gnome-terminal Package: gnome-terminal 2.26.0-0ubuntu2.1 ProcEnviron: LANG=de_CH.UTF-8

[Bug 570821] Re: thrash

2010-04-27 Thread Peter Todesco
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/45754309/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/45754310/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/45754311/ProcStatus.txt -- thrash

[Bug 567399] Re: rhythmbox crashed with SIGSEGV in save_playlist()

2010-04-29 Thread Peter Schaefer
Just tested rhythmbox from lucid-proposed. Well, rhythmbox still doesn't honour my playlist_format=audio/x-mpegurl line in the .is_audio_player file and keeps creating *.pls instead *.m3u playlists, but: The crasher is gone. Verified fixed. However, dropping files directly from playlists or the

[Bug 439448] Re: visual corruption affecting several panel applets

2010-05-03 Thread Peter Belew
I must say I sympathize with the previous comment. Having said that, this is still happening. on various systems of mine, with different display drivers: I don't think it's a display driver issue. Some have noted that this happens or persists after a system upgrade where the home directory is

[Bug 566082] Re: Evolution hangs when I try to open a sent e-mail that has attachments.

2010-05-04 Thread Peter Bolgar
Hi, sorry, I just saw that comm, Pedro - I think it is too late for that now, right? It still does hand at times, like now, too - not as regularly though. -- Evolution hangs when I try to open a sent e-mail that has attachments. https://bugs.launchpad.net/bugs/566082 You received this bug

[Bug 575272] [NEW] Evolution hangs.

2010-05-04 Thread Peter Bolgar
Public bug reported: Binary package hint: evolution Haven't quite figured out what triggers the hang but happens too often - when it does, I shut evolution down with evolution --force-shutdown and then restart it and then it works fine again. ProblemType: Bug DistroRelease: Ubuntu 10.04

[Bug 575272] Re: Evolution hangs.

2010-05-04 Thread Peter Bolgar
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/47806353/Dependencies.txt -- Evolution hangs. https://bugs.launchpad.net/bugs/575272 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in ubuntu. --

[Bug 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-05-04 Thread Peter Belew
I just subscribed to this bug because I just noticed the behavior in the keyboard indicator - it no longer displays different icons for variants of the same country layout, as for USA, USA1, USA2. This change must have occurred in the past few weeks, as I have been using alternate US layouts for

[Bug 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-05-04 Thread Peter Belew
Note that I just observed this today, in the released Lucid, updated up to today, both on systems which had been installed during the alpha and beta stages and on one which was installed afresh on 3 May 2010. -- New Lucid keyboard layout indicator does not indicate current layout

[Bug 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-05-05 Thread Peter Belew
Karmic, up through any current updates, uses icons with numeric subscripts indicating variants of the basic keyboards for a language. Eliminating that feature (actually in a redesigned program) is a definite regression. By the way, I designed the original US-International layout for Windows 2.11

[Bug 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-05-05 Thread Peter Belew
Thank you, Sebastien, I just subscribed to bug #546240 -- New Lucid keyboard layout indicator does not indicate current layout https://bugs.launchpad.net/bugs/531173 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon

[Bug 442986] Re: evolution-alarm-notify crashed with SIGSEGV in g_main_context_dispatch()

2009-10-06 Thread Peter Whittaker
Steps to reproduce? Sadly, no. Came back from suspend, it crashed, but have yet to be able to reproduce. Has not happened otherwise. -- evolution-alarm-notify crashed with SIGSEGV in g_main_context_dispatch() https://bugs.launchpad.net/bugs/442986 You received this bug notification because you

[Bug 442986] Re: evolution-alarm-notify crashed with SIGSEGV in g_main_context_dispatch()

2009-10-08 Thread Peter Whittaker
I marked this as invalid for three reasons: 1) it has not happened again on its own, 2) I was unable to reproduce it with a specific test case (create appt 30 minutes in the future; put computer to sleep for 20 minutes; wake computer - reminder is successfully displayed), and 3) there has been a

[Bug 359975] Re: evince sometimes yield error Error printing: Too many failed attempts

2009-10-16 Thread Peter Gervai
I do not ubuntu :-) so maybe my comments aren't welcome, but since I'm following the life of this bug here as well as on gnome bugzilla I've observed the latest comments... I think this bug is important for evince usage (not grave though), but fixing it isn't easy. OTOH suggested workaround

[Bug 452884] [NEW] Rhytmbox generates multiple threads when the next song button is clicked

2009-10-16 Thread Peter Cooper
Public bug reported: Binary package hint: rhythmbox When playing a song and then skipping forward to the next song a new thread is created (or the old thread is not terminated). This results in a large number of threads being generated. See htop attachment. ProblemType: Bug Architecture: amd64

[Bug 452884] Re: Rhytmbox generates multiple threads when the next song button is clicked

2009-10-16 Thread Peter Cooper
** Attachment added: Screenshot-PC.png http://launchpadlibrarian.net/33777186/Screenshot-PC.png ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/33777187/Dependencies.txt -- Rhytmbox generates multiple threads when the next song button is clicked

Re: [Bug 359975] Re: evince sometimes yield error Error printing: Too many failed attempts

2009-10-16 Thread Peter Gervai
On Fri, Oct 16, 2009 at 10:35, Actiu informatica informat...@actiu.net wrote: Not everybody is native english speaker, and I don't understand OTOH. http://lmgtfy.com/?q=OTOH And I happen to be Hungarian, far from native EN speaker. :-) Another suggestion is to remove Evince from the default

[Bug 453227] Re: gnome-appearance-properties crashed with SIGSEGV while trying to change cursor appearance

2009-10-16 Thread Peter Belew
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/33790355/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/33790356/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/33790357/Disassembly.txt ** Attachment

[Bug 359975] Re: evince sometimes yield error Error printing: Too many failed attempts

2009-10-17 Thread Peter Gervai
Didn't want to chime in but few of these comments doesn't really help to solve the bug. It's advised not to rant, blame developers, tell why you do not use this or that, or talk about end-of-the-world situations. The bug seems to have been identified, it should be tested and fixed, I guess helping

[Bug 359975] Re: evince sometimes yield error Error printing: Too many failed attempts

2009-10-18 Thread Peter Gervai
I strongly disagree with removing printing from all of the gtk applications, but it's your Ubuntu, not mine. ;-) -- evince sometimes yield error Error printing: Too many failed attempts https://bugs.launchpad.net/bugs/359975 You received this bug notification because you are a member of Ubuntu

[Bug 188973] Re: printing pdf causes abnormally large job

2009-09-01 Thread Peter Berry
Anyone tried to reproduce in jaunty or karmic? -- printing pdf causes abnormally large job https://bugs.launchpad.net/bugs/188973 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to poppler in ubuntu. -- desktop-bugs mailing list

[Bug 323649] Re: Failure to open YouTube videos Could Not Open Location; you might not have permission to play the file. misleading

2009-09-09 Thread Peter Shepherd
I am having the same problem with as the last user. In a previous installation on my laptop with Ubuntu, which was Jaunty Jackalope when it was first released, I was not having this problem, but I recently reinstalled the Operating System on my laptop, and have tried it on several computers in

[Bug 407621] Re: (design decision) Icons missing from context menu , dialogue buttons , firefox bookmark favicons

2009-09-12 Thread Peter Klotz
I agree with Christoph Korn. Without icons and due to the indentation the system menu looks as if the icons are missing. That was exactly my first thought after upgrading. After working without icons for a few hours I realized how important they are to me. Without icons I actually have to read

[Bug 201478] Re: evolution-exchange-storage crashed with SIGSEGV

2009-09-15 Thread Peter Cripton
** Changed in: evolution-exchange Status: Fix Released = Fix Committed -- evolution-exchange-storage crashed with SIGSEGV https://bugs.launchpad.net/bugs/201478 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 359975] Re: evince sometimes yield error Error printing: Too many failed attempts

2009-09-23 Thread Peter Gervai
See my comment in https://bugzilla.gnome.org/show_bug.cgi?id=591846#c3 Try to move the mouse in the problematic application window while printing (focus on evince and move), and see result. Maybe helps. :-] (And don't tell anyone I made such an advice. Sheesh.) -- evince sometimes yield error

[Bug 390662] Re: nautilus shortcuts doesn't work at first press

2009-07-29 Thread Peter Würtz
I think this bug is related to my experience that nautilus sometimes ignores copy/paste shortcuts. I couldn't really reproduce this bug until I found this: http://ubuntuforums.org/showthread.php?t=1219031 After (a) opening a new nautilus window, or (b) navigating to a new directory in an

[Bug 39860] Re: International Date/Time

2009-08-01 Thread Peter Eijlander
I have the knowlegde to create this but unfortunately I don't. So, PLEASE, developers, create something that deals with this, without, for end users, having to change all sorts of code that may mess up a configuration. Thanks!! Peter -- International Date/Time https://bugs.launchpad.net/bugs

[Bug 117925] Re: cannot create playlist on ipod

2009-08-21 Thread Peter Hollands
This bug re - occurs in Ubuntu 9.04 using version 12.0 of Rhythbox Using an Ipod with Rhythmbox on 9.04 the playlist does not update correctly in that it disappears when the ipod is ejected and run remotely. Using the same ipod on Ubuntu 8.04 (fully current on updates) the playlist does move

[Bug 445243] Re: gnome-display-properties cannot set virtual resolution

2009-10-20 Thread Peter Fellin
time) hoping that the problem will be solved, eventually! ;-) Yours almost perfectly pleased, Peter -- gnome-display-properties cannot set virtual resolution https://bugs.launchpad.net/bugs/445243 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 248355] Re: Evince doesn't anti-alias graphics

2009-10-21 Thread Peter Ballinger
Actually, it's not -quite- anything non-text. It's anything in 1bit black and white color, such as most scanned documents. Grayscale or color images are antialiased, but for some reason not the black and white document scans that could benefit the most. They're displayed as eye stabbing crunchy

[Bug 460074] [NEW] applets crash at startup

2009-10-24 Thread Peter Surňák
Public bug reported: Binary package hint: gnome-panel At every startup these applets crash: - gweather - multiload - keyboard - drivemount by crash I mean dialog is displayed asking if I want to remove or keep for each of them see below for output from .xsession-errors: I add them and

[Bug 460074] Re: applets crash at startup

2009-10-24 Thread Peter Surňák
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/34337336/Dependencies.txt ** Attachment added: GConfNonDefault.txt http://launchpadlibrarian.net/34337337/GConfNonDefault.txt ** Attachment added: XsessionErrors.txt

[Bug 460074] Re: applets crash at startup

2009-10-26 Thread Peter Surňák
Sebastian, could you please give here a number of the original bug of which this is a duplicate so I (and possibly others) can post there any additional comments... Thank you -- applets crash at startup https://bugs.launchpad.net/bugs/460074 You received this bug notification because you are a

[Bug 460074] Re: applets crash at startup

2009-10-30 Thread Peter Surňák
** Changed in: gnome-panel (Ubuntu) Status: Invalid = In Progress ** Changed in: gnome-panel (Ubuntu) Status: In Progress = Invalid -- applets crash at startup https://bugs.launchpad.net/bugs/460074 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 296867] Re: empathy needs to support OTR encryption

2009-11-02 Thread Peter Hansen
I agree that OTR is a must, and will keep using pidgin. -- empathy needs to support OTR encryption https://bugs.launchpad.net/bugs/296867 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list

[Bug 472948] [NEW] installs a broken man-page symlink

2009-11-03 Thread Peter Cordes
Public bug reported: Binary package hint: gstreamer0.10-tools found with cruft(8): $ find -L $(dpkg -L gstreamer0.10-tools) -maxdepth 0 -type l -ls 31182280 lrwxrwxrwx 1 root root 18 Oct 31 16:11 /usr/share/man/man1/gst-xmlinspect-0.10.1 - gst-inspect-0.10.1 actual target

[Bug 474021] Re: gvfsd-smb memory leak

2009-11-04 Thread Peter Runge
** Attachment added: gvfsd-smb console output file http://launchpadlibrarian.net/35088448/gvfsd-smb.log -- gvfsd-smb memory leak https://bugs.launchpad.net/bugs/474021 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu.

[Bug 474021] [NEW] gvfsd-smb memory leak

2009-11-04 Thread Peter Runge
Public bug reported: Binary package hint: gvfs Mounted an SMB share using gvfs-mount (also same effect when done through Places/Network menu item in Gnome). When copying large files from my hard disk to the network share using ~/.gvfs/[share] memory usage of the gvfsd-smb process becomes large

[Bug 474021] Re: gvfsd-smb memory leak

2009-11-04 Thread Peter Runge
** Attachment added: gvfsd-smb Valgrind output http://launchpadlibrarian.net/35088429/gvfsd-smb-valgrind.log -- gvfsd-smb memory leak https://bugs.launchpad.net/bugs/474021 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in

[Bug 474021] Re: gvfsd-smb memory leak

2009-11-04 Thread Peter Runge
Filed a Gnome bug at: https://bugzilla.gnome.org/show_bug.cgi?id=600728 ** Bug watch added: GNOME Bug Tracker #600728 https://bugzilla.gnome.org/show_bug.cgi?id=600728 -- gvfsd-smb memory leak https://bugs.launchpad.net/bugs/474021 You received this bug notification because you are a member

[Bug 437429] Re: No GUI to configure/disable login sound

2009-11-04 Thread Peter Berry
More generally, there's no GUI to customise GDM at all now. The login screen is not GUI-customisable with respect to theme, whether it uses a user list or requires typing in a username, etc., all of which was possible in Jaunty. The only option available is whether to log in automatically or not.

RE: [Bug 467175] Re: seahorse-agent assert failure: ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion failed: (obj (obj-profile_list == NULL) obj-orb)

2009-11-05 Thread Peter Wong
*** This bug is a duplicate of bug 429322 *** https://bugs.launchpad.net/bugs/429322 Please can you remove my email from your email listings. I have received this email 30 times since I reported the bug Kind Regards Date: Thu, 5 Nov 2009 18:19:57 + From: der.pi...@gmail.com To:

Re: [Bug 470086] Re: seahorse-agent assert failure:ERROR:iop-profiles.c:606:IOP_generate_profiles: assertionfailed: (obj (obj-profile_list == NULL) obj-orb)

2009-11-07 Thread Peter Grunwald
*** This bug is a duplicate of bug 429322 *** https://bugs.launchpad.net/bugs/429322 Sorry, that's not my fault - during installing Ubuntu I only filled out an error-report... Please excuse me, but I don't know, how to stop peter - Original Message - From: turbozender

[Bug 476729] Re: Evolution freezes when adding attachement

2009-11-07 Thread Peter Whittaker
Is this is a dupe of bug# 460710? -- Evolution freezes when adding attachement https://bugs.launchpad.net/bugs/476729 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 460710] Re: Evolution hangs when double-clicking on attachment

2009-11-07 Thread Peter Whittaker
Brilliant - had the bug again this morning (had to force-quit evolution), enabled karmic proposed, installed all proposed, tried sending exact same email, same attachment, worked fine this time: great work, fix works as promised. -- Evolution hangs when double-clicking on attachment

[Bug 477568] [NEW] Can't middle click paste into same epiphany window

2009-11-07 Thread Peter Clifton
Public bug reported: Binary package hint: epiphany-browser Rather bizarrely, the following works: Paste from terminal into epiphany (middle click paste) Paste from epiphany into terminal (middle click paste) What DOES NOT work, is middle-click pasting _from_ epiphany, _into_ the same epiphany

Re: [Bug 467624] Re: nautilus crashed with SIGSEGV in _g_local_file_info_get()

2009-11-08 Thread Peter Goodall
Thanks Paul. Keep up the great work... ---Peter Goodall On Sat, Nov 7, 2009 at 1:57 AM, Pedro Villavicencio pe...@ubuntu.comwrote: Thanks for the report, it looks like bug https://bugzilla.gnome.org/show_bug.cgi?id=590192 ; linking the report. ** Bug watch added: GNOME Bug Tracker #590192

[Bug 482445] [NEW] reply to email prepared by Yahoo Mail does not word-wrap. Source shows lots of A0's.

2009-11-13 Thread Peter Brewster
; Wed, 11 Nov 2009 14:17:12 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.8.100.260964 References: 1257293946.12576.10.ca...@ubuntumax Date: Wed, 11 Nov 2009 14:17:12 -0800 (PST) From: Daniel Brewster brewster...@yahoo.com Subject: Re: Ubuntu To: Peter Brewster peter@comcast.net In-Reply

[Bug 482445] Re: reply to email prepared by Yahoo Mail does not word-wrap. Source shows lots of A0's.

2009-11-13 Thread Peter Brewster
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/35670007/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/35670008/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/35670009/ProcStatus.txt ** Attachment

[Bug 483195] [NEW] player doesn't start when double clicking track

2009-11-15 Thread Peter Duifhuis
Public bug reported: Binary package hint: rhythmbox after selecting an album via Library Music... the player doesn't start when double clicking the first song. Have to do this a couple of times before succes. Ubuntu 9.10 rhythmbox: Installed: 0.12.5-0ubuntu4 Candidate: 0.12.5-0ubuntu5

[Bug 483195] Re: player doesn't start when double clicking track

2009-11-15 Thread Peter Duifhuis
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/35724883/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/35724885/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/35724886/ProcStatus.txt ** Attachment

[Bug 485098] [NEW] file roller rename a file inside a .zip file fails, deletes original file from zip archive

2009-11-18 Thread Peter Dyson
Public bug reported: Binary package hint: file-roller Open a .zip file with files in it. Attempt to rename one of the files in the zip in-situ. The rename fails and the original file you were renaming is deleted. It should attempt to do whatever operation you ask it and if it fails, it should

<    5   6   7   8   9   10   11   12   13   14   >