fbpanel icon indicating copy to clipboard operation
fbpanel copied to clipboard

Command to launch panel config gui

Open RichJack opened this issue 9 years ago • 2 comments

I know you can Ctrl and right-click the panel to open the config GUI (would a simple right-click make more sense?) Anyway, I wanted to be able to create a .desktop file and a menu entry to launch the config dialog. If I set the command as fbpanel -C I get another new panel on top of the existing one as well as the config GUI.

What is the correct command to open the config GUI for an already running panel? At the moment, I am having to resort to: killall fbpanel && fbpanel -C

RichJack avatar Dec 06 '15 20:12 RichJack

Hi Currently there is no way to control running panel.

As a short and simple solution I can suggest to open config dialog upon USR2 s\gnal, so desktop entry will run killall -USR2 fbpanel. As a proper solution it should be some kind of socket or named pipe that accept a number of commands

aanatoly avatar Dec 15 '15 12:12 aanatoly

what about a menu entry with that command signal! fbpanel are a KISS software.. please keep KISS

mckaygerhard avatar Feb 18 '20 14:02 mckaygerhard