GNOME Foundation's Stormy Peters: Trust and empower


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News GNOME Foundation's Stormy Peters: Trust and empower
# 1  
Old 08-01-2008
GNOME Foundation's Stormy Peters: Trust and empower

08-01-2008 01:00 PM
Stormy Peters recently became the executive director of the GNOME Foundation, where she is already working to raise public awareness of the GNOME desktop environment and user interface, and to attract new corporate sponsors and developers to the GNOME community. She says it was not as much a move away from her old job at OpenLogic and the for-profit business world as it was a move toward the community she's been part of for years.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

SSH Trust Testing

Hi, I want test the ssh trust between two host. It works fine if the trust is working fine but if the trust is not working fine it gets stuck. #!/bin/sh >/users/test/ssh.txt for i in `cat /users/test/host.txt`; do ssh test@$i uname -a >> /users/test/ssh.txt test=`cat... (0 Replies)
Discussion started by: Abhayman
0 Replies

2. Shell Programming and Scripting

Backup & restore Gnome Desktop and all settings in Gnome

Hi I'm looking for scripts to backup & restore Gnome Desktop and all settings in Gnome. (0 Replies)
Discussion started by: ccc
0 Replies

3. UNIX for Dummies Questions & Answers

ssh trust issue

Hi, i am setting up ssh trust setup between two servers where SVRA is a solaris box and SVRB is a Red Hat Linux. It is asking for the password all the time. I have copied over the SVRA:/home/nagios/.ssh/id_dsa.pub as authorized_keys on to SVRB:/dat01/home/nagios/.ssh/ -bash-3.00$ ssh -vvv... (4 Replies)
Discussion started by: uxadmin007
4 Replies

4. HP-UX

Not Trust Host 10.10.10.10

I get a message similar to this, in the syslog file. Actually, I am trying to let the host at 10.10.10.10 access the HP-UX system. How do I get it trusted? Thanks! (2 Replies)
Discussion started by: instant000
2 Replies
Login or Register to Ask a Question
gnome-appearance-properties(1)					   User Commands				    gnome-appearance-properties(1)

NAME
gnome-appearance-properties - configure GNOME desktop appearance SYNOPSIS
gnome-appearance-properties [--install-theme=file] [--show-page=page] [gnome-std-options] DESCRIPTION
The GNOME appearance preference tool enables you to select how your GNOME desktop is themed. The theme controls the appearance of GNOME- compliant application interface items. For example, the theme affects the appearance of buttons, scrollbar, check boxes, and so on. This preference tool can also be used to configure the background image, fonts used by the desktop, and the visual appearance of the GNOME panel. OPTIONS
The following options are supported: -i, --install-theme=file Installs the specified theme file. -p, --show-page=page Specify the page, or tab, to display. The value can be: theme, background, fonts, or interface. gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5) for more infor- mation. EXAMPLES
Example 1: Launching the gnome-appearance-properties tool example% gnome-appearance-properties EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-appearance-properties Executable for gnome-appearance-properties ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-desktop-prefs | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Preference Tools Manual Latest version of the GNOME Desktop User Guide for your platform. gnome-control-center(1), attributes(5) gnome-std-options(5) NOTES
Written by Glynn Foster, updated by Brian Cameron, Sun Microsystems Inc., 2003, 2007. SunOS 5.11 09 Nov 2007 gnome-appearance-properties(1)