Author Topic: (Solved) Radiotry icon in quicklaunch missing  (Read 728 times)

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4535
  • Philosophy= Bigger Hammer
(Solved) Radiotry icon in quicklaunch missing
« on: July 06, 2012, 08:12:59 AM »
been meaning to mention this.. but the radiotray icon in the quick launch area has reverted to one of those default type icons .. it still works as radiotray, just the icon picture is missing ..

tried to replace it, but it keeps going to the default type gray square with a white lining .. pc menu icon still shows the right one ..

anyone know a fix for it ?
« Last Edit: July 09, 2012, 03:50:47 AM by scoundrel »
Please Donate Today..Or I Will Make You Wish You Had

Offline longtom

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3342
  • Satellite Station Africa
Re: Radiotry icon in quicklaunch missing
« Reply #1 on: July 07, 2012, 02:38:38 AM »
New install in VBox - updated - installed radiotray.  Not sure what you mean with quick launch area - but I added it to the panel and had the correct icon.

However - when I start it up nothing is happening.  In the terminal it gives the impression it is running - but it doesn't come up in the systray.  Not sure if this is related but something is rotten ....  ;)
Regards longtom

PCLinuxOS KDE 32bit
Intel Core 2 Duo E2200 / 2.2 GHz
2GB Ram
Nvidia GT610

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4535
  • Philosophy= Bigger Hammer
Re: Radiotry icon in quicklaunch missing
« Reply #2 on: July 07, 2012, 02:51:16 AM »
sorry, not clear enough.. application launch bar.. panel
Please Donate Today..Or I Will Make You Wish You Had

Offline longtom

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3342
  • Satellite Station Africa
Re: Radiotry icon in quicklaunch missing
« Reply #3 on: July 07, 2012, 02:56:47 AM »
sorry, not clear enough.. application launch bar.. panel

Yes - I added it to an "Application Launch Bar" in the panel.  Normal icon.

Just not working when started - but that's for another day and thread.
Regards longtom

PCLinuxOS KDE 32bit
Intel Core 2 Duo E2200 / 2.2 GHz
2GB Ram
Nvidia GT610

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4535
  • Philosophy= Bigger Hammer
Re: Radiotry icon in quicklaunch missing
« Reply #4 on: July 07, 2012, 03:03:07 AM »
sorry, not clear enough.. application launch bar.. panel

Yes - I added it to an "Application Launch Bar" in the panel.  Normal icon.

Just not working when started - but that's for another day and thread.

and mine works, just no picture on the icon  ;D
Please Donate Today..Or I Will Make You Wish You Had

Offline Yankee

  • Hero Member
  • *****
  • Posts: 1489
  • In theory, theory=practice, in practice ???
Re: Radiotry icon in quicklaunch missing
« Reply #5 on: July 08, 2012, 06:46:00 PM »
What icon-theme are you using, might not be included.   If so, add
the icon to /usr/share/icons and any theme should pick it up then,
when it isn't in that particular theme for RadioTray.

Have a good one.

FF
ASUS EeePc 900HA netbook  1.6 Ghz Atom CPU  1GB RAM
160 GB internal HD    Seagate 250 GB USB portable drive 
Intel ‎Mobile 945GSE Integrated Graphics Controller
Atheros AR242x/AR542x Wireless Network Adapter
Intel (N10/ICH7 Family) High Definition Audio
Dynex 5-Button Wired Optical Mouse
LXDE

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4535
  • Philosophy= Bigger Hammer
Re: Radiotry icon in quicklaunch missing
« Reply #6 on: July 09, 2012, 03:44:35 AM »
What icon-theme are you using, might not be included.   If so, add
the icon to /usr/share/icons and any theme should pick it up then,
when it isn't in that particular theme for RadioTray.

Have a good one.

FF

copied radiotray.png into /usr/share/icons and its still not showing on the panel.. I can see it when I ad it in, but it never appears on the panel as radiotray.png.. even tried log out/in ?? 

edit: after messing with the icon themes it is now showing in the panel ??  and I am using the same theme as before?? must have needed messing with to work ?
« Last Edit: July 09, 2012, 03:52:55 AM by scoundrel »
Please Donate Today..Or I Will Make You Wish You Had

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: (Solved) Radiotry icon in quicklaunch missing
« Reply #7 on: July 09, 2012, 05:19:18 AM »
scoundrel,
The better fix, I believe, is to edit (as root) /usr/share/applications/radiotray.desktop. Change line #8 from ---     

Icon=radiotray

to ---     
Icon=/usr/share/pixmaps/radiotray.png     

or ---     
Icon=/usr/share/radiotray/images/radiotray.png     

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4535
  • Philosophy= Bigger Hammer
Re: (Solved) Radiotry icon in quicklaunch missing
« Reply #8 on: July 09, 2012, 06:01:36 AM »
scoundrel,
The better fix, I believe, is to edit (as root) /usr/share/applications/radiotray.desktop. Change line #8 from ---     

Icon=radiotray

to ---     
Icon=/usr/share/pixmaps/radiotray.png     

or ---     
Icon=/usr/share/radiotray/images/radiotray.png     

thanks dude.. that does do the trick ..  ;D
Please Donate Today..Or I Will Make You Wish You Had

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: (Solved) Radiotry icon in quicklaunch missing
« Reply #9 on: July 10, 2012, 12:50:25 AM »
You're welcome. When it comes to fixing an icon's display, an edit of the .desktop file is usually the way to go. By default, the icon line uses the name of the icon, but when it isn't displaying everywhere it should, a change to the full path will do the trick. :D