Add more icon for logout


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Add more icon for logout
# 1  
Old 11-07-2003
Add more icon for logout

Suggestion:
Can all pages add a icon for logout? I just found that only the main page has it.Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

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. 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

6. 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

7. UNIX for Dummies Questions & Answers

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... (1 Reply)
Discussion started by: Reza Nazarian
1 Replies
Login or Register to Ask a Question
gtrayicon(1)						      General Commands Manual						      gtrayicon(1)

NAME
gtrayicon - Generic tray icon for GNOME DESCRIPTION
Generic tray icon for GNOME is a small utility which allows to add a icon to the system tray that can be used to trigger customized enable/disable actions. OPTIONS
--tooltip=string string to appear as tooltip --activate=cmd activate command --deactivate=cmd deactivate command --activate-icon=icon-path icon to show for 'activate' action --deactivate-icon=icon-path icon to show for 'deactivate' --menu-file=menu-path custom menu to display for right button --activated start in 'activated' state (default: 'deactivated' state) EXAMPLE
Activate action: start webfs (web server) setting a pid file Deactivate action: kill that webfs instance gtrayicon --activate="/usr/bin/webfsd -k /tmp/pid.file -r /var/www" --deactivate="cat /tmp/pid.file | xargs -ipid kill -TERM pid" MENU
For an example on how to write a menu file,see /usr/share/doc/gtrayicon/examples/sample.menu SEE ALSO
Website: http://gtrayicon.sourceforge.net/ AUTHOR
Gtrayicon was written by Javier Valencia (javiervalencia80 at gmail.com) This Man page was written by Taylor LeMasurier-Wren <ripps818@gmail.com> gtrayicon(1)