Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: KHarvey on September 27, 2012, 02:55:27 PM

Title: Geany missing icon in WBar
Post by: KHarvey on September 27, 2012, 02:55:27 PM
On a fresh install of TC 4.6.1 I installed the following:
Chrome
Apache2
PHP5
Python
Firfox
MySQL
Geany

Upon the installation of Geany I noticed that a WBar icon was not created.  I installed everything on boot, and I tried removing and reinstalling it, and still had the same problem.  It's not a huge deal since I can create one myself, but thought I would let someone know.
Title: Re: Geany missing icon in WBar
Post by: AbNoRMiS on September 27, 2012, 06:56:47 PM
just maintainer forgot to add line
Code: [Select]
X-FullPathIcon=/usr/local/share/pixmaps/geany.pngto /usr/local/share/applications/geany.desktop when updating geany.tcz
if you don't want to wait for fix you can do it yourself and then adding geany.desktop to backup
Code: [Select]
echo "usr/local/share/applications/geany.desktop" >> /opt/.filetool.lst
Title: Re: Geany missing icon in WBar
Post by: vinnie on September 27, 2012, 07:13:22 PM
as soon as I have time I try to fix the problem!

P.s.I did not know that thist string had that scope
Title: Re: Geany missing icon in WBar
Post by: AbNoRMiS on September 27, 2012, 07:41:37 PM
unfortunately this is not specified in manual for create extensions
http://wiki.tinycorelinux.net/wiki:creating_extensions
but about this can be found here
http://wiki.tinycorelinux.net/wiki:iconmenuinfo
or take as sample already created extensions
Title: Re: Geany missing icon in WBar
Post by: Rich on September 27, 2012, 08:20:03 PM
Hi vinnie
If it helps, here is a copy of the desktop file from the previous version.
Title: Re: Geany missing icon in WBar
Post by: vinnie on October 28, 2012, 07:41:02 PM
in theory was adjusted  ;)
Title: Re: Geany missing icon in WBar
Post by: aus9 on October 28, 2012, 08:37:30 PM
AbNoRMiS

I am not an expert, but have adjusted first wiki to link to menu/icon wiki and added your example line in icon wiki
Title: Re: Geany missing icon in WBar
Post by: KHarvey on April 29, 2013, 04:59:29 PM
Sorry to bring this one back from the dead, but out the last 3 TC builds that I have done 2 of them have been missing the Geany icon in Wbar.  I may have manually added the Geany icon using OnDemand for the 3rd, as it has been a while since I built that one.

AbNoRMiS
I tried your fix by editing the geany.desktop, but so far I have been unable to edit that file.  It is a read-only file (even with sudo).  I have not played with the permissions on it yet, as I didn't want to break geany, since it does work from the CLI.
Title: Re: Geany missing icon in WBar
Post by: Rich on April 29, 2013, 05:03:08 PM
Hi KHarvey
Unpack the extension using  unsquashfs, edit the file, and repack.
Title: Re: Geany missing icon in WBar
Post by: gerald_clark on April 29, 2013, 05:08:34 PM
Or rename it, copy it to geany.desktop, edit it and add it to .filetool.lst.
Title: Re: Geany missing icon in WBar
Post by: vinnie on April 29, 2013, 05:31:55 PM
or waiting for the next version of geany and remind me to fix this problem at the right time