Hi Gene!

> > or place this fragment in .xinitrc (all in one line) or any script
> > that gets executed when you log into your X session:
> >
> > xrdb -all -query|sed -e 's#[A-Z_]*BACKGROUND# gray90#' -e
> > 's#[A-Z_]*FOREGROUND# Black#'  -e 's#[A-Z_]*HIGHLIGHT# White#' -e
> > 's#[A-Z_]*LOWLIGHT# Black#'|xrdb -merge
> >
> This had no effect. Puzzling.

I always forget ... TDE does not execute ~/.xinitrc nor ~/.xsessionrc, so you 
need a little workaround:

Create a file ~/.trinity/Autostart/xinitrc.desktop with this content - adapt 
line 3 to your .xinitrc:

[Desktop Entry]
Comment=
Exec[$e]='/home/gene/.xinitrc'
GenericName=
Icon=exec
MimeType=
Name=
Path[$e]=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DCOP-ServiceType=
X-TDE-SubstituteUID=false
X-TDE-Username=

Then make sure .xinitrc is executable and works when you execute it from 
konsole. It may be necessary to add a little start delay, so my .xinitrc begins 
with:

#!/bin/bash
sleep 5
# DEBUG
xmessage ".xinitrc :-)"

Now restart trinity and look if the message window comes up ..

Nik

-- 
Please do not email me anything that you are not comfortable also sharing with 
the NSA.

------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to