Sponsored Content
Full Discussion: Change an Icon
Top Forums UNIX for Dummies Questions & Answers Change an Icon Post 9468 by Reza Nazarian on Saturday 27th of October 2001 12:14:17 PM
Old 10-27-2001
Question Change an Icon

Dear Experts
I have made an Icon and now I am going to change a file Icon to new one. I am using Solaris 8.
1- What is the best format to save an Icon
2- How can I change the Icon of a certain type or just one file or folder to the new Icon which I have designed.
Any advises would be highly appreciated.
Best Regards
Reza Nazarian
 

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Add more icon for logout

Suggestion: Can all pages add a icon for logout? I just found that only the main page has it.:) (0 Replies)
Discussion started by: tikual
0 Replies

2. UNIX for Dummies Questions & Answers

Create Icon

Dear Gurus, I have a question. I have juz created an icon for my user. When I try to run the application (ie double-click) there are nothing being activated. This is the content of the TEST_APP.dt ACTION TEST_APP { LABEL TEST_APP TYPE COMMAND ... (0 Replies)
Discussion started by: lweegp
0 Replies

3. AIX

Aixterm icon placement?

Hi, I'm using xterm and aixterm with Mwm on AIX, and having trouble controlling icon placement when minimising windows. Basically when I run an xterm or aixterm I want to be able to specify where the icon will be if minimised. The man page mentions the "#geometry Geometry" option to aixterm,... (1 Reply)
Discussion started by: cunningdavid
1 Replies

4. UNIX Desktop Questions & Answers

Controlling icon placement?

Hi, I'm using xterm and aixterm with Mwm on AIX, and having trouble controlling icon placement when minimising windows. Basically when I run an xterm or aixterm I want to be able to specify where the icon will be if minimised. The man page mentions the "#geometry Geometry" option to aixterm,... (1 Reply)
Discussion started by: cunningdavid
1 Replies

5. Post Here to Contact Site Administrators and Moderators

New Icon

Hi, I just observed we have a new icon (the "ULF" thing) for the forum. Its really nice to see continuous changes to make things better; whether it's small or big. Appreciations to all moderators and admins. Regards, Anchal Khare (2 Replies)
Discussion started by: clx
2 Replies

6. OS X (Apple)

Change app Icon when script is completed.

In a recent topic, I asked how I could run a shell code without having to deal with terminal opening. What I'm trying to accomplish now is to make my app change it's icon when the code is complete. (With complete I mean when the process is done.) Thanks in advance. :) (10 Replies)
Discussion started by: ShadowofLight
10 Replies

7. UNIX for Dummies Questions & Answers

icon

up graded lost log out power off icon how reinstall:wall: (2 Replies)
Discussion started by: flight
2 Replies

8. OS X (Apple)

Shell Script to change desktop short cut Icon

I have installed my flash application using shell script. I have created short cut to desktop. Now i want to change the default short cut Icon. Please tell me script to change the short cut icon. ---------- Post updated at 12:54 AM ---------- Previous update was at 12:33 AM ---------- Working... (0 Replies)
Discussion started by: rohaneee
0 Replies

9. Shell Programming and Scripting

Is it possible to change shell icon?

I have an application that runs through bash shell and i want to change the shell icon , so when i copy my application to another computer the shell can still run , can i do that ? because i try with .desktop its failed (0 Replies)
Discussion started by: caladblog
0 Replies
img-ico(3tk)															      img-ico(3tk)

NAME
img-ico - Img, Windows Icon Format (ico) SYNOPSIS
package require Tk package require img::ico ?1.3? image create photo ?name? ?options? DESCRIPTION
The package img::ico is a sub-package of Img. It can be loaded as a part of the complete Img support, via package require Img, or on its own, via package require img::ico. Like all packages of Img it does not provide new commands, but extends the existing Tk command image so that it supports files containing raster images in the Windows Icon Format (ico). More specifically img::ico extends Tk's photo image type. The name of the new format handler is ico. This handler provides new additional configuration options. See section ICO OPTIONS for more detailed explanations. All of the above means that in a call like image create photo ?name? ?options? [1] Image data in ico format (options -data and -file) is detected automatically. [2] The format name ico is recognized by the option -format. In addition the value for the option is treated as list and may contain any of the special options listed in section ICO OPTIONS. SUPPORTED ICO TYPES
1-bit pixels: Black and White. 4-bit pixels: Grayscale or indexed. 8-bit pixels: True-color (RGB, each channel 8 bit). List of currently supported features: Type | Read | Write | | -file | -data | -file | -data | ---------------------------------------- 1-bit | Yes | Yes | No | No | 4-bit | Yes | Yes | No | No | 8-bit | Yes | Yes | Yes | Yes | ICO OPTIONS
The handler provides the following options: -verbose bool This option is supported for reading and writing. If set to true, additional information about the loaded/stored image is printed to stdout. Default is false. -index n This option is supported for reading only. Read the n'th image. The first image is at index 0. Default is 0. SEE ALSO
img-bmp, img-gif, img-ico, img-intro, img-jpeg, img-pcx, img-pixmap, img-png, img-ppm, img-ps, img-sgi, img-sun, img-tga, img-tiff, img- window, img-xbm, img-xpm KEYWORDS
ico, image handling, tk COPYRIGHT
Copyright (c) 1995-2003 Jan Nijtmans <nijtmans@users.sourceforge.com> Img 1.3 img-ico(3tk)
All times are GMT -4. The time now is 06:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy