DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 45K0wuuM3580999 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=SZkmxRpZ X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 613953888824 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1718845135; bh=ky12kahiW61sG2JXmrvHwJkXFL2KJK2ANYFaymx2dd0=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=SZkmxRpZkRZ2Lh1/DQ6I4tWg6NKCKKyFrIP5tf6PLPqrCyUfvIN9+u7lrLrKeJY1v Qz8KyV6Fs9anaaVK6uRP4l9pnZxNj9lw/P0lY4yvcStCTVUBIpB9jaDh9WUyrE/MiP qjkoSIU1GdyoZYKfvhfXyL9MvQBMe78r6glXINJ8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 013EB3858C41 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 013EB3858C41 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718845083; cv=none; b=B2ADpyozWPwGt4pZcddMvFI8CBdTaMoyAfWZ0tJ23tDH42MEhIUM+I8SGtCEgsLnsqgLwC+RJKODRzpHdE19fDpL9TZuPwQ5R4XSLPoPuEnkTcrEQHu3BZf8v2yVooYT98aVLRjkBeKTKg/pKRU/EthBzjkIcyTdFz5RmLgDM10= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718845083; c=relaxed/simple; bh=sV+fxpLIkXJuZMbuxJhypCmAyGK+0mS1TwkYdRoDZfc=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=tj3fUjQSBykj4aJFXde/sMzkWjUDSCHM173pp0n7nHC9BxIdh6EyOgh0E1Zp5oOETX5RUfGB2P4TXN1q26luH6YvCLoW93wa6ixaNR7bRPtSzyqscJ+jxDQzS8DpE1cdA82xaXTDhEvIbd0TrZ7s38F8LSrztrxPPDcl/v3bZ8k= ARC-Authentication-Results: i=1; server2.sourceware.org Date: Thu, 20 Jun 2024 00:58:04 +0000 To: Eliot Moss via Cygwin Subject: Re: Cygwin/X as Shell replacement? Message-ID: Mail-Followup-To: Eliot Moss via Cygwin References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20230407 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dr Bean via Cygwin Reply-To: Dr Bean Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Wed, 19 Jun 2024, Eliot Moss via Cygwin wrote: > On 6/19/2024 2:06 PM, Jens Staal via Cygwin wrote: > > Dear all, > > > > I recently read the Wikipedia article on alternative shells in Windows. > > > > https://en.wikipedia.org/w/index.php?title=List_of_alternative_shells_for_Windows > > > > And it got me wondering: can you start a DE or WM running under Cygwin/X as > > an alternative Windows shell? > > If WM mean window manager, then yes. I use bash as my shell all the time. > Not sure what you mean by DE ... Probably Desktop Environment, https://en.wikipedia.org/wiki/Desktop_environment Following https://darrengoossens.wordpress.com/2018/10/04/simple-way-to-launch-cygwin-programs-on-windows-start-up/ I was happy to find I could bypass the desktop and open mintty windows at start up with a batch script, C:\cygwin64\bin\run.exe -p bin --quote /usr/bin/bash -l -c "cd; exec /usr/bin/mintty bash -i -c \"tt Mo qb dot mastodon Pr Po E\"" where 'tt' is my bash function opening minty bash windows, and its arguments are other bash functions starting 'screen' sessions. With so may invocations of bash and mintty, am I going round in circles to avoid the desktop this way? > Still, CMD and PowerShell have their uses sometimes, and WSL is also useful > in addition to Cygwin and virtual machines such as Hyper-V or VirtualBox. > > Best - Eliot Moss > > > -- > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation: https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple -- Greg "Dr Bean" Matheson Teaching: brain surgery http://drbean.sdf.org with a blunt instrument drbean AT freeshell DOT org --Dr Bean -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple