You are not logged in.
i found 3 plugins that looked like they could do command, based on name and/or description. none let me enter my own command to be associated with a mouse click. for now i am using launchers in the desktop and keyboard shortcuts. but i would like to have a few clickable icons om the panel to run my commands (in a context that would allow whatever i run to open a window where i started it from.
Offline
Have a look at the Generic Monitor (genmon) plugin. It can be configured to do that.
As an example, lets have a click open a thunar window.
Add the Generic Monitor plugin to the panel
Right-click it and select Properties
Uncheck the "label" option
If you want just clickable text displayed on the button, type the following in the command window:
echo "<txt>thunar</txt><txtclick>thunar</txtclick>"
...the first instance of "thunar" is the label to display, the second instance is the command to run, Change them as required,
If you want a clickable image instead, use the following:
echo "<img>/path/to/image/file</img><click>thunar</click>"
...where "/path/to/image/file" is an actual image file on your computer.
Click close.
Clicking on the plugin will now run thunar.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
"Generic Monitor" does not show up in the list of plugins i can add to the panel. "Indicator Plugin" immediately follows "Directory Menu"
Offline
You can install it using sudo apt-get install xfce4-genmon-plugin
But Xenial has pretty old version of that plugin (3.4.0).
Offline
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 536.84 KiB (Peak: 537.68 KiB) ]