Re: [xenocara] xenodm.man fix

2023-02-18 Thread Matthieu Herrb
On Sat, Feb 18, 2023 at 12:15:54PM +0300, Mikhail wrote: > On Sat, Feb 18, 2023 at 08:00:26AM +0100, Matthieu Herrb wrote: > > On Fri, Feb 17, 2023 at 11:52:44AM +, Laurence Tratt wrote: > > > On Thu, Feb 16, 2023 at 09:29:53PM +0300, Mikhail wrote: > > > > > > Hello Mikhail, > > > > > > >

Re: [xenocara] xenodm.man fix

2023-02-18 Thread Mikhail
On Sat, Feb 18, 2023 at 08:00:26AM +0100, Matthieu Herrb wrote: > On Fri, Feb 17, 2023 at 11:52:44AM +, Laurence Tratt wrote: > > On Thu, Feb 16, 2023 at 09:29:53PM +0300, Mikhail wrote: > > > > Hello Mikhail, > > > > > /etc/X11/xenodm/Xsession file has a check for x bit > > > > Yes, this

Re: [xenocara] xenodm.man fix

2023-02-17 Thread Matthieu Herrb
On Fri, Feb 17, 2023 at 11:52:44AM +, Laurence Tratt wrote: > On Thu, Feb 16, 2023 at 09:29:53PM +0300, Mikhail wrote: > > Hello Mikhail, > > > /etc/X11/xenodm/Xsession file has a check for x bit > > Yes, this one caught me out a few years back: > >

Re: [xenocara] xenodm.man fix

2023-02-17 Thread Laurence Tratt
On Thu, Feb 16, 2023 at 09:29:53PM +0300, Mikhail wrote: Hello Mikhail, > /etc/X11/xenodm/Xsession file has a check for x bit Yes, this one caught me out a few years back: https://marc.info/?l=openbsd-bugs=162737223625768=2 In subsequent discussions with Matthieu and Theo, I *think* the

Re: [xenocara] xenodm.man fix

2023-02-16 Thread Klemens Nanni
16.02.2023 18:29, Mikhail пишет: > /etc/X11/xenodm/Xsession file has a check for x bit > > startup=$HOME/.xsession > [...] > if [ -s "$startup" ]; then > if [ -x "$startup" ]; then > "$startup" > else > /bin/sh "$startup" > fi > [...] This

[xenocara] xenodm.man fix

2023-02-16 Thread Mikhail
/etc/X11/xenodm/Xsession file has a check for x bit startup=$HOME/.xsession [...] if [ -s "$startup" ]; then if [ -x "$startup" ]; then "$startup" else /bin/sh "$startup" fi [...] diff /var/git/xenocara commit -