Hi All,
Exactly my friend ! line action is: lowriter
Recap:
If someone need to add/remove soft in Openbox Taskbar
Step by step:
1. Go to /home/salixisgreat/.config/fbpanel
2. Open the file * default * with geany ( root is not necessary )
3. Go to line between 42 at 93 (for me)
4. Change what you want with exactly description
5. Logout and Login
6. Congrats
My example code in Default file :
Code: Select all
Plugin {
type = launchbar
config {
button {
icon = user-home
tooltip = File Manager
action = spacefm
}
button {
icon = utilities-terminal
tooltip = Terminal
action = lxterminal
}
button {
icon = gimp
tooltip = Gimp
action = gimp
}
button {
icon = vlc
tooltip = Vlc
action = vlc
}
button {
icon = galculator
tooltip = Galculator
action = galculator
}
button {
icon = libreoffice4.2-writer
tooltip = LibreOffice 4.2 Writer
action = lowriter
}
button {
icon = libreoffice4.2-calc
tooltip = LibreOffice 4.2 Calc
action = localc
}
button {
icon = libreoffice4.2-impress
tooltip = LibreOffice 4.2 Impress
action = loimpress
}
button {
icon = firefox
tooltip = Web Browser
action = firefox
}
button {
icon = accessories-text-editor
tooltip = Texteditor
action = leafpad
}
}
}
Big Big thank at ALL
Merci beaucoup
