diff options
author | 2009-12-27 05:14:18 +0000 | |
---|---|---|
committer | 2009-12-27 05:14:18 +0000 | |
commit | 2b9fbd6f94dda5156d7518129f755e866471b216 (patch) | |
tree | 799c42ab46771cb11a3d602975d6db8eb44bafa3 /gnome-base/gvfs | |
parent | Add xorg-server to RDEPEND+DEPEND for correct setting of X_SERVER_PATH etc, b... (diff) | |
download | gentoo-2-2b9fbd6f94dda5156d7518129f755e866471b216.tar.gz gentoo-2-2b9fbd6f94dda5156d7518129f755e866471b216.tar.bz2 gentoo-2-2b9fbd6f94dda5156d7518129f755e866471b216.zip |
Add note about having to restart the session; causes crashing sometimes; bug 296822
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'gnome-base/gvfs')
-rw-r--r-- | gnome-base/gvfs/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.4.3.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index 2aedf13a0b28..7441df25fa57 100644 --- a/gnome-base/gvfs/ChangeLog +++ b/gnome-base/gvfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gvfs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.88 2009/12/21 22:51:42 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.89 2009/12/27 05:14:18 nirbheek Exp $ + + 27 Dec 2009; Nirbheek Chauhan <nirbheek@gentoo.org> gvfs-1.4.3.ebuild: + Add note about having to restart the session; causes crashing sometimes; + bug 296822 *gvfs-1.4.3 (21 Dec 2009) diff --git a/gnome-base/gvfs/gvfs-1.4.3.ebuild b/gnome-base/gvfs/gvfs-1.4.3.ebuild index 120fdee8e615..bd46d244af34 100644 --- a/gnome-base/gvfs/gvfs-1.4.3.ebuild +++ b/gnome-base/gvfs/gvfs-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.4.3.ebuild,v 1.1 2009/12/21 22:51:42 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.4.3.ebuild,v 1.2 2009/12/27 05:14:18 nirbheek Exp $ EAPI="2" GCONF_DEBUG="no" @@ -97,4 +97,5 @@ pkg_postinst() { use bash-completion && bash-completion_pkg_postinst ewarn "In order to use the new gvfs services, please reload dbus configuration" + ewarn "You may need to log out and log back in for some changes to take effect" } |