diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-08-02 10:52:32 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-08-02 10:52:32 +0000 |
commit | 0016fe7fd3b141f8ca3add2986663a4b32d38446 (patch) | |
tree | abcc0c4a1d33a74c8798994c4eeccb7d3a08c78f /net-misc/vino/files | |
parent | alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #233157 (diff) | |
download | gentoo-2-0016fe7fd3b141f8ca3add2986663a4b32d38446.tar.gz gentoo-2-0016fe7fd3b141f8ca3add2986663a4b32d38446.tar.bz2 gentoo-2-0016fe7fd3b141f8ca3add2986663a4b32d38446.zip |
Version bump. Fix autorestart loop when session-saving is enabled, bug #277989. Clean up old revision. Fix locales installation.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/vino/files')
-rw-r--r-- | net-misc/vino/files/vino-2.26.2-autorestart-loop.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-misc/vino/files/vino-2.26.2-autorestart-loop.patch b/net-misc/vino/files/vino-2.26.2-autorestart-loop.patch new file mode 100644 index 000000000000..a2bce1871ce6 --- /dev/null +++ b/net-misc/vino/files/vino-2.26.2-autorestart-loop.patch @@ -0,0 +1,14 @@ +# Disallow vino-server to register into the session since it is auto-started. +# Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=277989 +# Gnome: https://bugzilla.gnome.org/show_bug.cgi?id=579355 +--- a/server/vino-server.desktop.in.in 2009-03-23 22:17:35.647373307 +0100 ++++ b/server/vino-server.desktop.in.in 2009-03-23 22:17:53.079875343 +0100 +@@ -1,7 +1,7 @@ + [Desktop Entry] + _Name=Remote Desktop + _Comment=GNOME Remote Desktop Server +-Exec=@LIBEXECDIR@/vino-server ++Exec=@LIBEXECDIR@/vino-server --sm-disable + Icon=preferences-desktop-remote-desktop + OnlyShowIn=GNOME; + Terminal=false |