FreeBSD Bugzilla – Attachment 111943 Details for
Bug 153281
editors/emacs: glib warning when starting emacs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
.xinitrc
.xinitrc (text/plain), 3.21 KB, created by
Sam Sirlin
on 2011-01-10 18:30:54 UTC
(
hide
)
Description:
.xinitrc
Filename:
MIME Type:
Creator:
Sam Sirlin
Created:
2011-01-10 18:30:54 UTC
Size:
3.21 KB
patch
obsolete
>#!/bin/sh ># ># .xinitrc - initialize X Window System ># ># history - ># --- ~1992 M. Wette created ># --- sws modified for my freeBSD setup ># > ># -- give the server time to wake up .. >sleep 2 > >trap '' 1 2 3 > >## -- where to find bitmaps -- >#BMDIR=/opt/X11/include/X11/bitmaps >#MYBMDIR=${HOME}/share/include/bitmaps > >LOC=$HOME/lib/app-defaults >export XUSERFILESEARCHPATH; XUSERFILESEARCHPATH=$LOC/%N%C:$LOC/%N: > >## -- set up the DISPLAY variable -- >host=`uname -n | sed -e 's/\..*//'` >if [ -z "$DISPLAY" ]; then > #DISPLAY=$host:0 > DISPLAY=:0 >fi >#case $DISPLAY in ># unix:0.0|unix:0|:0.0|:0) DISPLAY="$host:0";; >#esac >export DISPLAY > >## -- set permissions -- >disphost=`echo $DISPLAY | sed -e 's/:.*//'` >if [ "$disphost" = "$host" ]; then > xhost $host >#else ># rsh $disphost "(DISPLAY=$DISPLAY; xhost $host)" >fi; > >## -- Set up root window. -- >xset m 3 1 >xset s on >havcol="`xrdb -symbols | fgrep COLOR`" >if [ -n "$havcol" ]; then > xstdcmap -default > xstdcmap -gray ># xsetroot -cursor_name left_ptr -bitmap ${BMDIR}/ftilei.xbm \ ># -bg '#4cc' -fg white > xsetroot -bg black -fg white >else > xsetroot -cursor_name left_ptr -gray >fi > ># keyboard setup >#xmodmap -e "keysym BackSpace = Delete" ># make alt into meta >xmodmap -e "keysym Alt_L = Meta_L Meta_L" ># swap caps loc and cntrol - done in X setup >#xmodmap /home/sam/bin/swaps > ># font >#xset +fp /usr/home/sam/lib/X11/fonts >xset +fp /home/sam/share/X11/fonts > > >#Please add /usr/local/share/fonts/amspsfont >#to your X11 fonts path by either: >xset fp+ /usr/local/share/fonts/amspsfont >xset fp+ /usr/local/share/fonts/cmpsfont > ># rehash >xset fp rehash > >## -- Set up resources and window manager -- >xrdb $HOME/.Xresources > >## fix resolution >#/home/sam/exec/xfix >#sleep 1 > ># start the wm > ># safest >#twm & > >#- fvwm is fvwm2 on freebsd >#fvwm2 & >#fvwm & >#exec fvwm-start > >#enlightenment& >#enlightenment >e.log 2>&1 >#exec enlightenment ># e17: ># note .desktop files in ~/.local/... ># favorite.menu in .e/e/applications/menu/ >#exec enlightenment_start ># e16: >exec start-e > >#exec startkde >## following logs output ># if [ -f /home/sam/kde.log ]; then ># rm /home/sam/kde.log ># fi; ># exec startkde > /home/sam/kde.log 2>&1 > ># ok - both >#wmaker & >#exec wmaker >#panel& > >#exec wmaker > ># for debugging ># fvwm2 -debug & ># fvwm2 -debug > fvwm2.log 2>&1 > >sleep 1 >## -- Set up applications. -- >xscreensaver & >xclock -geometry 75x75-2+0 -bw 3 & >#rclock -geometry 75x75-2+0 & > >#xbiff -geometry 75x75-2+105 & ># for old vga >#xterm -bg blue -fg white -geometry 50x10+2+95 -cr white \ >#xterm -bg blue -fg white -geometry 75x45+2+95 -cr white \ ># -sb -sk -bd white & ># 20 pt >#xterm -bg blue -fg white -geometry 75x45+2+95 -cr white \ ># -sb -sk -bd white & ># 24 pt >xterm -bg blue -fg white -geometry 75x25+2+95 -cr white \ > -sb -sk -bd white & >#rxvt -bg blue -fg white -geometry 75x25+2+95 -cr white \ ># -sb -sk -bd white -fn '-adobe-*-*-r-*-*-26-*-*-*-*-*-*-*' & > >#xterm -bg steelblue -fg white -geometry 75x25-12+235 -cr white -sb -sk \ ># -bd white & > ># -- last program gets run in foreground -- >#exec xterm -geometry 40x4+2+2 -C -sb -sk -fn 8x16 -n console >exec xterm -geometry 75x4+2+2 -C -sb -sk -fn 8x16 -n console >#exec rxvt -geometry 75x4+2+2 -C -sb -sk -fn 8x16 -n console > >exit 0 ># --- last line of .xinitrc ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 153281
: 111943