Piotr82 Napisano Styczeń 21, 2005 Zgłoszenie Share Napisano Styczeń 21, 2005 Zainstalowałem v0.9.12 i chce dodać go do gdm. Zrobiłem plik w /etc/X11/gdm/Sessions Fluxbox : #!/bin/bash exec /etc/X11/xdm/Xsession fluxbox Potem plik /etc/X11/xdm/Xsession wyglada tak kawałek gdzie dodałem : fluxbox) exec -l $SHELL -c "startfluxbox" ;; # Mandatorily source xinitrc-common, which is common code shared between the # Xsession and xinitrc scripts which has been factored out to avoid duplication . /etc/X11/xinit/xinitrc-common # now, we see if xdm/gdm/kdm has asked for a specific environment case $# in 1) if [ -x "$SWITCHDESKPATH/Xclients.$1" ]; then exec -l $SHELL -c "$SWITCHDESKPATH/Xclients.$1"; fi; case "$1" in failsafe) exec -l $SHELL -c "xterm -geometry 80x24-0-0" ;; gnome) exec -l $SHELL -c "$DBUS_LAUNCH gnome-session" ;; fluxbox) exec -l $SHELL -c "startfluxbox" ;; kde|kde1|kde2) exec -l $SHELL -c "$DBUS_LAUNCH $SWITCHDESKPATH/Xclients.kde" ;; twm) # fall back to twm exec -l $SHELL -c "$DBUS_LAUNCH $SWITCHDESKPATH/Xclients.twm" ;; *) # GDM provies either a command line as the first argument or # provides 'failsafe', 'default' or 'custom'. KDM will do the # same at some point if [ "$1" != "default" -a "$1" != "custom" ]; then exec -l $SHELL -c "$DBUS_LAUNCH $1" fi ;; esac esac No i nic sie nie pojawia w gdm. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi
Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto
Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.
Zarejestruj nowe konto
Załóż nowe konto. To bardzo proste!
Zarejestruj sięZaloguj się
Posiadasz już konto? Zaloguj się poniżej.
Zaloguj się