Blackbox - Lancement ? - Linux et OS Alternatifs
Marsh Posté le 10-02-2002 à 11:54:50
Erreur de frappe ...
J'ai installé Blackbox par les rpm .... donc, c'est bon, il est bien installé ....
Mais je ne l'ai pas dans la liste des fenetreurs au demarrage .... comment le rajouter ... ou bien , comment le lancer à la main .....
Marsh Posté le 10-02-2002 à 11:55:51
tu te crée un fichier .xinitrc dans ta home directory, dedans, tu met
exec /usr/bin/blackbox
et hop
[jfdsdjhfuetppo]--Message édité par kadreg--[/jfdsdjhfuetppo]
Marsh Posté le 10-02-2002 à 11:56:26
edit le fichier /home/user/.xinitr
si il n'existe pas cela va le créer.
tu entres juste blackbox sur la premiere ligne, tu save and quit, et tu startx
pour kde c'est startkde
pour gnome je sais plus
Marsh Posté le 10-02-2002 à 11:56:48
grilled
Marsh Posté le 10-02-2002 à 12:01:07
Ce fichier existe deja .... et c'est un vieux bordel ..
Ou dois-je mettre cet ajout dont tu me parles ?
Marsh Posté le 10-02-2002 à 12:24:42
ya koi ds ton fichier ?
Marsh Posté le 10-02-2002 à 12:31:03
#!/bin/bash
#
# Sample .xinitrc for SuSE Linux
# This script is called from 'startx' when you start an X session
#
#
# In case everything goes wrong, we at least fall back to a plain xterm
#
failsafe="xterm -ls -T Failsave -geometry 80x24-0-0"
trap "exec $failsafe" EXIT SIGHUP SIGINT SIGPIPE SIGTERM SIGIO
#
# Some bash (1 and 2) settings to avoid trouble on a
# failed program call.
#
test -n "$BASH" && set +o posix
no_exit_on_failed_exec=1
type shopt > /dev/null 2>&1 && shopt -s execfail
set +e > /dev/null 2>&1
#
# This should be the default
#
export TERM=xterm
#
# choose a window manager
#
if test -n "$WINDOWMANAGER" ; then
WINDOWMANAGER=`type -p $WINDOWMANAGER`
fi
if test -z "$WINDOWMANAGER" ; then
if test -x /usr/X11R6/bin/kde ; then
WINDOWMANAGER=/usr/X11R6/bin/kde
elif test -x /usr/X11R6/bin/startkde ; then
WINDOWMANAGER=/usr/X11R6/bin/startkde
elif test -x /usr/X11R6/bin/fvwm2 ; then
WINDOWMANAGER=/usr/X11R6/bin/fvwm2
elif test -x /usr/X11R6/bin/wmlist ; then
for i in `/usr/X11R6/bin/wmlist` ; do
WINDOWMANAGER=`type -p $i`
test -n "$WINDOWMANAGER" && break
done
elif test -x /usr/X11R6/bin/twm ; then
WINDOWMANAGER=/usr/X11R6/bin/twm
fi
fi
if test -z "$WINDOWMANAGER" ; then
echo "Error: Unable to find a window manager. Please make sure you installed one!"
echo "Exiting..."
xmessage -timeout 10 -default okay -center -file - <<-EOF
Error: Unable to find a window manager. Please make sure you installed one!
Exiting...
EOF
exit 1
fi
#
# Load system and users resources if not already done
# (XSESSION_IS_UP set by xdm in $XLIBDIR/xdm/Xsession)
#
if test "$XSESSION_IS_UP" != "yes" ; then
XLIBDIR=/usr/X11R6/lib/X11
test -r $XLIBDIR/Xmodmap && xmodmap $XLIBDIR/Xmodmap
test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap
test -r $XLIBDIR/Xresources && xrdb -load -retain $XLIBDIR/Xresources
test -r $HOME/.Xdefaults && xrdb -I$HOME -merge $HOME/.Xdefaults
test -r $HOME/.Xresources && xrdb -I$HOME -merge $HOME/.Xresources
fi
# Start the XIM server
test -r $HOME/.xim && source $HOME/.xim
#
# Add your own lines here...
#
# day planer deamon
# pland &
#
# finally start the window manager
#
exec $WINDOWMANAGER
# call failsafe
exit 0
Marsh Posté le 10-02-2002 à 12:32:41
c'est un .xinitrc ça ?
On dirait un /etc/X11/xinit/xinitrc
Marsh Posté le 10-02-2002 à 12:37:39
http://perso.wanadoo.fr/linux_wiza [...] _2.html#wm
Marsh Posté le 10-02-2002 à 17:06:17
J'ai tenté les trucs de DarkSchneider....
Ca marche pas de probleme (j'y suis là)
mais ca remplace le xinitrc .... et moi, je voulais juste l'ajouter à la liste du depart ....
Marsh Posté le 10-02-2002 à 11:52:56
J'