Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vino/files: vino-2.26.2-autorestart-loop.patch
Date: Sun, 02 Aug 2009 10:52:36
Message-Id: E1MXYg4-0001ns-4V@stork.gentoo.org
1 eva 09/08/02 10:52:32
2
3 Added: vino-2.26.2-autorestart-loop.patch
4 Log:
5 Version bump. Fix autorestart loop when session-saving is enabled, bug #277989. Clean up old revision. Fix locales installation.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/vino/files/vino-2.26.2-autorestart-loop.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vino/files/vino-2.26.2-autorestart-loop.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vino/files/vino-2.26.2-autorestart-loop.patch?rev=1.1&content-type=text/plain
13
14 Index: vino-2.26.2-autorestart-loop.patch
15 ===================================================================
16 # Disallow vino-server to register into the session since it is auto-started.
17 # Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=277989
18 # Gnome: https://bugzilla.gnome.org/show_bug.cgi?id=579355
19 --- a/server/vino-server.desktop.in.in 2009-03-23 22:17:35.647373307 +0100
20 +++ b/server/vino-server.desktop.in.in 2009-03-23 22:17:53.079875343 +0100
21 @@ -1,7 +1,7 @@
22 [Desktop Entry]
23 _Name=Remote Desktop
24 _Comment=GNOME Remote Desktop Server
25 -Exec=@LIBEXECDIR@/vino-server
26 +Exec=@LIBEXECDIR@/vino-server --sm-disable
27 Icon=preferences-desktop-remote-desktop
28 OnlyShowIn=GNOME;
29 Terminal=false