My latest problem arose when I added a 2ndary jwm tray/panel. I was able to create it, but the launcher icon refused to show up (it would launch geany nonetheless). Any ideas? Does the path have to avoid hidden folders or some such nonsense?
Code: Select all
<JWM>
<Tray autohide="true" insert="right" valign="top" halign="center" height="36" >
<TrayButton popup="Geany - text editor" icon="/.icons/geany.png">exec:geany</TrayButton>
</Tray>
</JWM>