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
CERVISIA(1)							     Cervisia							       CERVISIA(1)

NAME
Cervisia - Graphical CVS frontend SYNOPSIS
cervisia [ --display display ] [ --caption caption ] [ --icon icon ] [ --miniicon miniicon ] [ --config filename ] [ --dcopserver server ] [ --nocrashhandler ] [ --waitforwm ] [ --style style ] [ --geometry geometry ] [ --resolve filename ] [ --log filename ] [ --annotate filename ] [ directory ] DESCRIPTION
Cervisia is a graphical user interface for the Concurrent Versions System. It is based on the KDE libraries and therefore shares their Look'n'Feel, configuration and help system. OPTIONS
Cervisia accepts the following options: directory Tells Cervisia to open the sandbox in directory at startup --resolve filename Shows a resolve dialog for the given file --log filename Shows a log dialog for the given file --annotate filename Shows a annotation dialog for the given file --caption caption Sets the caption, i. e. what is shown in the title bar --icon icon Sets the program's icon (used by window managers and panels) --miniicon miniicon Sets the program's mini icon (used by window managers and panels) --config filename Uses the given file for the configuration --dcopserver server Sets the dcopserver the program should use --nocrashhandler Disables the crash handler. Use this to get core dumps --waitforwm Waits for a WM_NET compatible windowmanager --style style Sets the application GUI style --geometry geometry Sets the geometry of the main window FILES
_KDECONFDIR_/cervisiarc - global configuration file $HOME/.kde/share/config/cervisiarc - user-specific configuration file SEE ALSO
_KDEHTMLDIR_/en/cervisia/index.html cvs(1) http://cervisia.kde.org/ AUTHOR
Cervisia was originally developed by Bernd Gehrmann and is now maintained by Christian Loose <christian.loose@kdemail.net>. REPORTING BUGS
Report bugs at http://bugs.kde.org. 2.4.0 2007-04-29 CERVISIA(1)