Differences between revisions 4 and 5
Revision 4 as of 2009-06-07 09:42:46
Size: 1048
Editor: FranklinPiat
Comment: Fix interwiki links
Revision 5 as of 2013-02-05 22:26:29
Size: 0
Editor: GeoffSimmons
Comment: CategoryProposedDeletion since 2009-05-15.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from fbdesk
#language fr
Installez le paquet fbdesk.

Une fois installé, éditez le fichier ./fluxbox/fbdesk.icons.

Chaque entrée se présente comme suit :
{{{
[Desktop Entry]
Name=default
Exec=
Icon=
Pos= 100 100
}}}
 * Name : Nom
 * Exec : le nom de l'executable (vous en trouverez dans /usr/bin/)
 * Icon : adresse de l'îcone (vous en trouverez dans /usr/share/pixmaps/)
 * Pos : Position en X et Y

Exemple d'un fichier configuré :
{{{
[Desktop Entry]
Name=Roxfiler
Exec=rox-filer
Icon=~/icones/home.png
Pos= 50 50
[end]

[Desktop Entry]
Name=Gaim
Exec=gaim
Icon=~/icones/gaim.png
Pos= 50 150
[end]

[Desktop Entry]
Name=VideoLan
Exec=vlc
Icon=~/icones/tv.png
Pos= 50 250
[end]

[Desktop Entry]
Name=Firefox
Exec=firefox
Icon=~/icones/firefox.png
Pos= 50 350
[end]

[Desktop Entry]
Name=Terminal
Exec=gnome-terminal
Icon=~/icones/term.png
Pos= 50 450
[end]
}}}

----
CategoryProposedDeletion : This page duplicates the manpage [[DebianMan:1/fbdesk|(1)fbdesk]]