[Bug 212587] Re: Vsync setting has no effect

2009-08-12 Thread Mike Pelley
This thread might be related:
http://ubuntuforums.org/showthread.php?t=646356

Basically, he says that compiz runs before the nvidia-settings are
"enabled" or something.  It would seem that the correct fix would ensure
that the nvidia-settings are "enabled" before compiz runs.

-- 
Vsync setting has no effect
https://bugs.launchpad.net/bugs/212587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 409475] [NEW] Default Ubuntu Jaunty install does not include System->Administration->Network

2009-08-05 Thread Mike Pelley
Public bug reported:

Binary package hint: gnome-network-admin

I propose that System->Administration->Network should be part of the
default desktop install.  Below is my pseudo-justification ;o)

I wanted to change my hostname on my Ubuntu desktop, so I did a google
search.  As a unix guy from way back, I knew I could probably just
change /etc/hostname and /etc/hosts, but I try to do things "right", so
I went looking for a GUI option.

I did not find one, so I did a google search for "ubuntu 9.04 change
hostname".  A lot of options come up and several propose something like
"sudo vi /etc/hostname /etc/hosts".  There are others that propose
"Click on Applications, Add/Remove, search for network, and install
Network", which is what I was looking for.  I'd suggest that Ubuntu
would prefer to promote the second alternative, which would be easier if
it were installed by default as folks might find it without a Google
search.

Ubuntu/Gnome has nicely moved a lot of config-file-editing into GUI
tools which is very nice, especially as I can be relatively certain that
it was "done right", i.e. all of the relevant files have been changed
and services have been restarted.  I think it is odd that the ability to
change my hostname (and other parameters covered by the Gnome Network
Admin) is not available by default.  It appears that it used to be
available in Hardy or something and was removed.

** Affects: gnome-system-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Default Ubuntu Jaunty install does not include System->Administration->Network
https://bugs.launchpad.net/bugs/409475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 400529] Re: No sound after setting login sounds for gdm

2009-07-29 Thread Mike Pelley
I have this problem as well, and it appears to be a race condition of
sorts between GDM playing sound and ALSA attempting to initialize.  When
GDM is configured to play a sound for "Login Successful", the hw:0 PCM
device is busy when ALSA attempts to open it.  After I've logged in, I
cannot get any sound from ALSA.  When I open the Volume Control dialog,
there is a device labelled "Playback: Null Output (PulseAudio Mixer)".
When things are working correctly, this device is labelled "Playback:
HDA Intel - AD198x Analog (PulseAudio Mixer)".

The following lines of my /var/log/user.log file relate to the problem:

Jul 28 18:22:19 haven pulseaudio[3372]: alsa-util.c: Error opening PCM device 
hw:0: Device or resource busy
Jul 28 18:22:19 haven pulseaudio[3372]: module.c: Failed to load  module 
"module-alsa-sink" (argument: "device_id=0 
sink_name=alsa_output.pci_8086_269a_sound_card_0_alsa_playback_0 tsched=0"): 
initialization failed.

When I uncheck the "Login successful" sound in System / Administration /
Login Window / Accessibility and logout/login, everything works fine.

** Tags added: alsa audio gdm pcm pulse sound

-- 
No sound after setting login sounds for gdm
https://bugs.launchpad.net/bugs/400529
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 567928] [NEW] mdadm --help should include --detail

2010-04-21 Thread Mike Pelley
Public bug reported:

Binary package hint: mdadm

"mdadm --detail /dev/md0" (or "mdadm -D /dev/md0") is the standard way
to interactively check the status of a RAID array, so far as I
understand.  I believe this is a fairly popular option for mdadm, but it
doesn't not appear when I type "mdadm --help" for some reason (using
Karmic).

I propose that "mdadm --detail device" appear as an option when a user
runs "mdadm --help", perhaps between "--build" and "--manage".

** Affects: mdadm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mdadm --help should include --detail
https://bugs.launchpad.net/bugs/567928
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 489826] Re: Raid falsely detected on upgrade to Karmic. Results in unbootable machine.

2010-02-09 Thread Mike Pelley
I was installing Karmic with RAID 5 on four hard drives, two of which I
had purchased used from a friend.  I was using the alternate CD and
everything looked great until the reboot, after which the two drives
from my friend had their partitions disappear for "some reason".  I
spent hours looking into hardware, grub and other possibilities, and was
ready to give up.  So, in the words of Gerry, "THANK YOU!!!".

-- 
Raid falsely detected on upgrade to Karmic. Results in unbootable machine.
https://bugs.launchpad.net/bugs/489826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 567928] Re: mdadm --help should include --detail

2010-04-22 Thread Mike Pelley
Yes, it does show under --misc --help (which I overlooked), but my
thought was that the most commonly used options should show up under
--help.  Here's what I was thinking - please feel free to close if you
disagree ;o)

For someone who doesn't set up a lot of machines, the mdadm help and man
page would be reviewed more thoroughly when creating a RAID array.  Once
created, however, they might not have occasion to run mdadm other than
to check the status, and that might occur infrequently enough that they
need to look it up.  From that point of view, it might be nice to have
--detail a bit more accessible, i.e. on the initial --help page.

Looking at it again, I have an alternate suggestion.  It might be better
to show the output from "mdadm --help-options" as the default output of
"mdadm --help", and move the default output to "mdadm --help-modes" or
similar.  I think that would better serve folks who are looking for
"quick" help via --help, and still provide what's needed to those who
are doing something more involved.

Or not - just a thought ;o)

-- 
mdadm --help should include --detail
https://bugs.launchpad.net/bugs/567928
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 567928] Re: mdadm --help should include --detail

2010-04-22 Thread Mike Pelley
Just for my own information - why did you consider this invalid?  Do you
disagree?  Thanks!

-- 
mdadm --help should include --detail
https://bugs.launchpad.net/bugs/567928
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 567928] Re: mdadm --help should include --detail

2010-04-22 Thread Mike Pelley
Ok - thanks!  I'll keep your comments in mind when filing in the future.

-- 
mdadm --help should include --detail
https://bugs.launchpad.net/bugs/567928
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592402] Re: Rain icon border different than other icons

2010-06-10 Thread Mike Pelley
Some more info - it's raining in Calgary now, so I changed my home city
to that.  I looked in /usr/share/icons/Humanity-dark, and all the
"showers" icons look good.  However, the rain icon in the panel is not
one of the Humanity icons, and it has a black border.  The tooltip
describes the weather as "Light rain, Overcast".

-- 
Rain icon border different than other icons
https://bugs.launchpad.net/bugs/592402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592402] [NEW] Rain icon border different than other icons

2010-06-10 Thread Mike Pelley
Public bug reported:

Binary package hint: gnome-panel

Not too much info here, but it was raining earlier and the weather icon
on Lucid's default "Clock 2.30.0" applet was set to rain, appropriately
enough.  I noticed it looked odd though, in that it had a visible
border.  Now it is cloudy outside, and the cloud icon looks good.

So, very minor, but I think the rain icon is not consistent.  If it
rains again I'll provide more detail ;o)

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Rain icon border different than other icons
https://bugs.launchpad.net/bugs/592402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 400529] Re: No sound after setting login sounds for gdm

2009-10-08 Thread Mike Pelley
Here is the requested information - let me know if you need anything
else.

** Attachment added: "Output of apport-cli -f -p alsa-base"
   
http://launchpadlibrarian.net/33303625/apport.alsa-base_1.0.18.dfsg-1ubuntu8.oQzspl.apport

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
No sound after setting login sounds for gdm
https://bugs.launchpad.net/bugs/400529
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 463266] Re: Can't disable "window decorations" plugin

2009-11-09 Thread Mike Pelley
I am having the same problem - Ubuntu 9.10 (upgraded from 9.04 fresh
install), 64-bit.

-- 
Can't disable "window decorations" plugin
https://bugs.launchpad.net/bugs/463266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 400529] Re: No sound after setting login sounds for gdm

2009-10-28 Thread Mike Pelley
I moved this back to confirmed again, as Saurabh and I thought
appropriate.  Please correct me if I've got that wrong.

** Changed in: linux (Ubuntu)
   Status: Invalid => Confirmed

-- 
No sound after setting login sounds for gdm
https://bugs.launchpad.net/bugs/400529
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 409475] Re: Default Ubuntu Jaunty install does not include System->Administration->Network

2009-08-26 Thread Mike Pelley
I'm not sure why we'd want to get rid of network-admin, mostly because
of the questions I have below.  If this has already been discussed on a
list somewhere, please point me there ;o)

Currently, the network-admin GUI allows one to change hostname, domain
name, DNS servers, search domains and the hosts file (as well as some
connections stuff).  None of the listed functionality is present in the
nm-connection-editor.  Are you proposing that it should all move to the
nm-connection-editor dialog?  Or does some of the other functionality
listed already exist somewhere else in GUI form?

Also, the nm-connection-editor seems to offer interface-specific
parameters, and it's not obvious to me how one would integrate
machine-specific parameters (such as the ones listed above) into this
dialog.

Thanks,
Mike.

-- 
Default Ubuntu Jaunty install does not include System->Administration->Network
https://bugs.launchpad.net/bugs/409475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 409475] Re: Default Ubuntu Jaunty install does not include System->Administration->Network

2009-08-26 Thread Mike Pelley
Thanks very much for the detailed explanation Milan.  I'll do some
thinking and resubmit the request from a NetworkManager perspective.

-- 
Default Ubuntu Jaunty install does not include System->Administration->Network
https://bugs.launchpad.net/bugs/409475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 400529] Re: No sound after setting login sounds for gdm

2009-10-13 Thread Mike Pelley
This comment is not clear to me.  First, the original report is not
mine.  Second, I understood that "confirmed" represented the bug, and
since the bug had already been marked confirmed previously (by someone
else) this seemed to be a reasonable state.

It had been marked incomplete briefly, so I responded and returned the
bug to it's previous state.  Marking it "new" now means that the fact
that the bug had been confirmed has been lost, which seems to be less
than optimal.

Mike.

On Mon, Oct 12, 2009 at 11:01 AM, Kamus  wrote:
> Thanks for your reply sir, but please do not confirm your own reports.
> Regards
>
>
> ** Changed in: linux (Ubuntu)
>       Status: Confirmed => New
>
> --
> No sound after setting login sounds for gdm
> https://bugs.launchpad.net/bugs/400529
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “linux” package in Ubuntu: New
>
> Bug description:
> I am a new user to Ubuntu but I have become quite familiar to it now.Recently 
> I encountered this problem.I tried to change log in sounds via Login Window 
> Option in preferences section.There were three options namely Log 
> in,Successfull Login and Login Fail.I assigned sounds for Successful Login 
> and Login Fail.Whenever i do so all sounds stop working.Rhythmbox,Banshee and 
> any movie player cannot play any sound files.As soon as the Log in sounds are 
> disabled the Player sounds come back to original.I changed the sound formats 
> to WAV,MP3 and WMV too.But I encountered the same problem.I found no solution 
> to it.
>

-- 
No sound after setting login sounds for gdm
https://bugs.launchpad.net/bugs/400529
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 400529] Re: No sound after setting login sounds for gdm

2009-10-13 Thread Mike Pelley
No problem Kamus - as you can see I'm overly sensitive to correction ;o)

I was thinking this should remain open, as the login sounds provided
as defaults after install cause this problem.  I guess a fix would be
to change those sounds to ogg in the gnome-audio distribution, but it
would be better to leave it open until any reasonable sound format can
be used without triggering the obscure error.

Mike.

-- 
No sound after setting login sounds for gdm
https://bugs.launchpad.net/bugs/400529
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1581940] [NEW] package mdadm 3.3-2ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-15 Thread Mike Pelley
Public bug reported:

New install of Ubuntu Gnome on drive with existing RAID partitions. Used
mdadm to assemble the RAID partitions and ran the installer with -b.
Afterwards installed the boot manager. Everything seemed to work great
but this error popped up.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mdadm 3.3-2ubuntu7
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
AptOrdering:
 mdadm: Install
 mdadm: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Sun May 15 06:17:57 2016
Df:
 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-05-15 (0 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 
(20160421)
MDadmExamine.dev.sda:
 /dev/sda:
MBR Magic : aa55
 Partition[0] : 19529728 sectors at 2048 (type fd)
 Partition[1] :  3905536 sectors at 19531776 (type fd)
 Partition[2] :   3883591680 sectors at 23437312 (type fd)
MDadmExamine.dev.sdb:
 /dev/sdb:
MBR Magic : aa55
 Partition[0] : 19529728 sectors at 2048 (type fd)
 Partition[1] :  3905536 sectors at 19531776 (type fd)
 Partition[2] :   3883591680 sectors at 23437312 (type fd)
MDadmExamine.dev.sdc:
 /dev/sdc:
MBR Magic : aa55
 Partition[0] : 19529728 sectors at 2048 (type fd)
 Partition[1] :  3905536 sectors at 19531776 (type fd)
 Partition[2] :   3883591680 sectors at 23437312 (type fd)
MDadmExamine.dev.sdd:
 /dev/sdd:
MBR Magic : aa55
 Partition[0] : 19529728 sectors at 2048 (type fd)
 Partition[1] :  3905536 sectors at 19531776 (type fd)
 Partition[2] :   3883591680 sectors at 23437312 (type fd)
MachineType: Gigabyte Technology Co., Ltd. P35-DS3P
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=6f1ee2e1-c5c2-403b-a321-0b72e714fe23 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: mdadm
Title: package mdadm 3.3-2ubuntu7 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/19/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F12
dmi.board.name: P35-DS3P
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF12:bd06/19/2009:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3P:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: P35-DS3P
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
etc.blkid.tab: Error: [Errno 2] No such file or directory: '/etc/blkid.tab'

** Affects: mdadm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1581940

Title:
  package mdadm 3.3-2ubuntu7 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/1581940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864358] Re: Ubuntu 11.10. Gnome Control Center (Background section).The limited set desktop-themes. Impossibility of expansion amounts desktop-themes.

2011-10-21 Thread Mike Pelley
The theme list is currently hard-coded in the Ubuntu version of the
source for gnome-control-center, and cannot be changed without
recompiling this application.  Basically, out-of-the-box, Ubuntu has
decided to make it impossible for anyone to create and distribute
"clean" Ubuntu themes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/864358

Title:
  Ubuntu 11.10. Gnome Control Center (Background section).The limited
  set desktop-themes. Impossibility of expansion amounts desktop-themes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/864358/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 817383] Re: nautilus-gksu fails to work, needs a re-build to install libnautilus-gksu.so to /usr/lib/nautilus/extensions-3.0

2011-10-20 Thread Mike Pelley
On my Intel 64-bit system, the copy did work (got context menu, then
pop-up and finally root access).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/817383

Title:
  nautilus-gksu fails to work, needs a re-build to install libnautilus-
  gksu.so to  /usr/lib/nautilus/extensions-3.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gksu/+bug/817383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 661833] Re: libgv-php5 should tell php that its there

2011-03-17 Thread Mike Pelley
Still present in Maverick.

** Changed in: graphviz (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/661833

Title:
  libgv-php5 should tell php that its there

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 746973] Re: Facebook certificate is untrusted

2011-04-01 Thread Mike Pelley
It appears that three of DigiCert's certificates have been added to the
system CA list, but not the one mentioned above.  I implemented the
following workaround on my maverick system:

1. Export the required certificate from Firefox
- Preferences -> Advanced -> View Certificates
- Scroll down to DigiCert section
- Select "DigiCert High Assurance CA-3"
- Export as "X.509 Certificate (PEM)" to "/tmp/DigiCert_High_Assurance_CA-3.crt"
- Open a terminal window
- Run "sudo mv /tmp/DigiCert_High_Assurance_CA-3.crt 
/usr/share/ca-certificates/mozilla
- Run "sudo chown root.root 
/usr/share/ca-certificates/mozilla/DigiCert_High_Assurance_CA-3.crt"
- Run "sudo dpkg-reconfigure ca-certificates"
- Select "Yes"
- Scroll down and mark the new certificate 

Before this change, a certificate notice would appear everytime I went
online in empathy chat.  After this change, I went "offline" and
"online" in empathy chat, and the  certificate warning did not appear.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746973

Title:
  Facebook certificate is untrusted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 606314] Re: Columns in "Other Keys" tab cannot be resized

2011-08-30 Thread Mike Pelley
This issue is no longer present in Natty (not sure when it was fixed).

** Changed in: seahorse (Ubuntu)
   Status: Expired => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/606314

Title:
  Columns in "Other Keys" tab cannot be resized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/606314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 746973] Re: Facebook certificate is untrusted

2011-04-08 Thread Mike Pelley
** Also affects: ca-certificates
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746973

Title:
  Facebook certificate is untrusted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 746973] Re: Facebook certificate is untrusted

2011-04-13 Thread Mike Pelley
** Changed in: ca-certificates
   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/746973

Title:
  Facebook certificate is untrusted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759114] Re: Empathy Facebook always complains that connection is untrusted

2011-04-13 Thread Mike Pelley
*** This bug is a duplicate of bug 742889 ***
https://bugs.launchpad.net/bugs/742889

** This bug is no longer a duplicate of bug 746973
   Facebook certificate is untrusted
** This bug has been marked a duplicate of bug 742889
   DigiCert certificates should be included in Ubuntu
 * You can subscribe to bug 742889 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/742889/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759114

Title:
  Empathy Facebook always complains that connection is untrusted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 746973] Re: Facebook certificate is untrusted

2011-04-13 Thread Mike Pelley
*** This bug is a duplicate of bug 742889 ***
https://bugs.launchpad.net/bugs/742889

ca-certificates problem, not telepathy problem.

** Changed in: telepathy-gabble (Ubuntu)
   Status: New => Invalid

** This bug has been marked a duplicate of bug 742889
   DigiCert certificates should be included in Ubuntu
 * You can subscribe to bug 742889 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/742889/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746973

Title:
  Facebook certificate is untrusted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592402] Re: Rain icon border different than other icons

2010-06-22 Thread Mike Pelley
** Description changed:

- Binary package hint: gnome-panel
- 
  Not too much info here, but it was raining earlier and the weather icon
  on Lucid's default "Clock 2.30.0" applet was set to rain, appropriately
  enough.  I noticed it looked odd though, in that it had a visible
  border.  Now it is cloudy outside, and the cloud icon looks good.
  
  So, very minor, but I think the rain icon is not consistent.  If it
  rains again I'll provide more detail ;o)

-- 
Rain icon border different than other icons
https://bugs.launchpad.net/bugs/592402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411856] Re: Lame default for memcached in karmic

2010-06-22 Thread Mike Pelley
** Changed in: memcached (Ubuntu)
   Status: New => Confirmed

-- 
Lame default for memcached in karmic
https://bugs.launchpad.net/bugs/411856
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 360378] Re: Gave up waiting for root device after upgrade then busybox console

2010-07-06 Thread Mike Pelley
I believe it was marked invalid against the initramfs-tools package, but
confirmed against "linux", if I'm understanding the launchpad interface
correctly.

-- 
Gave up waiting for root device after upgrade then busybox console
https://bugs.launchpad.net/bugs/360378
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 606314] [NEW] Columns in "Other Keys" tab cannot be resized

2010-07-16 Thread Mike Pelley
Public bug reported:

Binary package hint: seahorse

There are three tabs in the "Passwords and Encryption Keys" window -
Passwords, My Personal Keys and Other Keys.  To resize a column, I move
the mouse over the divider until the icon changes to a left-right arrow,
and then drag (just to be clear).  This works perfectly in the Passwords
and My Personal Keys tabs, but does not work in the Other Keys tab.
When I try, it attempts to drag the column itself, as if I had started
dragging from the middle of the column.

I'm running current Lucid, which has Seahorse 2.30.0.

** Affects: seahorse (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Columns in "Other Keys" tab cannot be resized
https://bugs.launchpad.net/bugs/606314
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592402] Re: Rain icon border different than other icons

2010-07-16 Thread Mike Pelley
In #3 I mentiond that the border for /usr/share/icons/ubuntu-mono-
dark/status/16/weather-showers.svg is different than the other icons in
that directory.  I've attached a screenshot of 3 icons from that
directory opened with Inkscape, where you can see that the showers icon
is different than the other two.  I've also attached the showers icon
and another icon as they look in the panel, so you can see the
difference.

Let me know if you need anything else.

** Attachment added: "3 icons open in Inkscape, one has different border."
   http://launchpadlibrarian.net/52037200/BadRain.png

-- 
Rain icon border different than other icons
https://bugs.launchpad.net/bugs/592402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592402] Re: Rain icon border different than other icons

2010-07-16 Thread Mike Pelley
Forgot the panel icons.

** Attachment added: "Two panel weather icons."
   http://launchpadlibrarian.net/52037246/panel-icons.tar.gz

** Changed in: ubuntu-mono (Ubuntu)
   Status: Incomplete => New

-- 
Rain icon border different than other icons
https://bugs.launchpad.net/bugs/592402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592402] Re: Rain icon border different than other icons

2010-06-14 Thread Mike Pelley
Sigh.  For some reason I thought I was still running Humanity, but in
fact I had switched to Ambiance when I upgraded to Lucid.  I figured out
that Ambiance uses "ubuntu-mono-dark" icons, and the bug is with those.
Specifically, when I look at "/usr/share/icons/ubuntu-mono-
dark/status/16/weather-showers.svg" using gimp, I can see that the
transparent border for that icon is different than all of the others (it
is darker or less transparent).  The weather-showers.svg in status/22
and status/24 have the same, darker border.  Radiance does not have this
problem - the border looks the same.

I can still take a screen shot if needed, but now that I've narrowed it
down hopefully you can see it for yourself in the icon file directly.

-- 
Rain icon border different than other icons
https://bugs.launchpad.net/bugs/592402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592402] Re: Rain icon border different than other icons

2010-06-14 Thread Mike Pelley
** Changed in: gnome-panel (Ubuntu)
   Status: Incomplete => New

-- 
Rain icon border different than other icons
https://bugs.launchpad.net/bugs/592402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580333] Re: tomboy notes disappeared

2010-09-07 Thread Mike Pelley
I just had several notes disappear from my list at work (gone after I
returned from the weekend).  I'm not sure exactly when they disappeared,
but it would have been quite recently as I use one of them every day as
my "ToDo" list.  I estimate there are four notes missing, and I have
four zero byte MD5 files in ~/.local/share/tomboy.  I have files in
Backup, but the missing ones are not there.

I'm running 64-bit Lucid - let me know if you need any additional
information.

-- 
tomboy notes disappeared
https://bugs.launchpad.net/bugs/580333
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580333] Re: tomboy notes disappeared

2010-09-07 Thread Mike Pelley
One more note - it occurs to me that the notes that disappeared might
have been the ones that were "pinned".  I had about 12 notes altogether,
and I think the missing 4 were pinned, but I can't be sure as I don't
remember exactly.

-- 
tomboy notes disappeared
https://bugs.launchpad.net/bugs/580333
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580333] Re: tomboy notes disappeared

2010-09-07 Thread Mike Pelley
My work machine is a workstation class desktop and I leave it on all the
time.  It does get rebooted occasionally, usually for kernel updates and
such, but I don't believe it has been power cycled "hard" for quite some
time.

-- 
tomboy notes disappeared
https://bugs.launchpad.net/bugs/580333
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs