[SOLVED] Jwm tray icons
by black-clover from LinuxQuestions.org on (#5SYKS)
Hi,
I'm trying to customize Jwm on Alpine Linux (this issue does not apply to Devuan).
I created a folder /home/user/.myicons and added
Code: <IconPath>/home/user/.myicons</IconPath>to .jwmrc
This works fine with the menu, but it doesn't seem to control which icons appear in the tray.
For example, I made a custom test.desktop launcher which I placed in /usr/share/applications with the following content:
Code:[Desktop Entry]
Name=Test
Comment=Test Application
Exec=sudo spacefm %F
Icon=test (also tried /home/user/.myicons/test.png)
Type=Application
Categories=System
Keywords=test;I placed the test.png icon in /home/user/.myicons and the correct icons appears in Jwm menu, but not in the taskbar.
I assume that when an application is launched it looks for the icon somewhere else, /usr/share/hicolor/scalable perhaps.
But even placing the test.png icon there did not change anything.
Any suggestions?
I'm trying to customize Jwm on Alpine Linux (this issue does not apply to Devuan).
I created a folder /home/user/.myicons and added
Code: <IconPath>/home/user/.myicons</IconPath>to .jwmrc
This works fine with the menu, but it doesn't seem to control which icons appear in the tray.
For example, I made a custom test.desktop launcher which I placed in /usr/share/applications with the following content:
Code:[Desktop Entry]
Name=Test
Comment=Test Application
Exec=sudo spacefm %F
Icon=test (also tried /home/user/.myicons/test.png)
Type=Application
Categories=System
Keywords=test;I placed the test.png icon in /home/user/.myicons and the correct icons appears in Jwm menu, but not in the taskbar.
I assume that when an application is launched it looks for the icon somewhere else, /usr/share/hicolor/scalable perhaps.
But even placing the test.png icon there did not change anything.
Any suggestions?