Table des matières

"Installer des docks personnalisés sous LXDE"

Configuration

Créer un nouveau tableau de bord (panel) par clic droit sur la barre actuelle. Son nom par défaut est left, right, top ou bottom en fonction des barres déjà existantes.
Vous pouvez l'organiser à l'aide du menu Paramètres du tableau de bord.

Vous pouvez aussi créer directement son fichier de configuration à l'aide d'un éditeur de texte dans le répertoire ~/.config/lxpanel/LXDE/panels
Exemple pour un dock de lancement à gauche du bureau :

~/.config/lxpanel/LXDE/panels/bottom
# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.
 
Global {
    edge=left
    allign=right
    margin=10
    widthtype=percent
    width=90
    height=48
    transparent=1
    tintcolor=#ffffff
    alpha=100
    autohide=1
    heightwhenhidden=10
    setdocktype=1
    setpartialstrut=1
    usefontcolor=0
    fontsize=10
    fontcolor=#000000
    usefontsize=0
    background=0
    backgroundfile=/usr/share/lxpanel/images/background.png
    iconsize=45
}
 
Plugin {
    type = space
    expand=1
    Config {
        Size=2
    }
}
 
Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/gcalctool.desktop
        }
    }
}
 
Plugin {
    type = separator
}
 
Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/libreoffice-startcenter.desktop
        }
        Button {
            id=/usr/share/applications/evince.desktop
        }
    }
}
 
Plugin {
    type = separator
}
 
Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/gthumb.desktop
        }
        Button {
            id=/usr/share/applications/eog.desktop
        }
    }
}
 
Plugin {
    type = separator
}
 
Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/gnome-sound-recorder.desktop
        }
        Button {
            id=/usr/share/applications/vlc.desktop
        }
        Button {
            id=/usr/share/applications/rhythmbox.desktop
        }
    }
}
 
Plugin {
    type = separator
}
 
Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/iceweasel.desktop
        }
    }
}
 
Plugin {
    type = separator
}
 
Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/grsync.desktop
        }
        Button {
            id=/usr/share/applications/file-roller.desktop
        }
        Button {
            id=/usr/share/applications/palimpsest.desktop
        }
        Button {
            id=/usr/share/applications/leafpad.desktop
        }
    }
}
 
Plugin {
    type = separator
}
 
Plugin {
    type = volumealsa
}
 
Plugin {
    type = separator
}
 
Plugin {
    type = launchbar
    Config {
        Button {
            id=lxde-logout.desktop
        }
    }
}
 
Plugin {
    type = separator
}

Voici l'aperçu du résultat ; et un autre exemple ici.

Remarque : adapter ce fichier de configuration aux applications effectivement installées sur le système.

Discussions au forum relatives à ce tuto

Merci à deuchdeb sur le forum Debian Facile.

À voir aussi

Les autres possibilités de personnalisation de LXDE :

1)
N'hésitez pas à y faire part de vos remarques, succès, améliorations ou échecs !