elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Estamos en la red social de Mastodon


+  Foro de elhacker.net
|-+  Sistemas Operativos
| |-+  GNU/Linux (Moderador: MinusFour)
| | |-+  OpenBox - Configuración
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: OpenBox - Configuración  (Leído 1,669 veces)
cbug

Desconectado Desconectado

Mensajes: 147



Ver Perfil
OpenBox - Configuración
« en: 17 Junio 2010, 00:46 am »

Tal vez ustedes puedan ayudarme, este es mi autostart.sh

Código
  1. # This shell script is run before Openbox launches.
  2. # Environment variables set here are passed to the Openbox session.
  3.  
  4. # Set a background color
  5. BG=""
  6. if which hsetroot >/dev/null; then
  7.    BG=hsetroot
  8. else
  9.    if which esetroot >/dev/null; then
  10. BG=esetroot
  11.    else
  12. if which xsetroot >/dev/null; then
  13.    BG=xsetroot
  14. fi
  15.    fi
  16. fi
  17. test -z $BG || $BG -solid "#303030"
  18.  
  19. ######AQUI EL PROBLEMA#####
  20. #Establecer wallpaper
  21. feh --bg-scale /home/cbug/Imágenes/vladstudio_blackcat_1152x86.jpg
  22. #Ininicar Conky
  23. conky
  24. #Iniciar Xfce-panel
  25. xfce4-panel
  26. ########################
  27.  
  28.  
  29. # D-bus
  30. if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
  31.       eval `dbus-launch --sh-syntax --exit-with-session`
  32. fi
  33.  
  34. # Make GTK apps look and behave how they were set up in the gnome config tools
  35. if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then
  36.  /usr/libexec/gnome-settings-daemon &
  37. elif which gnome-settings-daemon >/dev/null; then
  38.  gnome-settings-daemon &
  39. # Make GTK apps look and behave how they were set up in the XFCE config tools
  40. elif which xfce-mcs-manager >/dev/null; then
  41.  xfce-mcs-manager n &
  42. fi
  43.  
  44. # Preload stuff for KDE apps
  45. if which start_kdeinit >/dev/null; then
  46.  LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup &
  47. fi
  48.  
  49. # Run XDG autostart things.  By default don't run anything desktop-specific
  50. # See xdg-autostart --help more info
  51. DESKTOP_ENV=""
  52. if which /usr/lib/openbox/xdg-autostart >/dev/null; then
  53.  /usr/lib/openbox/xdg-autostart $DESKTOP_ENV
  54. fi

Cuando inicio openbox session, no funciona mi teclado :S

EDITADO: Solucionado.


« Última modificación: 17 Junio 2010, 00:53 am por cbug » En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines