Anno domini 2023 Thu, 21 Sep 08:53:40 -0400 Felix Miata via tde-devels scripsit:
Dr. Nikolaus Klepp via tde-devels composed on 2023-09-21 13:56 (UTC+0200):
2023 Thu, 21 Sep 06:04:10 -0400 Felix Miata scripsit:
Adding a line 7
fi
or appending
; fi
to line 6 doesn't help. Neither does restoring the original Xsetup from early 2022.
Can you post the file without diff?
Her on devuan it says (cat /etc/trinity/tdm/Xsetup):
#! /bin/sh # Xsetup - run as root before the login dialog appears
#xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed -exitOnFail -file /dev/xconsole &
# cat /etc/trinity/tdm/Xsetup #!/usr/bin/sh # Xsetup - run as root before the login dialog appears
#xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed -exitOnFail -file /dev/xconsole &
-if [ -x /home/setup ] ; then /home/setup #
It's the same file as on all my 100+ TDE installations.
... so it does nothing. Where does your /home/setup come from?
https://web.archive.org/web/20171021160528/http://fm.no-ip.com/Share/setup with an appropriate # removed. IOW, just an xrandr command, mainly for multi-display setup.
Might be a stupid question, but which shell is "/usr/bin/sh" ? As you have already mentioned the "if"-line looks fishy to me, it should have a closing "fi", e.g.:
if [ -x /home/setup ]; then /home/setup; fi
or it shoud be something like:
[ -x /home/setup ] && /home/setup
Nik
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...