topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 7:17 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Alias icon not showing  (Read 25289 times)

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Alias icon not showing
« on: July 13, 2007, 08:45 AM »
I've got the following alias but the google icon is now showing! I took the icon part of the alias from the core-search alias for google without modification so don't know what I am doing wrong.

1000>>>Feeling Lucky>->Google - $$1 | http://www.google.co.uk/search?hl=en&q=$$1&btnI=I%27m+Feeling+Lucky /ICON=icons\google.ico>+>^!(.*)>/>24762

It allows you to type !youtube batman to quickly launch a I feel Lucky google.co.uk search for "youtube batman", it's very quick.
2007-07-13_144633.png
Compared to the default search:
2007-07-13_144737.png
Latest FARR2 updatd via DCUpdater.
« Last Edit: July 13, 2007, 01:01 PM by justice »

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #1 on: July 14, 2007, 03:30 PM »
am i doing something wrong?

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #2 on: July 14, 2007, 04:22 PM »
am i doing something wrong?

Version 2.00.129 - July 13th, 2007
  [bugfix] alias results with urls were showing \ICON in results
-farr's help file
Isn't this the bug you mention in this thread?
Still not solved?


justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #3 on: July 14, 2007, 06:15 PM »
using 2.00.130 No it's still not working. It no longer shows the /icon in results but the icon is still not showing either.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Alias icon not showing
« Reply #4 on: July 14, 2007, 09:49 PM »
it's not really a bug -- the path to the icon is taken as relative to the current alias file directory.
so you need to put the icon file inside your myalias.alias directory (in a subfolder names icons in your case) for it to find it.

hamradio

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 825
  • Amateur Radio Guy
    • View Profile
    • HamRadioUSA.net
    • Read more about this member.
    • Donate to Member
Re: Alias icon not showing
« Reply #5 on: July 14, 2007, 10:28 PM »
The custom icons have to be in the directory of your alias file or in a sub directory off from it (which is what I did for the core aliases), so if you want google icon. Just create a icons directory inside the myaliases.alias directory and copy the google icon from the core alias icons directory. :)

Even More Information Tip:

To find icons, look in the core alias icon directory first and copy it to your alias directory; if you don't find what you are looking for, you'll have to find an icon somewhere or make one yourself. 
A good trick to finding icons for a web site is by going to the site url + favicon.ico (Ex. http://www.example.com/favicon.ico or http://this.website.com/favicon.ico).  If it doesn't find it then you will have to dig deeper by visiting the site then viewing the source code and see if the favicon is specified in it and piece the url together. :)

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #6 on: July 15, 2007, 08:55 AM »
cheers everyone

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #7 on: June 11, 2008, 02:51 PM »
I just tried creating some alias files with icons for the sites using Html View Mode listed in this thread. But when testing I can't get the icons to display.

example:
<?xml version="1.0" encoding="Legacy" ?>
<!-- This file defines aliases for use by the Find and Run Robot program (https://www.donationcoder.com/Software/Mouser/findrun/index.html). -->
<FarrAliasFile>
    <FileFormatVersion>1</FileFormatVersion>
    <AliasSetDescription>aliases using Html View Mode to display web content</AliasSetDescription>
    <AliasEntry>
        <AliasText>time</AliasText>
        <Score>1000</Score>
        <Regex>^time$</Regex>
        <Results>
            <Result>Internal Surf to exacttimenow | htmlviewurl http://exacttimenow.com/ /ICON=icons\exacttimenow.ico</Result>
        </Results>
    </AliasEntry>
</FarrAliasFile>

directory structure:
FindAndRunRobot\AliasGroups\MyCustom\HtmlViewMode\exacttimenow.alias
FindAndRunRobot\AliasGroups\MyCustom\HtmlViewMode\icons\exacttimenow.ico

When running the alias it looks like this:
icon.png
edit: I just noticed that I have the same problem when doing a regular igo ____ . I don't pay much attention to the icons so I haven't thought about that before.
icon2.png
edit2: tried a clean reinstall of FARR. Didn't help.
BTW mouse, on second launch after reinstall FARR displays this traytip. The blue link is mistakenly placed behind the text, right?
traytip.png
« Last Edit: June 11, 2008, 03:33 PM by Nod5 »

bubi

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #8 on: March 08, 2009, 01:10 PM »
*bump*

My 2nd post and my 1st problem. I don't get these Alias' icons working too.
It's not really a problem, but it would be a nice eye candy.


bubi

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #9 on: March 10, 2009, 05:31 PM »
Nobody any idea?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Alias icon not showing
« Reply #10 on: March 10, 2009, 05:38 PM »
let me look into it and see if i can reproduce.
one thing you could check for me is if windows explorer shows the icon when you go into that icon directory and browse the icon files.

bubi

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #11 on: March 10, 2009, 07:01 PM »
I only see the icons if I select Explorer-View > Thumbnails (not all). With View > Icons I see the Default-Software Icon for the file extension.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Alias icon not showing
« Reply #12 on: March 10, 2009, 07:09 PM »
and i notice that even in thumbnail mode, some are showing generically.. seems like it might be related to the problem..

bubi

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #13 on: March 10, 2009, 07:16 PM »
Hmmm, with FreeCommander I see all thumbnails.

Do you think it's because of my pimped Winexplorer?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Alias icon not showing
« Reply #14 on: March 10, 2009, 07:28 PM »
i wonder if this has to do with a registry setting changing the default size of small and large icons; farr assumes 16x16 for small and 32x32 for large.. i wonder if changing this setting in windows can cause the problem..

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Alias icon not showing
« Reply #15 on: March 10, 2009, 07:32 PM »
what operating system are you using?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Alias icon not showing
« Reply #16 on: March 10, 2009, 07:36 PM »
some useful finds on the web that may be related:

seems like it has to do with icon cache.

bubi

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #17 on: March 11, 2009, 03:11 AM »
The tips from the internet didn't help but they put me in the right direction.

I launched my picure viewer and unbind the .ico extension and voila everything is ok. :)

Now I also see the special icons with every view in Winexplorer. :D

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Alias icon not showing
« Reply #18 on: March 11, 2009, 03:16 AM »
so everything is showing properly in farr now? that's great.
and now we know what to look for next time it happens.

now what picture viewer were you using that caused all this trouble?

bubi

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7
    • View Profile
    • Donate to Member
Re: Alias icon not showing
« Reply #19 on: March 11, 2009, 03:39 AM »
I don't think it's the fault of the special picture viewer but file associations with viewers in general.

But I'm using ACDSee Foto-Manager.