WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Geany missing icon in WBar  (Read 4055 times)

Offline KHarvey

  • Full Member
  • ***
  • Posts: 102
Geany missing icon in WBar
« on: September 27, 2012, 11:55:27 AM »
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.

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: Geany missing icon in WBar
« Reply #1 on: September 27, 2012, 03: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
« Last Edit: September 27, 2012, 04:12:12 PM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Geany missing icon in WBar
« Reply #2 on: September 27, 2012, 04: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
« Last Edit: September 27, 2012, 04:15:48 PM by vinnie »

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: Geany missing icon in WBar
« Reply #3 on: September 27, 2012, 04: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
« Last Edit: September 27, 2012, 04:44:18 PM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11246
Re: Geany missing icon in WBar
« Reply #4 on: September 27, 2012, 05:20:03 PM »
Hi vinnie
If it helps, here is a copy of the desktop file from the previous version.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Geany missing icon in WBar
« Reply #5 on: October 28, 2012, 04:41:02 PM »
in theory was adjusted  ;)

aus9

  • Guest
Re: Geany missing icon in WBar
« Reply #6 on: October 28, 2012, 05: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

Offline KHarvey

  • Full Member
  • ***
  • Posts: 102
Re: Geany missing icon in WBar
« Reply #7 on: April 29, 2013, 01: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.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11246
Re: Geany missing icon in WBar
« Reply #8 on: April 29, 2013, 02:03:08 PM »
Hi KHarvey
Unpack the extension using  unsquashfs, edit the file, and repack.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Geany missing icon in WBar
« Reply #9 on: April 29, 2013, 02:08:34 PM »
Or rename it, copy it to geany.desktop, edit it and add it to .filetool.lst.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Geany missing icon in WBar
« Reply #10 on: April 29, 2013, 02:31:55 PM »
or waiting for the next version of geany and remind me to fix this problem at the right time