[Bug 34377] Re: Ejecting multi-mode (audio+data) CDs doesn't close browser window

2008-08-08 Thread Andrew Jorgensen
Yes, this seems to not be a problem anymore.  Now the data volume
doesn't get mounted at all!  But if you mount it with gnome-mount
manually it does seem to close windows when you eject.

-- 
Ejecting multi-mode (audio+data) CDs doesn't close browser window
https://bugs.launchpad.net/bugs/34377
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 34377] Re: Ejecting multi-mode (audio+data) CDs doesn't close browser window

2008-07-15 Thread Andrew Jorgensen
Sorry Sebastien, I'm going to look at this, I just have to find my
multi-mode CD.  Will re-open if the bug still exists.

-- 
Ejecting multi-mode (audio+data) CDs doesn't close browser window
https://bugs.launchpad.net/bugs/34377
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


Re: [Bug 66051] Re: [users-admin] Adding a previously existing user fails silently

2008-05-30 Thread Andrew Jorgensen
@huiii
Thank you for your feedback.  Your problem is not related to this bug.
You may want to try posting to the forums or reporting a new bug.

-- 
[users-admin] Adding a previously existing user fails silently
https://bugs.launchpad.net/bugs/66051
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 12893] Re: Shouldn't put .Trash-$USER on removable devices

2008-04-24 Thread Andrew Jorgensen
Actually it also doesn't happen if the user unmounts the volume from a
nautilus browser window instead of from the Desktop.  It seems the fix
they put in was put into the nautilus desktop code rather than the
gnome-mount code.  This should be corrected.

-- 
Shouldn't put .Trash-$USER on removable devices
https://bugs.launchpad.net/bugs/12893
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 193501] Re: [hardy] seahorse password dialog not always modal

2008-04-16 Thread Andrew Jorgensen
This ought to be a higher priority.  It's a usability issue but because
it's a passphrase-related one it's really a security issue.  These
dialogs need to steal focus the way gksu does.

-- 
[hardy] seahorse password dialog not always modal
https://bugs.launchpad.net/bugs/193501
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to seahorse in ubuntu.

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


[Bug 131530] Re: 'Browse device...' in the bluetooth applet is useless without gnome-vfs-obexftp

2007-10-02 Thread Andrew Jorgensen
I personally think the best way to solve this is to:

A) Use something like the mime-type handler and codec finding services
we already have but for service types.  This would take the most time to
implement but would provide the best user experience.

B) Make the menu item conditional on gnome-vfs providing a handler for
the obex service.  There's probably a way to query it.

-- 
'Browse device...' in the bluetooth applet is useless without gnome-vfs-obexftp
https://bugs.launchpad.net/bugs/131530
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for nautilus in ubuntu.

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


[Bug 95368] Re: (feisty) unmounting a device icon on desktop gives an error dialog

2007-09-13 Thread Andrew Jorgensen
Can someone who knows link the upstream bug here?

Perhaps we should also update the description.  It looks to me like this
is reproducible by plugging in USB sticks with different volume names.

Does it only happen when there are stale entries?

-- 
(feisty) unmounting a device icon on desktop gives an error dialog
https://bugs.launchpad.net/bugs/95368
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 82321] Re: [feisty] nautilus-cd-burner does not umount device and fails to erase automounted cdrw

2007-06-15 Thread Andrew Jorgensen
*** This bug is a duplicate of bug 114770 ***
https://bugs.launchpad.net/bugs/114770

How do we get this into an update for feisty?  Someone put [feisty] into
the description so that it would be clear that they want this bug fixed
in feisty, is there some way to get that to happen?

-- 
[feisty] nautilus-cd-burner does not umount device and fails to erase 
automounted cdrw
https://bugs.launchpad.net/bugs/82321
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for nautilus-cd-burner in ubuntu.

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


[Bug 82321] Re: [feisty] nautilus-cd-burner does not umount device and fails to erase automounted cdrw

2007-06-14 Thread Andrew Jorgensen
An strace revealed this:

access(/usr/bin/pumount, X_OK)= -1 ENOENT (No such file or directory)
access(/bin/pumount, X_OK)= -1 ENOENT (No such file or directory)
access(/sbin/umount, X_OK)= -1 ENOENT (No such file or directory)
access(/bin/umount, X_OK) = 0

No attempt is made to use gnome-umount, which has replaced pumount.
n-c-b must be updated to use gnome-umount.

I personally think this should have more than a Low priority because
there is no easy workaround since nautilus doesn't offer unmount, but
only eject on cd drives.

-- 
[feisty] nautilus-cd-burner does not umount device and fails to erase 
automounted cdrw
https://bugs.launchpad.net/bugs/82321
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for nautilus-cd-burner in ubuntu.

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


[Bug 82321] Re: [feisty] nautilus-cd-burner does not umount device and fails to erase automounted cdrw

2007-06-14 Thread Andrew Jorgensen
Looking a little closer into the source code it appears that n-c-b is
being compiled without gnome-mount support.  Something is wrong in the
autotools stuff such that it doesn't find gnome-mount and refuses to
enable it.

-- 
[feisty] nautilus-cd-burner does not umount device and fails to erase 
automounted cdrw
https://bugs.launchpad.net/bugs/82321
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for nautilus-cd-burner in ubuntu.

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


[Bug 37768] Re: gnome-volume-manager mounting Partition, while working with GParted

2007-04-09 Thread Andrew Jorgensen
This really is a serious issue.  The temporary fix upstream isn't a very
good one (though I would have liked to have the new upstream version in
Feisty anyway).

Does anyone have a good enough understanding of HAL / gnome-volume-
manager, etc. to propose a better solution?  AFAIK upstream hasn't come
up with anything.  The right solution may require something to be added
to g-v-m to register a program as suppression mounts or something like
that.

-- 
gnome-volume-manager mounting Partition, while working with GParted
https://bugs.launchpad.net/bugs/37768
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 61755] Re: No bonjour support

2007-03-29 Thread Andrew Jorgensen
According to http://gaim.sourceforge.net/summerofcode/2005.html the Gaim
project intends to switch the bonjour protocol to Avahi some day.
Probably they just need a volunteer.

-- 
No bonjour support
https://launchpad.net/bugs/61755

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


[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-13 Thread Andrew Jorgensen
I am unable to test this at the moment because corporate IT has disabled
evolution support on the server I use.  Perhaps Laurens or Thomas can
confirm if the issue still exists.

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406

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


[Bug 64799] Re: iLBC audio codec is not available in Ekiga

2006-10-30 Thread Andrew Jorgensen
I noticed this last night.  I can imagine that there might have been a
license issue or something but I can't seem to find any mention of why
this was removed.

** Changed in: ekiga (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
iLBC audio codec is not available in Ekiga
https://launchpad.net/bugs/64799

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


[Bug 67870] Re: [edgy-regression] drivemount applet (Disk Mounter) completely blank

2006-10-24 Thread Andrew Jorgensen
CD drives were listed but only if a disk was inserted, also USB disks,
and IIRC floppy drives were listed if they were in the fstab.  Basically
any removable disk.  These are all displayed just fine in the Places
menu and in computer:///.

Thank you for taking me seriously and testing it.  I'll try to figure
out why it isn't working on my machine and also see if it's broken on my
other machines.

I don't have any removable disks in my fstab but inserting a cdrom
always made the applet display a cd drive anyway.

I wish this applet had one of those grippy handles so that I could see
where it is when it's not displaying anything.  In fact I think there's
a bug open somewhere else on that.

-- 
[edgy-regression] drivemount applet (Disk Mounter) completely blank
https://launchpad.net/bugs/67870

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


[Bug 67870] Re: [edgy-regression] drivemount applet (Disk Mounter) completely blank

2006-10-24 Thread Andrew Jorgensen
Just to satisfy my curiosity I logged-in as a different user.  The
applet worked fine.  So I deleted my .directories and logged back in and
it works fine now.  I don't have the motivation to fix this now that
it's gone so I'm rejecting this bug.

Thanks again for your time Sebastien.

** Changed in: gnome-applets (Ubuntu)
   Status: Needs Info = Rejected

-- 
[edgy-regression] drivemount applet (Disk Mounter) completely blank
https://launchpad.net/bugs/67870

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


[Bug 43051] Re: RFE: vino server name should be more descriptive than LibVNCServer

2006-10-24 Thread Andrew Jorgensen
No, I'm quite certain that it's server-side.  vino uses libvncserver and
the default name for libvncserver-based servers is LibVNCServer.  It
should not be difficult to make it display something more informative
but I don't speak C so I was hoping someone else would want to see it
improve who does speak C.

-- 
RFE: vino server name should be more descriptive than LibVNCServer
https://launchpad.net/bugs/43051

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


[Bug 67870] [edgy-regression] drivemount applet (Disk Mounter) completely blank

2006-10-23 Thread Andrew Jorgensen
Public bug reported:

I use the drivemount applet often but after upgrading to edgy it no
longer displays any devices at all (which also means that it's
completely invisible).  I have not been able to find a condition under
which it does display something.

I'm happy to help debug this but I'd like someone else to confirm what
I'm seeing before I spend a lot more time on it.

** Affects: gnome-applets (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[edgy-regression] drivemount applet (Disk Mounter) completely blank
https://launchpad.net/bugs/67870

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


[Bug 3642] Re: hibernate doesn't work from gdm itself

2006-10-12 Thread Andrew Jorgensen
I'm not sure I understand why the longevity of the bug should influence
it's priority.  I'd like to understand.  Would you mind explaining?  Bug
#1 has been true since way before gdm even existed and it's marked
Critical.  :)

Also, if you're saying that it's not going to get fixed then you should
at least remove the option from gdm's menus.  Advertising features that
don't work makes software look bad.

-- 
hibernate doesn't work from gdm itself
https://launchpad.net/bugs/3642

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


[Bug 64383] Re: File Roller doesn't read UDF

2006-10-09 Thread Andrew Jorgensen
$ isoinfo -J -R -l -i image.iso
isoinfo: Unable to find Joliet SVD

** Changed in: file-roller (Ubuntu)
   Status: Needs Info = Unconfirmed

-- 
File Roller doesn't read UDF
https://launchpad.net/bugs/64383

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


[Bug 64383] File Roller doesn't read UDF

2006-10-06 Thread Andrew Jorgensen
Public bug reported:

UDF iso images almost always also have an ISO9660 file-system on them
but the two filesystems need not point to the same set of files.

I recently downloaded an iso image that has all the real data on UDF and
just a README.TXT on ISO9660 which basically just says This CD requires
a system which supports the UDF filesystem.  File Roller only sees the
README.TXT.  It should probably use UDF if it's available since it
doesn't have all of the restrictions that ISO9660 has and the only
reason to have a different set of files on the two filesystems is if UDF
contains data that ISO9660 can't contain properly.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
File Roller doesn't read UDF
https://launchpad.net/bugs/64383

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


[Bug 12893] Re: Shouldn't put .Trash-$USER on removable devices

2006-09-19 Thread Andrew Jorgensen
I don't see a problem with actually deleting the files as long as the
user is warned that this is what's going to happen and asked if he's
sure.

-- 
Shouldn't put .Trash-$USER on removable devices
https://launchpad.net/bugs/12893

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


[Bug 12893] Re: Shouldn't put .Trash-$USER on removable devices

2006-09-19 Thread Andrew Jorgensen
I didn't realize there was already code and a dialog in use.  Absolutely
I think the behavior should be the same whenever Trash is not available
- and Trash should not be available on removable devices.

-- 
Shouldn't put .Trash-$USER on removable devices
https://launchpad.net/bugs/12893

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


[Bug 37768] Re: gnome-volume-manager mounting Partition, while working with GParted

2006-09-12 Thread Andrew Jorgensen
Daniel, will edgy be updated to gparted-0.3 or will this fix be brought
back as a patch?

-- 
gnome-volume-manager mounting Partition, while working with GParted
https://launchpad.net/bugs/37768

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


[Bug 37768] Re: hal(?) mounting Partition, while working with GParted

2006-09-01 Thread Andrew Jorgensen
I can confirm this behavior.  It's not hal, it's gnome-volume-manager
that's mounting the partitions.  This is probably caused by gparted
calling an IOCTL to re-read the partition table before it tries to make
the change.  That part, at least, is good behavior but gparted needs to
have some way to either lock the device it's working on so that g-v-m
can't have it mounted or perhaps notify g-v-m that it's making changes
so that g-v-m knows not to try.

This is definitely a bug, I'd even call it a serious one.  It will be
present whenever attempting to manipulate a partition table on a
removable device.

A possible workaround is to kill gnome-volume-manager (in my case I had
to go into gnome-session-properties to kill it).

** Changed in: gparted (Ubuntu)
   Status: Needs Info = Confirmed

-- 
hal(?) mounting Partition, while working with GParted
https://launchpad.net/bugs/37768

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


[Bug 37768] Re: gnome-volume-manager mounting Partition, while working with GParted

2006-09-01 Thread Andrew Jorgensen
** Summary changed:

- hal(?) mounting Partition, while working with GParted
+ gnome-volume-manager mounting Partition, while working with GParted

-- 
gnome-volume-manager mounting Partition, while working with GParted
https://launchpad.net/bugs/37768

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


[Bug 33167] Re: Hard disk combo box should provide the disk label

2006-09-01 Thread Andrew Jorgensen
I agree.  I also think it should make it possible to edit the label
wherever possible.

** Changed in: gparted (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Hard disk combo box should provide the disk label
https://launchpad.net/bugs/33167

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


[Bug 33252] Re: partitioner contains cd-rom devices

2006-09-01 Thread Andrew Jorgensen
Does this bug still exist?  I don't see it, at least not in gparted.

** Changed in: gparted (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
partitioner contains cd-rom devices
https://launchpad.net/bugs/33252

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


[Bug 32484] Re: Unable to create a new partition

2006-09-01 Thread Andrew Jorgensen
** Bug 48042 has been marked a duplicate of this bug

-- 
Unable to create a new partition
https://launchpad.net/bugs/32484

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


[Bug 48042] Re: Partition manager shows blank diagram until clicking thereon

2006-09-01 Thread Andrew Jorgensen
*** This bug is a duplicate of bug 32484 ***

** This bug has been marked a duplicate of bug 32484
   Unable to create a new partition

-- 
Partition manager shows blank diagram until clicking thereon
https://launchpad.net/bugs/48042

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


[Bug 39322] Re: Gparted stop loading and freeze

2006-09-01 Thread Andrew Jorgensen
This may be a duplicate of Bug #37768

-- 
Gparted stop loading and freeze
https://launchpad.net/bugs/39322

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


[Bug 37768] Re: gnome-volume-manager mounting Partition, while working with GParted

2006-09-01 Thread Andrew Jorgensen
** Bug 42954 has been marked a duplicate of this bug

-- 
gnome-volume-manager mounting Partition, while working with GParted
https://launchpad.net/bugs/37768

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


[Bug 41012] Re: No (obvious) way to set a boot flag

2006-09-01 Thread Andrew Jorgensen
This might be a bug, but it isn't important in the scenario you
describe.  The /boot partition doesn't need a boot flag.  Only Windows
needs it's boot partition to have the boot flag.

-- 
No (obvious) way to set a boot flag
https://launchpad.net/bugs/41012

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


[Bug 42954] Re: Cannot format pendrive partition (automounting problems)

2006-09-01 Thread Andrew Jorgensen
*** This bug is a duplicate of bug 37768 ***

** This bug has been marked a duplicate of bug 37768
   gnome-volume-manager mounting Partition, while working with GParted

-- 
Cannot format pendrive partition (automounting problems)
https://launchpad.net/bugs/42954

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


[Bug 37768] Re: gnome-volume-manager mounting Partition, while working with GParted

2006-09-01 Thread Andrew Jorgensen
** Bug watch added: GNOME Bug Tracker #353887
   http://bugzilla.gnome.org/show_bug.cgi?id=353887

** Also affects: gparted (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=353887
   Importance: Unknown
   Status: Unknown

-- 
gnome-volume-manager mounting Partition, while working with GParted
https://launchpad.net/bugs/37768

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


[Bug 37768] Re: gnome-volume-manager mounting Partition, while working with GParted

2006-09-01 Thread Andrew Jorgensen
Upstream bug was marked as a duplicate.

** Changed in: gparted (upstream)
 Bugwatch: GNOME Bug Tracker #353887 = GNOME Bug Tracker #324220

-- 
gnome-volume-manager mounting Partition, while working with GParted
https://launchpad.net/bugs/37768

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


[Bug 10822] Re: en_US users see en_GB strings all over?

2006-08-18 Thread Andrew Jorgensen
I can confirm what Luis is seeing but I don't think it can be related to
this bug.  At least it doesn't have anything to do with the LANG or
LANGUAGE variables because I have manually fixed mine.

-- 
en_US users see en_GB strings all over?
https://launchpad.net/bugs/10822

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


[Bug 10822] Re: en_US users see en_GB strings all over?

2006-08-18 Thread Andrew Jorgensen
I've marked this as needing to be fixed in language-selector because
manually switching your locale to another language or variant and then
back to en_US will make LANGUAGE=en_US:en_GB:en again.

localechooser is only part of the installer, right?

-- 
en_US users see en_GB strings all over?
https://launchpad.net/bugs/10822

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


[Bug 47029] Re: Should always re-query xsane plugin at startup

2006-08-11 Thread Andrew Jorgensen
I've seen this problem too.  I personally think it should either re-scan
every time or simply not pretend it knows what devices are installed.
The trouble is that scanning every time might increase startup time a
lot.

** Changed in: gimp (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Should always re-query xsane plugin at startup
https://launchpad.net/bugs/47029

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


[Bug 56070] The Gimp thinks color is spelled colour

2006-08-11 Thread Andrew Jorgensen
Public bug reported:

I have checked and double-checked that my locale is set correctly to US
English but the menus in The Gimp are still spelled with non-US english
spellings.

** Affects: gimp (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
The Gimp thinks color is spelled colour
https://launchpad.net/bugs/56070

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


[Bug 56070] Re: The Gimp thinks color is spelled colour

2006-08-11 Thread Andrew Jorgensen
This is especially strange because the C locale has color spelled with
the US spelling.

-- 
The Gimp thinks color is spelled colour
https://launchpad.net/bugs/56070

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


[Bug 4229] Re: Totem receives BadAlloc when playing very large movies using Xv

2006-07-21 Thread Andrew Jorgensen
I can also confirm that the workaround works but I don't think this bug
should be logged against totem.  The bug is in i810, or somewhere else.

-- 
Totem receives BadAlloc when playing very large movies using Xv
https://launchpad.net/bugs/4229

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


[Bug 43050] Re: vino-server crashes after connect if resolution has been changed via xrandr

2006-07-18 Thread Andrew Jorgensen
I have also seen the behavior where changing the screen size will simply
not be detected but I usually still see crashes as well.

-- 
vino-server crashes after connect if resolution has been changed via xrandr
https://launchpad.net/bugs/43050

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


[Bug 35858] Re: The notification icon is not updated

2006-05-29 Thread Andrew Jorgensen
Since Julien already posted his logs I thought I'd just post the diff
between my two logs.  Looks like nothing interesting to me.  Or perhaps
I misunderstood the question.

1,2c1,2
   battery.remaining_time = 4643  (0x1223)  (int)
   battery.charge_level.percentage = 59  (0x3b)  (int)
---
   battery.remaining_time = 4295  (0x10c7)  (int)
   battery.charge_level.percentage = 58  (0x3a)  (int)
5,6c5,6
   battery.charge_level.current = 25054380  (0x17e4cac)  (int)
   battery.voltage.current = 11320  (0x2c38)  (int)
---
   battery.charge_level.current = 24719890  (0x1793212)  (int)
   battery.voltage.current = 11286  (0x2c16)  (int)
8c8
   battery.reporting.current = 2322  (0x912)  (int)
---
   battery.reporting.current = 2291  (0x8f3)  (int)

-- 
The notification icon is not updated
https://launchpad.net/bugs/35858

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


[Bug 35858] Re: The notification icon is not updated

2006-05-26 Thread Andrew Jorgensen
I still see this problem.

-- 
The notification icon is not updated
https://launchpad.net/bugs/35858

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


[Bug 33315] Re: Tooltip for logout applet is misleading

2006-05-23 Thread Andrew Jorgensen
The man who pays the bills should be deferred to, of course, and rightly
so.  But I'd like to emphasize that it still doesn't make perfect sense
- Quit, No, don't, just lock my screen isn't any better than
Start, Shutdown... actually in a way that makes better sense because
at least you're starting a shutdown process.

Don't get me wrong, I like the dialog, at least I like the way it looks,
but it's more convenient - and makes more sense - to leave those actions
separate.

I felt similarly about consolidating all the menu items in GDM to one
Options menu - Shutdown isn't an option, it's an action.  Language
and Session are options.  I also thought the old GDM theme was more
pleasing to look at, the language icon looked nice and made it more
obvious that you could choose your language.

If only the text is to change then I think I agree that Quit is as
close as we're going to get to good.

-- 
Tooltip for logout applet is misleading
https://launchpad.net/bugs/33315

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


[Bug 3642] Re: Suspend (or hibernate) does nothing

2006-05-19 Thread Andrew Jorgensen
For myself it appears that suspend works but hibernate gives the
authentication failed message as Matthew East notes.  I agree with Jos
Dehaes that any exposed feature ought to work.  I'm not sure I'd call it
a blocker but I do think this is a major bug.  The devs are welcome to
disagree with me of course.

My use case is that I'd like to use hibernate so that it doesn't take so
long to boot but if my wife is the next one to use the laptop after me
she ought to be presented with a login screen like she's used to.  I'd
say that the switch user functionality would be fine but my laptop
doesn't have enough ram to make that really practical.

In any case if it can't be fixed it should be disabled before dapper
releases.

** Changed in: gdm (Ubuntu)
 Severity: Normal = Major

-- 
Suspend (or hibernate) does nothing
https://launchpad.net/bugs/3642

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


[Bug 12893] Re: Shouldn't put .Trash-$USER on removable devices

2006-05-19 Thread Andrew Jorgensen
Duncan: Perhaps you have misunderstood the bug.  The bug still exists --
a .Trash-$USER directory is still created on removable devices such as
USB flash drives when Move to wastebasket is used on a file on that
drive.

-- 
Shouldn't put .Trash-$USER on removable devices
https://launchpad.net/bugs/12893

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


[Bug 41400] Re: Can't easily tell if printer is local or not

2006-05-18 Thread Andrew Jorgensen
I'm not sure what isn't quite right about it yet but all my printers are
remote and now only two of them show as remote.  This is an improvent,
but not a complete improvement.

Oh, interesting: the device uri for those two printers says ///dev/null
but they work fine.  I wonder if there is a better way to determine
localness of a printer.  How was it done in breezy?

-- 
Can't easily tell if printer is local or not
https://launchpad.net/bugs/41400

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


[Bug 31699] Re: Can't use other than default sound card

2006-05-16 Thread Andrew Jorgensen
Pecisk, I doubt that this is any other issue than that your device does
not support the S16_LE, nor the U8 sample format.  See the -f, --format
option in the arecord manpage.  I don't recall at the moment how to
determine which formats a particular card supports but there are a great
many formats to choose from.

After googling a little I think the correct format for your card is
S32_LE.  Try the same command you did before except with -f S32_LE and
let us know if it works.  If that doesn't help please open a new bug
report.

-- 
Can't use other than default sound card
https://launchpad.net/bugs/31699

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


[Bug 18004] Re: fullscreen in xvncviewer is clipped by gnome panel

2006-05-16 Thread Andrew Jorgensen
This bug was confirmed earlier and still exists.

** Changed in: vnc (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
fullscreen in xvncviewer is clipped by gnome panel
https://launchpad.net/bugs/18004

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


[Bug 34112] Re: Gnome-Cups-Manager don't take care of ~/.cups/lpoptions

2006-05-12 Thread Andrew Jorgensen
What more info is needed on this bug?

-- 
Gnome-Cups-Manager don't take care of ~/.cups/lpoptions
https://launchpad.net/bugs/34112

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


[Bug 33451] Re: do not show volumeless non-removable drives

2006-05-11 Thread Andrew Jorgensen
The patch does appear to work as advertised but it seems like Ben
Collins proposed solution would give a result that is closer to what the
user would expect would happen.

-- 
do not show volumeless non-removable drives
https://launchpad.net/bugs/33451

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


[Bug 41740] Re: not mounted devices lists by nautilus places sidebar

2006-05-11 Thread Andrew Jorgensen
It's probably a little late to chime in but I only noticed this
discussion after I saw the bug that my CD-ROM drive no longer shows up
in computer:/// (or the mount applet, of the places sidebar, or anywhere
else) unless there's media in it.

I don't agree at all with the direction this is going.  I don't see what
damage it does to the user experience to have unmounted media in the
places sidebar.  On the contrary I find it disturbing to plug in my
media-card reader and have nothing at all happen.

I have come to expect to see all the drives that I have permission to
mount enumerated in computer:/// (an more importantly for me in the
mount applet). Perhaps it's just a matter of comfort but I imagine that
many other users feel similarly.

The former behavior was consistent with Windows Explorer.  We don't want
to blindly follow whatever M$ does but we do want to give users an
experience that they will understand.

Bernat said:
 Why is there a need to show unmounted
 volumes, anyway? The first thing a new
 user will do is click on the unmounted
 volume and get a cryptic Unable to
 mount the selected volume error
 message and think there is something
 wrong.

Windows does the same thing except that it gives an error message that
the user can understand.  That an error message will be displayed is
consistent with experience.  The message needs to be more intelligent,
however, and let the user know why it was unable to mount the volume
rather than simply that it could not.

-- 
not mounted devices lists by nautilus places sidebar
https://launchpad.net/bugs/41740

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


[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Andrew Jorgensen
Thanks for the tips.  I've tried that, unfortunately it appears that eds
doesn't crash but rather exits unexpectedly with an exit code of 1.

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406

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


[Bug 41401] Re: No UI to rename a printer

2006-05-10 Thread Andrew Jorgensen
It looks like that may be the case but I'd prefer to keep it separate unless 
it's true that cups simply doesn't allow a name change on a printer.  Bug #8023 
has diverted and appears to really be about choosing the name in the first 
place now (which would be good enough in many cases).

If it is not possible to rename a printer in cups I would prefer this bug be 
moved against cups rather than marked as duplicate of Bug #8023.

-- 
No UI to rename a printer
https://launchpad.net/bugs/41401

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


[Bug 43050] Re: vino-server crashes after connect if resolution has been changed via xrandr

2006-05-08 Thread Andrew Jorgensen
(gdb) thread apply all bt

Thread 1 (Thread -1223874880 (LWP 5422)):
#0  0x0806043b in defaultPtrAddEvent ()
#1  0x080648fa in rfbTranslateNone ()
#2  0x0805964e in defaultPtrAddEvent ()
#3  0x080561c5 in defaultPtrAddEvent ()
#4  0x080518d3 in ?? ()
#5  0x080f2c10 in ?? ()
#6  0x in ?? ()

** Changed in: vino (Ubuntu)
   Status: Needs Info = Unconfirmed

-- 
vino-server crashes after connect if resolution has been changed via xrandr
https://launchpad.net/bugs/43050

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


[Bug 43050] Re: vino-server crashes after connect if resolution has been changed via xrandr

2006-05-08 Thread Andrew Jorgensen
I have had this crash from both windows and linux vnc clients.  And even
if the client was causing the crash through some bad behavior (which it
appears not to be) it would still be a bug in the server to crash.

-- 
vino-server crashes after connect if resolution has been changed via xrandr
https://launchpad.net/bugs/43050

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


[Bug 43051] Re: RFE: vino server name should be more descriptive than LibVNCServer

2006-05-08 Thread Andrew Jorgensen
** Attachment added: Screenshot of client displaying LibVNCServer in title 
bar
   http://librarian.launchpad.net/2537237/Screenshot.png

** Changed in: vino (Ubuntu)
   Status: Needs Info = Unconfirmed

-- 
RFE: vino server name should be more descriptive than LibVNCServer
https://launchpad.net/bugs/43051

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


[Bug 31699] Re: Can't use other than default sound card

2006-05-05 Thread Andrew Jorgensen
If those changes are never going to change, shouldn't they be in the
global configuration rather than in .asoundrc.aoundconf?  Or will they
break something if !defaults.pcm.card and !defaults.ctl.card are not
set?

-- 
Can't use other than default sound card
https://launchpad.net/bugs/31699

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


[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-01 Thread Andrew Jorgensen
I use dapper, updated daily.  I tried to get a backtrace, but after it
crashes and I type thread apply all bt I get nothing.

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406

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


[Bug 41400] Re: Can't easily tell if printer is local or not

2006-04-30 Thread Andrew Jorgensen
I disagree with the change to Wishlist.  This is a bug, possibly in the icon 
theme.  The UI already differentiates between local and remote print queues but 
the icon themes use the same icon for both, or something.

In fact, when the window first appears you will see the older icons and they 
will be replaced by newer icons which then don't change when the theme changes. 
 I don't know what's going on with that, but it's probably not right either.

** Changed in: gnome-cups-manager (Ubuntu)
 Severity: Wishlist = Normal

-- 
Can't easily tell if printer is local or not
https://launchpad.net/bugs/41400

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


[Bug 41400] Can't easily tell if printer is local or not

2006-04-25 Thread Andrew Jorgensen
Public bug reported:

Affects: gnome-cups-manager (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
gnome-cups-manager no longer gives any visual indication of if a printer
is local or not.  It used to show a server icon rather than a printer
icon if the printer was remote.  I don't know that the server icon was
the best thing but there should be some indication.

Also, I don't want to bring back the [EMAIL PROTECTED] thing.  That
was way to cluttered.  Perhaps the best thing would be an emblem ala
nautilus icons.

-- 
Can't easily tell if printer is local or not
https://launchpad.net/bugs/41400

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


[Bug 41406] Evolution groupwise support crashes often

2006-04-25 Thread Andrew Jorgensen
Public bug reported:

Affects: evolution (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
When connected to a Groupwise server I will often get messages such as
The Evolution [addressbook|calendar|tasks] has quit unexpectedly.
followed by many such messages.  Basically the whole thing is crashing
(the backends, except mail).

** Attachment added: Error message
   http://librarian.launchpad.net/2347194/Screenshot-Evolution%20Error.png

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406

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


[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-25 Thread Andrew Jorgensen
This is basically the only warning I get with CAMEL_DEBUG=all:

(evolution-2.6:3083): libecal-WARNING **: e-cal.c:1763: Unable to contact 
backend

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406

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


[Bug 41401] No UI to rename a printer

2006-04-25 Thread Andrew Jorgensen
Public bug reported:

Affects: gnome-cups-manager (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
In the simplest cases the default names are probably okay but if the
user has more than one printer configured it becomes very important to
be able to use more descriptive names.  It would be ideal to have a way
to rename a printer from gnome-cups-manager.

-- 
No UI to rename a printer
https://launchpad.net/bugs/41401

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


[Bug 41402] Can't set default printer

2006-04-25 Thread Andrew Jorgensen
Public bug reported:

Affects: gnome-cups-manager (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
When I right-click on a printer in gnome-cups-manager and select Make
Default nothing happens.  Looking at /etc/cups/printers.conf shows that
there is no default printer.

-- 
Can't set default printer
https://launchpad.net/bugs/41402

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


[Bug 39086] Re: Can't add new address book

2006-04-18 Thread Andrew Jorgensen
I was just going to but now I am unable to reproduce the bug.  I disabled my 
accounts so that the debug log wouldn't have any personal data in it and when I 
tried to reproduce the bug it wasn't there anymore.  Re-enabling the accounts 
didn't cause the bug to return either.

Can any of the other reporters still show the bug?

-- 
Can't add new address book
https://launchpad.net/bugs/39086

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


[Bug 39086] Re: Can't add new address book

2006-04-12 Thread Andrew Jorgensen
I can add the log if you still want me too, but there's no log output (even 
with CAMEL_DEBUG=all) while attempting this operation.  The OK button in the 
dialog simply stays disabled.  It's disabled to begin with because an empty 
string isn't a valid name so perhaps the string never gets validated?

I'm surprised that it works perfectly for you.  I wonder if you aren't trying 
precisely the same thing we're trying.  When you tried it did your dialog look 
like the one I attached earlier?
-- 
Can't add new address book
https://launchpad.net/malone/bugs/39086

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


[Bug 39086] Can't add address book

2006-04-10 Thread Andrew Jorgensen
Public bug reported:

Affects: evolution (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
Evolution (2.6.1, dapper) won't allow me to add a new address book.
Select New Address Book, enter a name for it.  The OK button stays
disabled.  Can't find any workaround.

** Attachment added: OK still disabled
   http://librarian.launchpad.net/2027938/Screenshot-New%20Address%20Book.png
-- 
Can't add address book
https://launchpad.net/malone/bugs/39086

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


[Bug 38925] created directory doesn't exist if it contains spaces

2006-04-09 Thread Andrew Jorgensen
Public bug reported:

Affects: gthumb (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
If you use the copy... item in the context menu in gthumb and create a
new directory in the file chooser dialog which happens to contain a
space, the copy interface will have a url encoded file:// URL in the
Folder field.  Because it's URL encoded it has %20 instead of a space.
This causes it to think that the directory doesn't exist and it will ask
you if you want to create it.

Probably gthumb is supposed to URL decode the URL before it fills the
Folder field.
-- 
created directory doesn't exist if it contains spaces
https://launchpad.net/malone/bugs/38925

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


[Bug 28527] Re: comment for sleep in log-out dialog says you can wake the computer up by pressing any key, but that doesn't work

2006-04-06 Thread Andrew Jorgensen
The text in the dialog is wrong.  What will wake the computer depends on BIOS 
settings.  In my case only the power button wakes the computer and there is no 
way to change that.  There's nothing wrong with acpi, or suspend, just the text 
is wrong.  The second half of the sentance should be removed.

** Changed in: gnome-panel (Ubuntu)
   Status: Needs Info = Confirmed
-- 
comment for sleep in log-out dialog says you can wake the computer up by 
pressing any key, but that doesn't work
https://launchpad.net/malone/bugs/28527

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


[Bug 33523] Re: g-screensaver starts after idle period, regardless of user input

2006-04-02 Thread Andrew Jorgensen
I think I also saw this bug today, but I recently had ntpdate step my clock by 
an hour (daylight savings time and hardware clock non-UTC).  Don't know if that 
has anything to do with it.
-- 
g-screensaver starts after idle period, regardless of user input
https://launchpad.net/malone/bugs/33523

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


[Bug 37350] Re: Pressing power button unlocks locked screensaver

2006-04-02 Thread Andrew Jorgensen
Same experience as Dennis here.  Might make sense to trap all such things when 
the screen is locked.
-- 
Pressing power button unlocks locked screensaver
https://launchpad.net/malone/bugs/37350

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


[Bug 37552] Can't seek in speex-encoded audio

2006-03-31 Thread Andrew Jorgensen
Public bug reported:

Affects: totem totem-gstreamer (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
There's a speex file (.spx) in the example-content package.  If you play
it with totem doesn't know how to seek in this file and disables the
seek slider.

Using Dapper.
-- 
Can't seek in speex-encoded audio
https://launchpad.net/malone/bugs/37552

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


[Bug 34375] Multi-mode (audio+data) CDs always opened by Sound Juicer

2006-03-25 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/34375

Task: ubuntu nautilus
 Status: Needs Info = Unconfirmed

Comment:
Nope, no browse option.

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


[Bug 35226] icons no longer scaled / smaller icons missing

2006-03-25 Thread Andrew Jorgensen
Public bug reported:
https://launchpad.net/malone/bugs/35226

Affects: ubuntu-artwork (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

Description:
In dapper many icons that used to be scaled aren't anymore.  This makes
things look worse than they used to.

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


[Bug 36674] gconf-editor hangs (double free) when toggling boolean value

2006-03-25 Thread Andrew Jorgensen
Public bug reported:
https://launchpad.net/malone/bugs/36674

Affects: gconf-editor (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

Description:
I used gconf-editor to toggle power-manager's can_suspend value (because
there's no other way to toggle it...) and it (gconf-editor) hung when I
tried to toggle the value.  This happens every time.  I'm using Dapper.
I get the following output on the console:

*** glibc detected *** double free or corruption (out): 0x082b6330 ***

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


[Bug 35858] The notification icon is not updated

2006-03-25 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/35858

Comment:
I'm seeing very similar issues.  If I unplug the power I see a change.
Likewise if I plug in.  But while it's charging it never updates the
icon to indicate what the charge percentage is.

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


[Bug 35226] icons no longer scaled / smaller icons missing

2006-03-25 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/35226

*** This bug has been marked a duplicate of bug 34379 ***

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


[Bug 34379] Inconsistent icon size in file open dialog

2006-03-25 Thread Andrew Jorgensen
https://launchpad.net/malone/bugs/34379

*** Bug 35226 has been marked a duplicate of this bug ***

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


[Bug 33990] unhelpful error message on failure to decode s/mime encrypted message

2006-03-24 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/33990

Comment:
The bug exists on Dapper and Breezy.  It's very likely an upstream bug.

Any s/mime encrypted email to which you don't have the key should produce the 
bug.  I will try to attach an example that is encrypted to myself.

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


[Bug 33990] unhelpful error message on failure to decode s/mime encrypted message

2006-03-24 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/33990

- Changed attachments:
Added: Example encrypted email
   http://librarian.launchpad.net/1834239/example.eml

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


[Bug 29260] copy from ftp:// uses 100% CPU

2006-03-24 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/29260

Task: ubuntu nautilus
 Status: Needs Info = Unconfirmed

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


[Bug 33990] unhelpful error message on failure to decode s/mime encrypted message

2006-03-24 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/33990

Task: ubuntu evolution
 Status: Needs Info = Unconfirmed

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


[Bug 34377] Ejecting multi-mode (audio+data) CDs doesn't close browser window

2006-03-24 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/34377

Task: ubuntu nautilus
 Status: Needs Info = Unconfirmed

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


[Bug 34377] Ejecting multi-mode (audio+data) CDs doesn't close browser window

2006-03-17 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/34377

Comment:
I've been using Dapper (updated daily).  The CD is an audio CD (No! by
They Might Be Giants) which has a data track on it.  These kinds of CDs
are increasingly common, for instance many albums will have MP3s (DRM
WMAs more likely) or other kinds of stuff on them.

You could also make such a CD yourself using Nero or something similar.
Gnomebaker can't do it yet (it's listed under future in the manual),
but it looks like K3B can.

DVDs with PC stuff work properly.

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


[Bug 35224] Warning dialog briefly displayed when opening preferences tools

2006-03-16 Thread Andrew Jorgensen
Public bug reported:
https://launchpad.net/malone/bugs/35224

Affects: control-center gnome-control-center (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

Description:
When opening just about any of the preferences (gnome-*-properties)
tools from the Preferences menu a warning dialog is displayed very
briefly, not even long enough to see what it's complaining about.

This doesn't seem to happen when calling the tool from the commandline.

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


[Bug 34375] Multi-mode (audio+data) CDs always opened by Sound Juicer

2006-03-10 Thread Andrew Jorgensen
Public bug reported:
https://launchpad.net/malone/bugs/34375

Affects: nautilus (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

Description:
If I insert a CD that has both audio and a data track I am prompted to
choose which I would like to open the disk as.  This is an improvement
over 2.12, but if I later attempt to reopen the folder using nautilus
(or the Places menu) it always opens Sound Juicer to rip the tracks.

An expert user can find his data under /media but the average user has
no way to get back to the data track after that first view.

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


[Bug 34377] Ejecting multi-mode (audio+data) CDs doesn't close browser window

2006-03-10 Thread Andrew Jorgensen
Public bug reported:
https://launchpad.net/malone/bugs/34377

Affects: nautilus (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

Description:
If I try to eject a CD that contains both audio and data I would expect
the nautilus browser windows open on that data to close like they do for
a data-only CD, but the browser window stays open.

This is probably related to Bug 34375.

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


[Bug 34380] writing to media dialog when ejecting a CD

2006-03-10 Thread Andrew Jorgensen
Public bug reported:
https://launchpad.net/malone/bugs/34380

Affects: nautilus (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

Description:
I only saw this once and only for a moment (not long enough to get a
screenshot or know what it said exactly), but it's clear what's going
on.  A while back some code was added to help the user know that it was
not yet safe to remove a removable device (like a USB flash disk).  It
seems that this code was triggered by an unmount operation on my CD
(read-only) taking too long.  Why it took too long (only by a second I'd
guess) is another problem.  The real problem is that the progress dialog
claimed that data was being written to my disk.

This could scare a user.  It would have scared me if I hadn't known the
background of that feature.  Perhaps a little more logic could be put in
so that the dialog is not triggered in this situation, or the text could
be made more generic.

Another thing to think about is that if packet-writing were enabled on
the CD drive and I was ejecting a CD-RW then the dialog would have been
exactly right and a good thing.  Is there some way to tell what the
reason for a slow unmount is?

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


[Bug 34380] writing to media dialog when ejecting a CD

2006-03-10 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/34380

Comment:
Oops,  I'll be more careful next time.

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


[Bug 33990] unhelpful error message on failure to decode s/mime encrypted message

2006-03-07 Thread Andrew Jorgensen
Public bug reported:
https://launchpad.net/malone/bugs/33990

Affects: evolution (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

Description:
I got an s/mime encrypted message the other day and got the message

Decoder failed, error -8147

Took me some time before I realized that the problem was that I hadn't
imported my certificate.  I even installed Thunderbird in hopes that
this decoder failure might be a evolution-only problem.

The message should say something about what is actually wrong.

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


[Bug 33990] unhelpful error message on failure to decode s/mime encrypted message

2006-03-07 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/33990

- Changed attachments:
Added: screenshot
   http://librarian.launchpad.net/1660365/error-8147.png

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


[Bug 33922] extra / misleading desktop files

2006-03-06 Thread Andrew Jorgensen
Public bug reported:
https://launchpad.net/malone/bugs/33922

Affects: evolution (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

Description:
There are three desktop files in the evolution package:

/usr/share/applications/evolution-mail.desktop
/usr/share/applications/evolution-2.2.desktop
/usr/share/applications/evolution-2.6.desktop

The 2.2 one probably shouldn't be there.  It doesn't point to 2.2
anyway.  The other two have been discussed before.

... and there are four in app-install-data:

/usr/share/app-install/desktop/evolution-mail.desktop
/usr/share/app-install/desktop/evolution-2.2.desktop
/usr/share/app-install/desktop/evolution-2.4.desktop
/usr/share/app-install/desktop/evolution-2.6.desktop

All of which point to 2.6.  At least -2.2 and -2.4 should be removed and
probably -2.6 or -mail.  It may make some kind of sense to have
evolution show up in both Office and Internet (though their icons should
probably match) but it doesn't make any sense for it to show up four
times in gnome-app-install, especially if they all point to exactly the
same version.

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


[Bug 18004] fullscreen in xvncviewer is clipped by gnome panel

2006-03-01 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/18004

Task: ubuntu vnc
 Status: Needs Info = Unconfirmed

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


[Bug 26449] Cannot select an image smaller than 1KB for contact

2006-03-01 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/26449

Comment:
Fixed in 2.5.92-0ubuntu1 (dapper).

The fix turned out to be very simple (details upstream) and could be
back-ported to breezy if desired.  For myself I'm content to wait for
dapper to release (It's not often that I'd be using a 1K image anyway).

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


[Bug 29260] copy from ftp:// uses 100% CPU

2006-02-27 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/29260

Comment:
Installed proftpd on another box and tried pulling a file from it.
Behavior there is basically the same.  I also tried taking out
user_xattr from the mount options and enabling the various performance
tuning stuff on the HDD.  No significant change.

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


[Bug 29261] smb:// to a security=share mode samba share prompts for password anyway

2006-02-26 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/29261

Comment:
It does.  This is probably the correct behaviour.  It becomes a little
annoying (particularly because you can't cache your choice of anonymous,
at least you couldn't last time I checked).  It's also annoying because
just browsing for servers will prompt you for passwords for the same
reason.  I think I would be comfortable closing this bug.

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


[Bug 29261] smb:// to a security=share mode samba share prompts for password anyway

2006-02-19 Thread Andrew Jorgensen
Public bug report changed:
https://launchpad.net/malone/bugs/29261

Comment:
Not precisely.  security=share means that it pays no attention to a user
name and normally does not require a password at all.  Think of it as
Windows 98 mode.

The real reason I feel like the behavior is wrong is because it does not
match the behavior of Windows.  If a windows client connects to a samba
server with security=share it will list all of it's shares without
prompting for a password.  If the windows client tries to connect to a
share that needs a password it will prompt for one.

It seems like nautilus is prompting for credentials before finding out
if it needs them.  I could be wrong, and I will double-check my samba
configuration and test against windows again as well.  If it turns out
nautilus is buggy in this respect I will reopen the bug.

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


  1   2   >