html GUI default icon fades out

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) html GUI default icon fades out
# 1  
Old 10-24-2011
html GUI default icon fades out

i have a html file with a default Apple supplied Safari icon that does a slow soft fade out, when i open a directory in the same directory of Documents in the usr account. And when i do close the same said directory the html file does a quick and fast fade out and back to its origin.
I did a mdls of the html file:
kMDItemContentType = "public.html"
kMDItemFSFinderFlags = 16
kMDItemFSHasCustomIcon = 0
kMDItemFSInvisible = 0
kMDItemFSIsExtensionHidden = 1
kMDItemFSIsStationery = 0
kMDItemFSLabel = 0
kMDItemFSNodeCount = 0
kMDItemFSOwnerGroupID = 80
kMDItemFSOwnerUserID = 502
kMDItemFSSize = 14427
kMDItemFSTypeCode = ""
kMDItemKind = "HTML document"

is there any utility, program, or ? available to run on the command line that would reveal why the activity of fading out is taking place.
O, the html file has its origin in textmate, but that does not show in mdls. i did not go into any options obviously. always in a hurry.
The other thing that came to my mind while on the way to the cafe to post this is that the html page is a collection of words to use in the command line , utility`s, programs etc. studying bash. i have used the code tags where i would assume they are needed, but i wonder if there are command line reserved words that i do not know of that are playing with the system.
any feed back ??.
Thank you.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

2. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies
Login or Register to Ask a Question
WM-ICONS-CONFIG(1)					      General Commands Manual						WM-ICONS-CONFIG(1)

NAME
wm-icons-config - show and set configuration for wm-icons SYNOPSIS
wm-icons-config [options] NAME [ICON_SET] ... DESCRIPTION
This show wm-icons package configuration, and the list of installed icon sets. It also is used to set aliases to icon-sets in system or user space. In the synopsis above, NAME is icon alias name, ICON_SET is icon set directory (for example: mini 16x16-default). If NAME already exists as an alias, it is not overwritten, unless the --force option is given. Explicit NAMEs override --defaults. Just the alias names are given for --which and --remove options. OPTIONS
Informational options: display info and exit --help Print a short usage message --version Show version number and exit --inst-dir Show wm-icons installed icon directory and exit --user-dir Show wm-icons user icon directory and exit --show-defaults Show default aliases and exit --show-aliases Show the aliases currently present. One of --global, --personal, --user-dir must be given --show-sets Show a list of installed icon sets Directory selection options: precisely one of these must be given --global Set up global (system-wide) links in the base dir --personal Set up personal links in ~/.wm-icons --user-dir=USER_DIR Set up links in USER_DIR Choice of links: at least one of these must be given --defaults Set up default aliases, as shown by --show-defaults Extra options --remove Remove the symlinks rather than creating them, return (0, 1) --which Show the icon set for the given alias(es), return (0, 1) --quiet Do not output results of alias manipulating to stdout --force Force overwriting of existing symlinks BUGS
None known. AUTHORS
Mikhael Goikhman <migo (at) cpan.org> and others (see file AUTHORS). This manual page was initially written by Manoj Srivastava <srivasta@debian.org>, for the Debian GNU/Linux system. 09-Apr-2006 WM-ICONS-CONFIG(1)