Icons absent from JWM tray-launcher

Using applications, configuring, problems
Post Reply
Message
Author
toomanyquestions
Posts: 85
Joined: Wed 09 Jan 2013, 01:27

Icons absent from JWM tray-launcher

#1 Post 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>	
User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#2 Post by 666philb »

where is your .icons folder?
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
toomanyquestions
Posts: 85
Joined: Wed 09 Jan 2013, 01:27

#3 Post 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....
User avatar
MochiMoppel
Posts: 2084
Joined: Wed 26 Jan 2011, 09:06
Location: Japan

#4 Post 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
toomanyquestions
Posts: 85
Joined: Wed 09 Jan 2013, 01:27

#5 Post 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?
Post Reply