Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
 

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: xinitrc, x start< Next Oldest | Next Newest >
bmenge Offline





Group: Members
Posts: 7
Joined: April 2007
Posted: April 20 2007,21:00 QUOTE

I have done a number of searches here on the site and with google.  I am trying to get dsl to load feh at start up and have entered it in the ~/.xinitrc file I tried time and time again to get it working then I decided to see if I could get the dillo getting stated off at boot just to see what might be going on so I put # before the command and it still came up at boot then I deleted the command all together. Dillo getting started still started at boot.  

as far as feh I did have & following the command(at the top of the file it says to add at also, but none have that in the file what is this referring to)?   One question regarding the command I had the path to feh and then after that I put some options followed by the file path is that followed by & I have since erased this command to try to figure things out

# For non-US Keyboards
if [ ${KEYTABLE:0:2} != "us" ]; then
 xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" &
fi

if [ "$ICONS" == 1 ]; then
 for x in `ls -1 .xtdesktop/*.hide 2>/dev/null`; do rm -f ${x%.*}; done
 iconsnap.lua &>/dev/null &
 xtdesk.sh
fi
if egrep -qv lowram /proc/cmdline 2>/dev/null; then

 torsmo 2>/dev/null &
fi
case $DESKTOP in
Back to top
Profile PM 
bmenge Offline





Group: Members
Posts: 7
Joined: April 2007
Posted: April 20 2007,22:06 QUOTE

I didn't have anything more than feh and unclutter on the machine so I just reinstalled and got things working?
Back to top
Profile PM 
^thehatsrule^ Offline





Group: Members
Posts: 3275
Joined: July 2006
Posted: April 20 2007,22:25 QUOTE

I'm guessing that, for some reason, no backups were being made, so your changes weren't executed upon reboot.

Quote
as far as feh I did have & following the command(at the top of the file it says to add at also, but none have that in the file what is this referring to)?
Appending & means to background the command, instead of having it run in the foreground (default), so that the rest in .xinitrc can continue - such as torsmo.
Back to top
Profile PM 
2 replies since April 20 2007,21:00 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

 
reply to topic new topic new poll
Quick Reply: xinitrc

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code