X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; q=dns; s=default; b=v2s7Wgmm+2Wj6D8YSORnsg7LVESz3zpfyrqWwyTA+wv AIPqGUOxdiHFG0WkWStDFN98ytSLYGdy0LorrlMzs5mU3Au8erTwA/KJv72JioXr Dln97s+lRv1XVufP8bDHNZXyEfaxcVVWtQGiEOtuOOZExicWb3Wzllz7py0O3pLo = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; s=default; bh=FSgcQfcL+SQJzs/EltdyLLJdo5M=; b=nLmx7RoqupVqPm4G/ 6J+lZgym9ZzBLtnfdRWVzIATlAXlBVa0w5z4WZ27WrkqAy/6asgKuJ0AyvP++nKS I2qwD1I7P8HhYgbUepvlZVXAMa97zC7mEPd0lFmzUlE0HytAHTU10v+JMztFO/DC HxSualj7J4z/KMB3pttVyv7q0A= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <1436236495.1924.4.camel@cygwin.com> Subject: Re: [ANNOUNCEMENT] Updated: xinit-1.3.4-9 (major changes to multiwindow session) From: Yaakov Selkowitz To: cygwin AT cygwin DOT com Date: Mon, 06 Jul 2015 21:34:55 -0500 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On Mon, 2015-07-06 at 18:25 -0600, Jim Reisert AD1C wrote: > On Mon, Jul 6, 2015 at 5:19 PM, Yaakov Selkowitz wrote: > > This release includes major changes to the default multiwindow session > > based on feedback from users: > > Lots of good stuff here! > > I'm getting both the new xwin-xdg-menu, as well as the old 'X' in my > Windows notification area. How do I get rid of the latter? I do not > have a .startxwinrc nor a .XWinrc file. You could create a ~/.xserverrc with the following: exec /usr/bin/XWin -notrayicon [OTHER_ARGS] "$@" The only caveat is that would apply to *all* X sessions, not just the multiwindow session. An alternative is to copy the XWin Server shortcut and add " -- -multiwindow -notrayicon" (without the quotes) right after startxwin in the command. HTH, Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple