From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 DKIM-Filter: OpenDKIM Filter v2.11.0 zen.imath.kiev.ua 49D27808DB03 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=imath.kiev.ua; s=hydra; t=1638529142; bh=yF7ttyZbrU8GSkBHDA2YEijBvyx3AhDPaDPwZ/yEmc4=; h=Date:From:To:Subject:References:In-Reply-To:From; b=bVjdWjtdzyDmG5wgAMScPUGA+XKFLrSBDPSRbTEMMzW24oJHZIoQHIRI6LgfGLJ5X TbuA4PsRhNkdGQOrUbvRSrj100ZKKNlyZCMskLNTDOxmCHH8Q0uEoXevU9ct8XMYyQ KmNCviBrWu6BEFpfEjWscLBxx87cUyDg1Zb8Qw6w= Date: Fri, 3 Dec 2021 12:59:01 +0200 From: Igor Vlasenko To: ALT Linux Team development discussions Message-ID: <20211203105901.GB17052@dad.imath.kiev.ua> References: <20211202183523.GA29870@dad.imath.kiev.ua> <20211202190912.GA9055@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211202190912.GA9055@altlinux.org> User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [devel] RFC: wayland session wrapper script X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2021 10:59:04 -0000 Archived-At: List-Archive: List-Post: On Thu, Dec 02, 2021 at 10:09:12PM +0300, Alexey V. Vissarionov wrote: > test -x ~/.wayland-session && exec ~/.wayland-session $* добавил # let user deifine his own wrapper test -x ~/.wayland-sessions-wrapper && exec ~/.wayland-sessions-wrapper "$@" -- I V