Icons absent from JWM tray-launcher
Posted: Thu 29 May 2014, 20:37
I'm in the process of setting up a tweaked flash drive puppy that boots on almost everything. I'm using slacko 5.7.
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?
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>