Will it be possible to change the default icons location during copilation from /usr/share/pixmaps/ to /usr/share/icons or to make both places the default icon location for lxpanel?.
I'm running pclxde2009.4 I compiled lxpanel 0.5.1 it's working fine, however after installing lxpanel I lost many of the shortcuts icons in order to fix this issue I had to cp the missing shortcut icons to /usr/share/pixmaps.
phane
lxpanel default icons lacation for menu shortcuts
lxpanel default icons lacation for menu shortcuts
Last edited by phane on Fri Aug 07, 2009 2:13 pm, edited 1 time in total.
-
- Posts: 381
- Joined: Mon Mar 23, 2009 5:14 am
Re: lxpanel default icons lacation for menu shortcuts
This was fixed in SVN r1911 which is just past 0.5.2.
Re: lxpanel default icons lacation for menu shortcuts
Marty Jack, thanks for your reply.Marty Jack wrote:This was fixed in SVN r1911 which is just past 0.5.2.
Regards
phane
Re: lxpanel default icons lacation for menu shortcuts
PCLinuxOS and Mandriva both use /usr/share/icons as a holding place for various application icons as well as /usr/share/pixmaps. Where can I look in the code to revert or patch /usr/share/icons into the search path as it worked in 0.4.x series without having to copy all the icon.png's from /usr/share/icons to /usr/share/pixmaps to get them to show in the menu and panel. Thanks for the wonderful work on LXDE.
-
- Posts: 381
- Joined: Mon Mar 23, 2009 5:14 am
Re: lxpanel default icons lacation for menu shortcuts
I released 0.5.3 yesterday, which contains this change among other important fixes.Texstar wrote:Where can I look in the code to revert or patch /usr/share/icons into the search path as it worked in 0.4.x series
Re: lxpanel default icons lacation for menu shortcuts
We are using 0.5.3. I was able to track down the reason some of our icons were not showing in the lxpanel menu. If our desktop file contains icon=frostwire.png and frostwire.png is located in /usr/share/icons the icon will not show in the lxpanel menu. If I manually edit the frostwire.desktop file in /usr/share/applications and change the icon section from icon=frostwire.png to icon=frostwire then the icon shows in the lxpanel menu. For some reason lxpanel doesn't like the .png extension.Marty Jack wrote:I released 0.5.3 yesterday, which contains this change among other important fixes.Texstar wrote:Where can I look in the code to revert or patch /usr/share/icons into the search path as it worked in 0.4.x series
-
- Posts: 381
- Joined: Mon Mar 23, 2009 5:14 am
Re: lxpanel default icons lacation for menu shortcuts
Regression for themed icon with explicit extension repaired in SVN r1939.Texstar wrote:For some reason lxpanel doesn't like the .png extension.
Re: lxpanel default icons lacation for menu shortcuts
Thank you kind sir. Eventually all of our desktop files will come in line with proper freedesktop specs as packages get updated.Marty Jack wrote:Regression for themed icon with explicit extension repaired in SVN r1939.Texstar wrote:For some reason lxpanel doesn't like the .png extension.