[Bug 1913290] [NEW] winebrowser mailto opens Linux browser not mailer

2021-01-26 Thread Elizabeth Lock
Public bug reported: I use Wine to run MS Office 2003 with a lot of fairly complex VBA. Most of it works, but when I send a mail message to winebrowser mailto in Access VBA it now gets opened in Firefox, not Thunderbird. Dim DoMail As Long DoMail = Shell("C:/windows/system32/winebrowser

[Bug 1860758] [NEW] QtCreator 4.5.2 crashes in the QtQuick designer

2020-01-23 Thread lock
Public bug reported: QtCreator crashes in the QtQuick Designer after manipulation with items of the Navigation Panel, primarily after moving items by a mouse. Description:Ubuntu 18.04.3 LTS Release:18.04 qtcreator: Installed: 4.5.2-3ubuntu2 Candidate: 4.5.2-3ubuntu2 Version

[Bug 1782274] Re: resolvconf package needs dependency on ifupdown

2018-09-11 Thread Elizabeth Lock
I had the same problem as Parakram, but found that the upgrade did actually finish correctly though the terminal window remained stuck at that line for three or four hours. Something was still happening, -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1325228] [NEW] light-locker mutes audio on lock, does not un-mute

2014-05-31 Thread Simon Lock
Public bug reported: Description:Ubuntu 14.04 LTS Release:14.04 Xubuntu 14.04 LTS x64 light-locker 1.4.0 Using light locker mutes audio on lock (either on screen saver or via light-locker-command -l) but does not un-mute audio at lightdm login / resume. My user account belongs

[Bug 1299846] Re: Unhandled exception in UpnpService causes crashes

2014-05-22 Thread Simon Lock
Having the same issue. When crashed, Banshee will refuse to open again or show a frozen blank GUI window. It will refuse to open again until ~.config/banshee-1/banshee.db is deleted. Also using XBMC (13.0) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1294899] Re: Import saved VPN connection has been Recently Broken

2014-05-21 Thread Duncan Lock
The trusty-proposed update fixed it for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1294899 Title: Import saved VPN connection has been Recently Broken To manage notifications about this bug

[Bug 1270090] Re: time-admin can not install ntp

2014-05-18 Thread Simon Lock
Still present in Xubuntu 14.04 LTS x64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1270090 Title: time-admin can not install ntp To manage notifications about this bug go to:

[Bug 1296012] Re: cpuspeed display no graph

2014-05-15 Thread Nick Lock
This is related to the bug in kernel 3.11 described here: https://lkml.org/lkml/2013/9/7/126 As the contents of /sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state are incorrect (and never update), firstly there is a strong chance that the plugin will return values below $MINHZ -

[Bug 1296012] Re: cpuspeed display no graph

2014-05-15 Thread Nick Lock
This is related to the bug in kernel 3.11 described here: https://lkml.org/lkml/2013/9/7/126 As the contents of /sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state are incorrect (and never update), firstly there is a strong chance that the plugin will return values below $MINHZ -

[Bug 1166542] Re: Brasero stalls nomalizing mp3's

2013-08-08 Thread Joshua Lock
There's a bug in the normalisation pipeline since the port to GStreamer 1.0, I'm not entirely certain but I think it may be a GStreamer bug. Whilst I continue to try and figure the root cause out and determine a proper fix I've pushed a workaround which disables the normalisation step of the

[Bug 1165572] Re: The volume control doesn't work in the Split Track window

2013-07-08 Thread Joshua Lock
** Bug watch added: GNOME Bug Tracker #703778 https://bugzilla.gnome.org/show_bug.cgi?id=703778 ** Also affects: brasero via https://bugzilla.gnome.org/show_bug.cgi?id=703778 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Bug 1084851] Re: No system-wide proxy for automatic proxy setting method

2013-04-16 Thread Joshua Lock
Of that I'm not really certain. I filed this report because as a user the behaviour surprised me that some things would be able to access the network and others wouldn't. Having dug into the problem a little it's apparent that it's not trivial to solve - that doesn't mean that it's not worth

[Bug 1088124] Re: GtkRecentMenu always returns the most recent item, rather than the selected item, when calling gtk_recent_chooser_get_current_uri()

2012-12-10 Thread Joshua Lock
HI Sebastien, As mentioned in comment #2 this bug is not present on Fedora 18 (gtk+ 3.6.2) nor can I reproduce on Fedora 17 (gtk+ 3.3.4), I can certainly file the bug upstream but I'd like to at least reproduce the issue elsewhere first. I did a bit of extra digging and nothing jumps out in a

[Bug 1084851] Re: No system-wide proxy for automatic proxy setting method

2012-12-10 Thread Joshua Lock
Quite right, I see there's no case for G_DESKTOP_PROXY_MODE_AUTO in on_proxy_apply_system_wide() of 50_ubuntu_systemwide_prefs.patch in gnome-control-center. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1088124] Re: GtkRecentMenu always returns the most recent item, rather than the selected item, when calling gtk_recent_chooser_get_current_uri()

2012-12-09 Thread Joshua Lock
I was pretty confident when filing this bug that the problem wasn't restricted to the bindings, but to verify my initial assumption I ported the simple test to C. Results are the same. ** Attachment added: Simple C program to demonstrate the problem

[Bug 1084851] Re: Software centre fails to install software on system with system-wide proxy configured

2012-12-08 Thread Joshua Lock
You are quite right, since filing this report I've discovered that the update manager fails too. I am , however, able to update and install software by using aptitude on the command line. I configured the proxy using the automatic method and entering a URL. I do have a https_proxy set in my

[Bug 1088124] [NEW] GtkRecentMenu always returns the most recent item, rather than the selected item, when calling gtk_recent_chooser_get_current_uri()

2012-12-08 Thread Joshua Lock
Public bug reported: GtkRecentMenu always returns the most recent item, rather than the selected item, when calling gtk_recent_chooser_get_current_uri(). I noticed this in some code I was working on and after spending some time banging my head against it I decided to try and replicate the issue

[Bug 1088124] Re: GtkRecentMenu always returns the most recent item, rather than the selected item, when calling gtk_recent_chooser_get_current_uri()

2012-12-08 Thread Joshua Lock
Here's a simple Python program which demonstrates the problem I've observed in both my own code and MyPaint. ** Attachment added: SImple Python program to demonstrate the problem https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1088124/+attachment/3455118/+files/gtk3recent.py -- You

[Bug 1088124] Re: GtkRecentMenu always returns the most recent item, rather than the selected item, when calling gtk_recent_chooser_get_current_uri()

2012-12-08 Thread Joshua Lock
To see the issue with the demo program follow these steps: 1) run the program with python gtk3recent.py and select File-Open Recent, this will show the 5 most recent entries in the users' GtkRecent history. 2) select the first item in the list, the label in the window will show the uri of the

[Bug 785271] Re: regular applications should have a Open New Window menu entry by default

2012-12-04 Thread Joshua Lock
I only discovered the middle-click to launch new window feature by searching for and reading this bug report. It would be much more discoverable if this were a menu entry in the right-click menu of the Unity launchers. -- You received this bug notification because you are a member of Ubuntu

[Bug 1084820] Re: Save Copy As with file opened from Firefox results in restrictive permissions

2012-12-03 Thread Joshua Lock
Hmm, interesting. It's expected that cp would result in the same permissions as the tmp file. It's the G_FILE_COPY_TARGET_DEFAULT_PERMS flag which should set the permissions to the defaults for the destination directory. I was wondering if the issue is in GLib but the test program mimics the GLib

[Bug 1084820] Re: Save Copy As with file opened from Firefox results in restrictive permissions

2012-11-30 Thread Joshua Lock
I don't think that this bug is in Evince itself. I've been taking a look at the code and found that in ev_xfer_uri_simple() libdocument/ev-file- helpers.c:419 the call to g_file_copy() passes G_FILE_COPY_TARGET_DEFAULT_PERMS http://bazaar.launchpad.net/~ubuntu-

[Bug 1084820] Re: Save Copy As with file opened from Firefox results in restrictive permissions

2012-11-30 Thread Joshua Lock
Some debugging information. The temp file opened by Firefox in Evince: user@computer:/tmp $ stat -c '%n %a %A' Some\ Pdf.pdf Some\ Pdf.pdf 400 -r The same file saved in my home directory using Save a copy: user@computer:~/Documents $ stat -c '%n %a %A' Some\ Pdf.pdf Some\ Pdf.pdf 400

[Bug 1084820] Re: Save Copy As with file opened from Firefox results in restrictive permissions

2012-11-30 Thread Joshua Lock
I just wrote a simple test program (attached) to try and replicate the code path where the file is copied and it results in a file with 664 permissions. Seems the bug *is* in evince, but it's not a bug that upstream can replicate. ** Attachment added: test-g-file-copy.c

[Bug 961017] Re: Fails to report crash (“Network problem”)

2012-11-29 Thread Joshua Lock
I think Stephan is suggesting that the proxy settings aren't exported to the environment in which apport is executed. Certainly I've just tried to report an Ubuntu bug using apport and it failed to communicate with a similar message and I am using a proxied connection. If I sudo su root - (the

[Bug 1084820] [NEW] Save Copy As with file opened from Firefox results in restrictive permissions

2012-11-29 Thread Joshua Lock
Public bug reported: A common usage pattern of mine is to download PDF's through Firefox by clicking the link and selecting Open with, on occasion I'd like to keep the PDF's so use the File-Save a Copy As menu item in Evince to save a copy in my home directory. The files are copied with the same

[Bug 1084840] [NEW] Install additional software button launches dialogue(s) which refers to Python (2.7) as the calling application

2012-11-29 Thread Joshua Lock
Public bug reported: Ubuntu version information: Description:Ubuntu 12.10 Release:12.10 Rhythmbox version information: Installed: 2.97-1ubuntu5 Candidate: 2.97-1ubuntu5 Version table: *** 2.97-1ubuntu5 0 500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64

[Bug 1084843] [NEW] Install additional software button doesn't find required plugin when behind proxy

2012-11-29 Thread Joshua Lock
Public bug reported: Ubuntu version information: Description:Ubuntu 12.10 Release:12.10 Rhythmbox version information: Installed: 2.97-1ubuntu5 Candidate: 2.97-1ubuntu5 Version table: *** 2.97-1ubuntu5 0 500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64

[Bug 1084843] Re: Install additional software button doesn't find required plugin when behind proxy

2012-11-29 Thread Joshua Lock
I just discovered (using apport -w) that this infrastructure is provided by the sessioninstaller package, so adding that to the Affects. sessioninstaller version info: Installed: 0.20+bzr131-0ubuntu2 Candidate: 0.20+bzr131-0ubuntu2 Version table: *** 0.20+bzr131-0ubuntu2 0 500

[Bug 1084851] [NEW] Software centre fails to install software on system with system-wide proxy configured

2012-11-29 Thread Joshua Lock
Public bug reported: Ubuntu Version info: Description: Ubuntu 12.10 Release: 12.10 Software centre version info: Installed: 5.4.1.2 Candidate: 5.4.1.2 Version table: *** 5.4.1.2 0 500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages 100 /var/lib/dpkg/status

[Bug 1084862] [NEW] Unable to add locations of time/date to show in clock applet on computer behind a proxy

2012-11-29 Thread Joshua Lock
Public bug reported: Ubuntu version info: Description: Ubuntu 12.10 Release: 12.10 Gnome Control Centre version info: Installed: 1:3.4.2-0ubuntu19 Candidate: 1:3.4.2-0ubuntu19 Version table: *** 1:3.4.2-0ubuntu19 0 500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64

[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-22 Thread Robert Lock
My machine is doing the same thing. Ubuntu 12.04 Gateway DX4860-US20P, with integrated Intel HD -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975689 Title: X freezes completely running google

[Bug 688102] Re: networking fails while in use (atl1c module?)

2010-12-16 Thread Nick Lock
Unfortunately, I am now unable to reproduce the fault! After posting this report, I removed 2.6.32-26 and reinstalled 2.6.32-25 as the requirements to have a functional backup server became a little more pressing :) After the request to try slabtop, I switched back to 2.6.32-26, which has

[Bug 688102] [NEW] networking fails while in use (atl1c module?)

2010-12-09 Thread Nick Lock
Public bug reported: First time bug-reporter here, so apologies if I've missed anything! Since upgrading our Bacula server to 2.6.32-26 at the end of last week, we have been unable to make backups due to the box losing its network connection *while scheduled jobs are running*. The box is a

[Bug 688102] Re: networking fails while in use (atl1c module?)

2010-12-09 Thread Nick Lock
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/688102 Title: networking fails while in use (atl1c module?) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 611485] Re: [needs-packaging] needs-packaging: sigil

2010-09-25 Thread Duncan Lock
There's a PPA here, with a working up-to-date build of Sigil in, if that helps any: https://launchpad.net/~ikuya-fruitsbasket/+archive/ppa I've tested this package on Lucid and it works well. The package is much better than the binary installer direct from Sigil

[Bug 516826] Re: ntfs-config crashed with AttributeError in add_section()

2010-09-05 Thread Simon Lock
Applied settings for first time, no issue. Returned and clicked cancel to a partition I have no desire to enable and application crashed but still allowed me to continue to make changes / apply them. -- ntfs-config crashed with AttributeError in add_section()

[Bug 625757] Re: dconf-service crashed with signal 5 in g_closure_invoke()

2010-09-05 Thread Simon Lock
Was executing gksudo on a bash script for mine. Ran fine after restarting gnome-term. -- dconf-service crashed with signal 5 in g_closure_invoke() https://bugs.launchpad.net/bugs/625757 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 546392] Re: gwibber crashed with ValueError in render()

2010-04-04 Thread Duncan Lock
I've now switched to the nightlies (currently 2.31.1~bzr706-0ubuntu1~daily1) and I'm still having this problem. I get exactly the same console output as in #4 and gwibber still won't start. Hmmm... figured it out, duh. Gwibber won't start with a non-integer default application font size, like the

[Bug 546392] Re: gwibber crashes on startup with system default-font-size set to 10.5pt

2010-04-04 Thread Duncan Lock
This maybe a duplicate of this bug?: https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/425929 -- gwibber crashes on startup with system default-font-size set to 10.5pt https://bugs.launchpad.net/bugs/546392 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 552134] Re: quadrapassel cannot load

2010-04-01 Thread Duncan Lock
This happens for me as well. I've got a nVidia 8800GTS video card and I'm using the default lucid video drives - nouveau, I think. -- quadrapassel cannot load https://bugs.launchpad.net/bugs/552134 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 549896] Re: swell-foop doesn't start

2010-04-01 Thread Duncan Lock
This happens for me as well. I've got a nVidia 8800GTS video card and I'm using the default lucid video drives - nouveau, I think. -- swell-foop doesn't start https://bugs.launchpad.net/bugs/549896 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 546392] Re: gwibber crashed with ValueError in render()

2010-04-01 Thread Duncan Lock
When I launch gwibber from the terminal I get this: ** (gwibber:3372): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags' ** (gwibber:3372): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags' **

[Bug 506973] Re: Inconsistent names are assinged when user adds more than 2 wokrspaces

2010-03-27 Thread Duncan Lock
This is still happening in the latest Lucid - this sounds like it might be a papercut candidate; I would guess it's a fairly simple patch to make it consistent, either 'Desk n', or 'Workspace n'? ** Also affects: hundredpapercuts Importance: Undecided Status: New -- Inconsistent names

[Bug 544636] Re: java.lang.ClassCastException: com.lowagie.text.pdf.PdfDictionary cannot be cast to com.lowagie.text.pdf.PRIndirectReference

2010-03-23 Thread Duncan Lock
I think I just got a spam comment on my bug. Sigh. Just for the record - this has absolutely nothing to do with .doc files, or NemoPdf; please ignore the comment from nemo...@yahoo.com. -- java.lang.ClassCastException: com.lowagie.text.pdf.PdfDictionary cannot be cast to

[Bug 544636] Re: pdftopdf produces non-standard-conform pdf files.

2010-03-23 Thread Duncan Lock
Doing dpkg -l cups cups-pdf gives me: ||/ Name VersionDescription +++-==-==- ii cups 1.4.1-5ubuntu2 Common UNIX Printing System(tm) - server ii cups-pdf 2.5.0-8ubuntu1 PDF printer for CUPS

Re: [Bug 544636] Re: pdftopdf produces non-standard-conform pdf files.

2010-03-23 Thread Duncan Lock
Lock found and reported this bug. I am responsible for the patch. -- pdftopdf produces non-standard-conform pdf files. https://bugs.launchpad.net/bugs/544636 You received this bug notification because you are a direct subscriber of the bug. -- pdftopdf produces non-standard-conform pdf

[Bug 544636] [NEW] java.lang.ClassCastException: com.lowagie.text.pdf.PdfDictionary cannot be cast to com.lowagie.text.pdf.PRIndirectReference

2010-03-22 Thread Duncan Lock
Public bug reported: Binary package hint: pdftk Since upgrading to 9.10 (Karmic), I've been getting an error processing some pdf files with pdftk. I get the error trying to process pdf files which have been printed from OpenOffice Writer - but the same document 'exported' as a pdf file from OO

[Bug 544636] Re: java.lang.ClassCastException: com.lowagie.text.pdf.PdfDictionary cannot be cast to com.lowagie.text.pdf.PRIndirectReference

2010-03-22 Thread Duncan Lock
** Attachment added: Blank OO Writer document exported to PDF http://launchpadlibrarian.net/41660037/blank_pdf_exported_settings_default.pdf -- java.lang.ClassCastException: com.lowagie.text.pdf.PdfDictionary cannot be cast to com.lowagie.text.pdf.PRIndirectReference

[Bug 544636] Re: java.lang.ClassCastException: com.lowagie.text.pdf.PdfDictionary cannot be cast to com.lowagie.text.pdf.PRIndirectReference

2010-03-22 Thread Duncan Lock
** Attachment added: Blank OO Writer document printed to PDF http://launchpadlibrarian.net/41660110/blank_pdf_printed_settings_default.pdf ** Description changed: Binary package hint: pdftk Since upgrading to 9.10 (Karmic), I've been getting an error processing some pdf files with

[Bug 345224] Re: [RV380] Xorg randomly freezes (100% CPU)

2010-02-02 Thread g-lock
I had this bug on my Radeon X700. When I set Option Accel Off, the all works fine. -- [RV380] Xorg randomly freezes (100% CPU) https://bugs.launchpad.net/bugs/345224 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

Re: [Bug 104362] Re: [apport] pype crashed with NameError in menuAddM()

2009-08-03 Thread Duncan Lock
Well, I've not tried up until just now - but I've just installed the latest PyPe from the Jaunty (9.04) repository (currently supplying version 2.5) and it seems to work fine. This is on Ubuntu Jaunty 9.04 AMD64. Thanks, Dunc 2009/8/3 Philip Muskovac yo...@gmx.net Hi, you reported this bug a

[Bug 255307] Re: Can't connect to msn accounts

2009-05-27 Thread Duncan Lock
This is still happening in Jaunty final release, using Empathy 2.27.1.1 (from the Telepathy Team PPA: http://ppa.launchpad.net/telepathy/ppa/ubuntu). Killing telepathy- butterfly fixes this problem for me, but you have to do this every time you start empathy. -- Can't connect to msn accounts

[Bug 348500] Re: Draw Spaces plugin has no effect

2009-05-04 Thread Duncan Lock
You need to add something like this to your theme file: style name=draw-spaces foreground=tinted_grey/ Look in the cobalt.xml file in /usr/share/gtksourceview-2.0/styles for an example of a theme which does this. More info here: http://www.codeistry.com/blog/2009/05/choosing-syntax-highlighting-

[Bug 335717] [NEW] New version needs packaging for Jaunty

2009-02-27 Thread Duncan Lock
Public bug reported: Binary package hint: diakonos The current Jaunty version of Diakonos is 0.8.4 - which is out of date - the current version is 0.8.8: Changelog: http://github.com/Pistos/diakonos/tree/master/CHANGELOG GIT Repo: http://github.com/Pistos/diakonos/tree/master Website:

[Bug 289886] [NEW] Firefox resizes whole browser on javascript pop-up

2008-10-27 Thread Duncan Lock
Public bug reported: Binary package hint: firefox-3.0 When middle clicking the chart displayed on this page: http://junkcharts.typepad.com/junk_charts/2008/10/vanishing-act.html the image opens in a new tab, then the javascript attached to it runs, re-sizing the whole browser window. Clicking

[Bug 289886] Re: Firefox resizes whole browser on javascript pop-up

2008-10-27 Thread Duncan Lock
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/18944810/Dependencies.txt ** Attachment added: ExtensionSummary.txt http://launchpadlibrarian.net/18944811/ExtensionSummary.txt ** Attachment added: profiles.ini.txt

[Bug 104362] Re: [apport] pype crashed with NameError in menuAddM()

2008-10-19 Thread Duncan Lock
Currently using Intrepid 8.10 AMD64 - installed PyPe, crashed on first run -- [apport] pype crashed with NameError in menuAddM() https://bugs.launchpad.net/bugs/104362 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 284110] Re: gtk-gnash crashed with SIGSEGV in std::_Rb_tree_decrement()

2008-10-15 Thread Duncan Lock
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/18588772/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/18588773/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/18588774/Disassembly.txt ** Attachment

[Bug 178485] Re: Evince printing unprintable PDF marks

2008-07-17 Thread Duncan Lock
This is happening to me too - when printing postage labels downloaded from the UK's Royal Mail. They have non-printing bits over the top - these are wrongly printed by Evince - making the labels useless, but not in Adobe Acrobat Reader for linux, v8.1.2 which behaves as expected and displays

[Bug 178485] Re: Evince printing unprintable PDF marks

2008-07-17 Thread Duncan Lock
This has two reports - with details - and two example PDF's which reproduce the problem, so I don't think this is Incomplete anymore. ** Changed in: evince (Ubuntu) Status: Incomplete = Confirmed -- Evince printing unprintable PDF marks https://bugs.launchpad.net/bugs/178485 You received

[Bug 85136] Can't unlock screen when screensaver has started

2007-02-14 Thread Joshua Lock
. Enable Lock screen when screensaver active in Screensaver Preferences. 2. Allow the screensaver to activate. 3. Attempt to deactivate screensaver. 4. Enter password etc. 5. Wait ... ** Affects: gnome-screensaver (Ubuntu) Importance: Undecided Status: Unconfirmed -- Can't unlock

[Bug 77355] Re: Audioscrobbler plugin error

2007-01-20 Thread Joshua Lock
I too am seeing this error. This happens every time Banshee tries to scrobble a track. ** Attachment added: Crash Log from Incandescant http://librarian.launchpad.net/5805742/banshee-crash-log.txt -- Audioscrobbler plugin error https://launchpad.net/bugs/77355 -- ubuntu-bugs mailing list

[Bug 70220] update-manager Could not calculate the upgrade

2006-11-04 Thread Duncan Lock
Public bug reported: Binary package hint: update-manager Clicked upgrade icon, got message saying I needed to do a dist-upgrade, said Ok then got this message: Could not calculate the upgrade A unresolvable problem occurred while calculating the upgrade. Please report this bug against the

[Bug 70220] Re: update-manager Could not calculate the upgrade

2006-11-04 Thread Duncan Lock
apt logfile from /var/log/dist-upgrade/ ** Attachment added: apt logfile from /var/log/dist-upgrade/ http://librarian.launchpad.net/4964363/apt.log -- update-manager Could not calculate the upgrade https://launchpad.net/bugs/70220 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 68865] Crashin on printing

2006-10-28 Thread Duncan Lock
Public bug reported: Running Edgy Eft 6.10 and Firefox 2.0 - no extensions installed. Printing to a HP Laserjet 2100 over the network, crashing with the 'Preparing to print' dialog open. ** Affects: firefox (Ubuntu) Importance: Undecided Status: Unconfirmed ** Summary changed: -

[Bug 68864] Crash when showing kernel modules

2006-10-28 Thread Duncan Lock
Public bug reported: Running vanilla fresh-install Edgy Eft 6.10 (release version). Run hardinfo, click on Kernel Modules - crashes. ** Affects: hardinfo (Ubuntu) Importance: Undecided Status: Unconfirmed -- Crash when showing kernel modules https://launchpad.net/bugs/68864 --

[Bug 68864] Re: Crash when showing kernel modules

2006-10-28 Thread Duncan Lock
** Attachment added: crash dump file. http://librarian.launchpad.net/4939235/_usr_bin_hardinfo.1000.crash -- Crash when showing kernel modules https://launchpad.net/bugs/68864 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs