Utilisateur:AlainBb

De openmoko-fr.

Sommaire

Debian

Philosophie du moment (22 mars 09): Travailler en nodm, avec fbpanel, désactiver ou non la barre openmoko-panel-plugin (pour l'instant je "kill" le trayer, et je relance, faire cela mieux car parfois il ne rafraichit pas openmoko-panel-plugin...) Ce qui permet d'avoir plusieurs applications, de passer rapidement de l'une à l'autre, et d'avoir un bon espace de travail

paquet et config

Mettre un mot de passe

passwd

Divers utilistaires

apt-get install mc iputils-ping

Configurer la région

dpkg-reconfigure tzdata

Voir son nfr à l'écran de son pc http://openmoko-fr.org/wiki/index.php/Debian/vnc

apt-get install x11vnc

une barre de tache et un menu (a rajouter dans .xsession)

apt-get install fbpanel

Mon ~/.fbpanel/default (22/3/08)

Global {
   edge = bottom
   allign = left
   margin = 0
   widthtype = percent
   width = 100
   heighttype = pixel
   height = 32
   roundcorners = false 
   transparent = false
   tintcolor = #ffffff
   alpha = 39
   autoHide = false
   heightWhenHidden = 2
}
Plugin {
       type = space
       config {
               size = 20
       }
}
Plugin {
   type = menu
   config {
   image = /usr/share/fbpanel/images/star.png
       systemmenu {
       }
       separator {
       }
       item {
           icon = gnome-settings
           name = configure
           image = /usr/share/fbpanel/images/gnome-setting.svg
           command = configure
       }
       item {
           icon = gnome-terminal
           name = terminal
           image = /usr/share/fbpanel/images/gnome_terminal.svg
           action = /usr/bin/x-terminal-emulator
       }
       item {
           icon = gnome-emacs
           name = emacs
           action = emacs
       }
       item {
           icon = 
           name = trayer
           action = trayer --edge top
       }
       item {
           icon = 
           name = kill trayer
           action = killall trayer
       }
       item {
           icon = 
           name = halt
           action = halt
       }
   }
}
Plugin {
   type = icons
   config {
       DefaultIcon = /usr/share/fbpanel/images/default.xpm     
       application {
           icon = gnome-terminal
           Image =  /usr/share/fbpanel/images/gnome_terminal.svg
           ClassName = XTerm
       }
       application {
           icon = gnome-terminal
           Image =  /usr/share/fbpanel/images/gnome_terminal.svg
           ClassName = mlterm
       }
       application {
           icon = gnome-terminal
           Image =  /usr/share/fbpanel/images/gnome_terminal.svg
           ClassName = URxvt
       }
       application {
           icon = gnome-emacs
           Image = /usr/share/fbpanel/images/emacs.svg
           ClassName = Emacs
       }
       application {
           icon = mozilla-firefox
           ClassName = Firefox-bin
       }
       application {
           icon = mozilla-firefox
           ClassName = Firefox
       }
   }
}
Plugin {
   type = space
   config {
       size = 5
   }
}
Plugin {
   type = taskbar
   expand = true
   config {
       ShowIconified = true
       ShowMapped    = true
       ShowAllDesks  = true
       tooltips = true
       IconsOnly = false
       MaxTaskWidth = 150
   }
}
Plugin {
   type = tray
}

click droit http://openmoko-fr.org/wiki/index.php/Trucs_et_Astuces#Clic_droit_sous_Debian

desactiver le mode suspend (c'est bien dommage, mais mon nfr plante quand je l'utilise :-(

/etc/freesmartphone/oevents/rules.yaml.
#    trigger: InputEvent()
#    filters:
#             - HasAttr(switch, "POWER")
#             - HasAttr(event, "released")
#             - HasAttr(duration, 0)
#    actions: Suspend()
Ce qui me permet d'avoir le panneau avec les bouton close...
, mais c'est tjs pas nickel, parfois il apparait pas.

a fignoler

Un clavier manuscrit

apt-get install cellwriter

Evopedia (marche pas, problème avec les fichiers squashfs)

Todo

  • Clavier usb : passer en azerty
    • presque ok xfce, console ?
  • enlever la coupure de l'écran pendant une inactivité [1] A fignoler
  • webcam
  • Bluetooth : commmander un pc (remoko ?)
  • Hub, alimenter le nfr avec un hub en mide host.
  • batterie : alimenter le nfr avec une batterie externe
  • clé usb Tnt
  • scan clé usb, et lance la musique dessus
  • clé usb memoire
  • apt-get install tangogps xfce4 midori xmms2 gxmms2 openssh-server perl-tk psmisc dpkg-dev

mais aussi sephora

Bon, treeline, c'est un peu petit mais (todo)

les sources si on veut recompiler

deb-src http://pkg-fso.alioth.debian.org/debian unstable main

How to toggle the predictive mode on and off ?

Quick and Dirty version of toggle the predictive mode on and off is a small script that renames the dictionary words.dawg to words.dawg.off and back. The dict is still loaded, but after restart you can work without predictive mode, because the the predictive mode is dependend on the dictionary. You can find the dictionary in the folder /opt/Qtopia/etc/dict/en_US 

A lire


http://www.barbason.be