Mailing List Archive

Support open source code!


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

tlug: kinput2



Does kinput need to be started from init.d or from my bash control scripts
like I am doing it?

TIA,

Eric S. Standlee
Kashihara City, Nara Prefecture, Japan
e-w.standlee@example.com
fwiw3980@example.com <default>
# .bash_profile
#set -x
echo "sourcing ~/.bash_profile"
source /etc/profile
kinput2 -canna & 2> /dev/null
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin
ENV=$HOME/.bashrc
USERNAME="root"

export USERNAME ENV PATH

mesg n
TTY=`tty`
if [ "${TTY}" = "/dev/tty1" ]; then
        echo "Starting Xview [^c to abort]"
        /usr/X11R6/bin/startx
        echo "Logging Out [^C to abort]"
        exit
fi
# .bashrc
echo "sourcing ~/.bashrc"
PATH=$PATH:$HOME/bin:/opt/wp70/wpbin:/opt/wp70/wplib
# User specific aliases and functions
alias resrc='source ~/.bashrc'
alias resource='source ~/.bash_profile'
alias la='ls -a '
alias ll='ls -l '
alias llm='ls -l | more'
alias lam='ls -a | more'
alias lsm='ls | more'
alias cl='clear'

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links