[Bug 685019] Re: Evolution - "Outbox" glitch with "mailto" links

2011-01-27 Thread Dominique Brazziel
I can confirm this behavior and it seems like it is a "new"
bug.  My last Evolution update was on 12/02/2010:

dpkg.log.1:2010-12-02 18:03:13 upgrade evolution 2.28.3-1+b1 2.30.3-5

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

Title:
  Evolution - "Outbox" glitch with "mailto" links

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


[Bug 452049] Re: Gnome Places contains filesystems mounted via bind

2010-10-29 Thread Dominique Brazziel
Ack, my fault. In the glib source, subdirectory 'gio', see
'gunixmounts.c' and company.

-- 
Gnome Places contains filesystems mounted via bind
https://bugs.launchpad.net/bugs/452049
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in ubuntu.

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


[Bug 452049] Re: Gnome Places contains filesystems mounted via bind

2010-10-27 Thread Dominique Brazziel
Er, check that,.  The check might go in
'g_volume_monitor_get_volumes()', 'g_volume_can_mount()',
'g_volume_get_mount()', and maybe' g_volume_get_drive()' functions.

-- 
Gnome Places contains filesystems mounted via bind
https://bugs.launchpad.net/bugs/452049
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in ubuntu.

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


[Bug 452049] Re: Gnome Places contains filesystems mounted via bind

2010-10-27 Thread Dominique Brazziel
Hello all.  Thank you for working on this bug, I have been working on it for 
the past few days and this thread clears things up quite a bit.  Since reading 
this, I took a look at some gio code and was thinking one of the functions in 
'giounixmounts.c' might be of some assistance in determining if the volume is 
already mounted?  For instance, in my case I have an fstab entry for '/dev/sdX'
mounted at mount point '/av', then later a bind mount for 'device' /av at mount 
point '/export/av' (for NFS sharing with other machines on the  LAN).  

A list of all mounted volumes can be gotten via 'g_unix_mounts_get () '
in 'giounixmounts.c', which has logic to deal with bind mounts.  Perhaps
check somewhere to insure that the places menu is not populated with
this entry that is about to be mounted if GUnixMountPoint (/av) is equal
to a previously mounted GUnixMountEntry (/av).

-- 
Gnome Places contains filesystems mounted via bind
https://bugs.launchpad.net/bugs/452049
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in ubuntu.

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