Page 1 of 1

Icons absent from JWM tray-launcher

Posted: Thu 29 May 2014, 20:37
by toomanyquestions
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?

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>	

Posted: Thu 29 May 2014, 22:14
by 666philb
where is your .icons folder?

Posted: Fri 30 May 2014, 03:18
by toomanyquestions
666philb wrote:where is your .icons folder?
It was /.icons - then I tried /my-documents/icons (just in case)...

I beginning to wonder if another panel (e.g. fbpanel, tint2), or maybe even LxPup 14.03....

Posted: Fri 30 May 2014, 07:04
by MochiMoppel
Look closer. I bet it still is in
~/.icons - maybe in ~/my-documents/icons
or, if you like this better, in
/root/.icons - maybe in /root/my-documents/icons

Posted: Fri 30 May 2014, 17:18
by toomanyquestions
MochiMoppel wrote:Look closer. I bet it still is in
~/.icons - maybe in ~/my-documents/icons
or, if you like this better, in
/root/.icons - maybe in /root/my-documents/icons
Upon checking, it seems your advice was spot on. Thanks much for the suggestion!

New question: is it possible to control the opacity (etc) of the 2nd jwm tray independently of the 1st?