Re: [fedora] fixme fixme fixme

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 ...
____________________________________________________
tde-devels mailing list -- devels@xxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devels-leave@xxxxxxxxxxxxxxxxxx
Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@xxxxxxxxxxxxxxxxxx



[Index of Archives]     [Trinity Users]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [KDE]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]     [Trinity Desktop Environment]

  Powered by Linux