Lost the log off, power down, etc. icon!


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Lost the log off, power down, etc. icon!
# 1  
Old 03-18-2009
Lost the log off, power down, etc. icon!

I had a purge of applications on my Ubuntu 8.10 install and lost the above mentioned icon from the toolbar, yes I know I should have left it alone!

I have managed to find and install a shutdown icon and a separate shutdown, restart,etc icon uing the synaptic package manager but they are not the original.

Can someone please tell me the name of the original application that I need to reinstate?

Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Log of lost internet connections

I am having a big problem with lost internet connections with my DSL. I would like to create a log to be able to show the technician when he comes next week. I would like for it to only log pings that generate 100% packet loss. Thanks.. This script generates all ping attempts including... (4 Replies)
Discussion started by: drew77
4 Replies

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

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

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

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

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. Filesystems, Disks and Memory

Lost Data Lost Admin

First time so excuse my ignorance please. I may not be accurately describing the issue. I have inherited a small lab mostly SUN V120s. We lost power and are trying to recover. Nope no backups... The primary issue I have is 1 box is an Oracle Server. It has 2 36Gb harddrives. I am able to... (3 Replies)
Discussion started by: murphsr
3 Replies

8. 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
DtDndCreateSourceIcon(library call)									       DtDndCreateSourceIcon(library call)

NAME
DtDndCreateSourceIcon -- create a drag source icon SYNOPSIS
#include <Dt/Dnd.h> Widget DtDndCreateSourceIcon( Widget parent, Pixmap pixmap, Pixmap mask); DESCRIPTION
The DtDndCreateSourceIcon function creates a Motif drag icon, named sourceIcon, based on the characteristics of the pixmap argument. The resulting drag icon is suitable for use with DtDndDragStart(3). The parent argument is the parent of the drag icon. Typically this widget is the drag source. The pixmap argument is the pixmap representation of the data to be dragged. The mask argument is the mask for the pixmap. When it calls XmCreateDragIcon(3), the DtDndCreateSourceIcon function sets Motif resources in the drag icon; the application must not mod- ify the values of any of these resources: o XmNwidth o XmNheight o XmNpixmap o XmNmask o XmNdepth RETURN VALUE
Upon successful completion, the DtDndCreateSourceIcon function returns a drag icon created by calling XmCreateDragIcon(3) with the charac- teristics of the pixmap; otherwise, it returns NULL. SEE ALSO
Dt/Dnd.h - DtDnd(5), DtDndDragStart(3), XmCreateDragIcon(3), XmDragIcon(3), XmDragStart(3), XtDestroyWidget(3). DtDndCreateSourceIcon(library call)