Sponsored Content
Operating Systems OS X (Apple) Please look at this screen shot: How do I remove this lock icon?! Post 302265508 by guptaxpn on Sunday 7th of December 2008 07:06:14 PM
Old 12-07-2008
bump?

any idea where I could get some help?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dummie Question, Can anyone take a screen shot of a UNIX system?

Since i have never seen one of these systems, i am just curious of how it looks. Btw if unix is not a GUI then is it possible to take a screenshots (4 Replies)
Discussion started by: Punk18
4 Replies

2. UNIX for Dummies Questions & Answers

unix screen shot

i would like to see an unix screen shot if anyone could take a screen shot of unix (7 Replies)
Discussion started by: royal
7 Replies

3. Solaris

Setting Screen Lock Timeout

Hello; I have Solaris 2.6 installed on many Sun AXI Ultra Sparc IIi systems. I want to set the Lock Screen global timeout for all users to 15 minutes. I read the Solaris CDE guide which instructed me to create a /etc/dt/config/C/sys.resources file and changed the timout to 15 minutes in... (1 Reply)
Discussion started by: rambo15
1 Replies

4. UNIX for Advanced & Expert Users

Lock out screen image

Can anyone explain why the pixmap that I am entering in the Dtsession is not working.. I copied the Dtsession resource file from the /usr directory to /etc/dt/app-config/C. Then I edit the file and replaced Dtlogo with my pixmap: dtsession*lockLabelPixmap.imageName: /path/to/my/pixmap.xpm... (1 Reply)
Discussion started by: rtoba
1 Replies

5. Red Hat

screen lock problem

hi friends i have a small problem,in my redhat enterprise linux system screen lock is not working if i click screen lock no action takes place... so is there any solution to fix this problem or any alternate method available please let me know.... waiting for replys....... thanks... (2 Replies)
Discussion started by: madhusudankh
2 Replies

6. Shell Programming and Scripting

remove a 350 files in one shot

i have a dir called logs. In it i have some 350 files how to move all those files from directory logs to a new dir called archive I want to do it in single shot Below the command i m trying but not getting find . -name "CurrentCollector*" -exec mv {} archive \;... (2 Replies)
Discussion started by: ali560045
2 Replies

7. Red Hat

command line tool to disable screen lock and/or screen saver

Hi, I have a simple question : how to disable screen lock and/or sreen saver with command line with RHEL5.4 ? (1 Reply)
Discussion started by: albator1932
1 Replies

8. Windows & DOS: Issues & Discussions

Screen Lock Captures Desktop

Every time my system kicks into screen lock mode, it first takes a snapshot of the desktop and then uses that as the screen lock background. This wouldn't normally be much of an issue except it's on a sensitive/classified system. Any ideas? (2 Replies)
Discussion started by: scottwevans
2 Replies

9. Red Hat

Problem with screen lock

I'm having a weird problem with a RHEL6 workstation. When the screen lock is activated manually the system will lock and the screens will go blank. Once I try to unlock the system, the monitor will just flicker and won't respond. I tried the combination CTRL, ALT, Backspace and it did not work,... (4 Replies)
Discussion started by: goose25
4 Replies
MrmFetchIconLiteral(library call)										 MrmFetchIconLiteral(library call)

NAME
MrmFetchIconLiteral -- Fetches an icon literal from a hierarchy SYNOPSIS
#include <Mrm/MrmPublic.h> Cardinal MrmFetchIconLiteral( MrmHierarchy hierarchy_id, String index, Screen *screen, Display *display, Pixel fgpix, Pixel bgpix, Pixmap *pixmap); DESCRIPTION
The MrmFetchIconLiteral function fetches an icon literal from an MRM hierarchy and converts the icon literal to an X pixmap. hierarchy_id Specifies the ID of the UID hierarchy that contains the specified icon literal. The hierarchy_id was returned in a previous call to MrmOpenHierarchyPerDisplay. index Specifies the UIL name of the icon literal to fetch. screen Specifies the screen used for the pixmap. The screen argument specifies a pointer to the Xlib structure Screen, which contains the information about that screen and is linked to the Display structure. For more information on the Display and Screen struc- tures, see the Xlib function XOpenDisplay and the associated screen information macros. display Specifies the display used for the pixmap. The display argument specifies the connection to the X server. For more information on the Display structure, see the Xlib function XOpenDisplay. fgpix Specifies the foreground color for the pixmap. bgpix Specifies the background color for the pixmap. pixmap Returns the resulting X pixmap value. The function allocates space for this pixmap. The application is responsible for managing the allocated space. The application can recover the allocated space by calling XmDestroyPixmap. RETURN
This function returns one of the following status return constants: MrmSUCCESS The function executed successfully. MrmBAD_HIERARCHY The hierarchy ID was invalid. MrmNOT_FOUND The icon literal was not found in the hierarchy. MrmWRONG_TYPE The caller tried to fetch a literal of a type not supported by this function. MrmFAILURE The function failed. RELATED
MrmFetchBitmapLiteral(3), MrmOpenHierarchyPerDisplay(3), MrmFetchLiteral(3), MrmFetchColorLiteral(3), and XOpenDisplay(3). MrmFetchIconLiteral(library call)
All times are GMT -4. The time now is 12:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy