Slackware86_64 Xfce4
vorrei affiancare fluxbox a xfce4 ma non riesco a farlo partire.
ho creato il file .xinitrc in questo modo
- Codice: Seleziona tutto
#!/bin/sh
exec /usr/bin/startfluxbox
- Codice: Seleziona tutto
xwmconfig
Suggerimenti?
grazie
james
Moderatore: Staff
#!/bin/sh
exec /usr/bin/startfluxboxxwmconfig



cd
ln -s .xinitc .xsession
Offtopic: Hai ragione, ma è stata una imprecisione volutamente usata per farmi capire meglio.Offtopic: P.S. atomix, più che Login Manager si chiamano Display Manager (dm)


man di xdm ha scritto:Then xdm runs the Xsession script as the user. This system session file may do some additional startup and typically runs the .xsession script in the user's home directory. When the Xsession script exits, the session is over.

. Avevo visto, non solo il man, ma anche lo script Xsession della Slackware. Si trova sotto '/etc/X11/xdm/' ed all'interno ha qualcosa di questo tipo:...
case "$1" in
failsafe)
xsetroot -solid SteelBlue
exec xterm -geometry 80x24-0-0
;;
kde)
exec startkde
;;
...
xfce)
exec /etc/X11/xinit/xinitrc.xfce
;;
......
# If we aren't running from XDM/KDM/GDM and no window manager was
# specified, then we'll run the user's $HOME/.xsession if it's
# executable. This must be set up to run the user's window manager.
if [ -x $HOME/.xsession ]; then
exec $HOME/.xsession $@
fi
...
.
Visitano il forum: Nessuno e 1 ospite