Sponsored Content
Full Discussion: Gnome in Solaris 9
Operating Systems Solaris Gnome in Solaris 9 Post 302394823 by jlliagre on Friday 12th of February 2010 05:16:07 PM
Old 02-12-2010
The login window has a chooser that should allow you to select CDE back.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Gnome is gone crazzy:::>>>>>>>

I don't know how but my gnome desktop icons or all gone and i dont know how to make them apear on desktop can some one tell me what can i do? (linux mandrake 8) (3 Replies)
Discussion started by: user666
3 Replies

2. UNIX for Dummies Questions & Answers

Gnome focus

Hello all, Is there a way to make sawfish window manager focus on a gui when you click it but not make it raise to the top? I know that motif and CDE (soalris) allow you to focus with out raising the windows. THANKS (2 Replies)
Discussion started by: larry
2 Replies

3. Solaris

Gnome on Solaris 10

I have just installed Gnome on Solaris 10, I am wondering how to get it listed in the “session” selection box on the login screen, as it currently isn't. Any Ideas? :o (1 Reply)
Discussion started by: Dredz
1 Replies

4. UNIX for Dummies Questions & Answers

Solaris Express Slow to load Gnome

Hi, I recently installed the latest Solaris Express Developers Edition. I'm building a NAS and want to use RAID Z, and Solaris 10 didn't have the drivers for my HD controller card. Everything is up and running fine, but I notice it takes a good 8 minutes to load gnome (or X, not sure where it... (2 Replies)
Discussion started by: ciscocbee
2 Replies

5. Solaris

How to install gnome in solaris

How to install gnome in solaris 9 and 10, how to enable java environment in solaris 9 and 10. Thanks in Advance (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

6. Solaris

I am not able to login in gnome session and java session in Sun solaris 9& 10

I am not able to login in gnome session and java session in Sun solaris 9& 10 respectively through xmanager as a nis user, I am able to login in common desktop , but gnome session its not allowing , when I have given login credentials, its coming back to login screen, what shoul I do to allow nis... (0 Replies)
Discussion started by: durgaprasadr13
0 Replies

7. Solaris

Gnome Packages on Solaris 10 u6

If my system is supposed to be a pure oracle database server can i remove all the GNOME packages from the system ? Currently system is installed with Everything+OEM and i want the image to be as small as possible remove the unnecessary softwares from it so that its a master image for other servers.... (2 Replies)
Discussion started by: fugitive
2 Replies

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

9. UNIX for Beginners Questions & Answers

Disable Solaris Gnome 3 screen blanker

One of the more annoying features of the Gnome 3 desktop in Solaris 11 is its insistence on blanking the screen after five minutes of inactivity. And for the life of me I can't figure out how to make it top doing that. I'm running it in a VNC viewer so the host PC can take care of screen... (1 Reply)
Discussion started by: Michele31416
1 Replies
Gtk2::RecentChooser(3pm)				User Contributed Perl Documentation				  Gtk2::RecentChooser(3pm)

NAME
Gtk2::RecentChooser - wrapper for GtkRecentChooser HIERARCHY
Glib::Interface +----Gtk2::RecentChooser METHODS
$chooser->add_filter ($filter) o $filter (Gtk2::RecentFilter) recentinfo = $chooser->get_current_item string = $chooser->get_current_uri $chooser->set_current_uri ($uri) o $uri (string) May croak with a Glib::Error in $@ on failure. recentfilter = $chooser->get_filter $chooser->set_filter ($filter) o $filter (Gtk2::RecentFilter) (list) = $chooser->get_items integer = $chooser->get_limit $chooser->set_limit ($limit) o $limit (integer) (filters) = $chooser->list_filters boolean = $chooser->get_local_only $chooser->set_local_only ($local_only) o $local_only (boolean) $chooser->remove_filter ($filter) o $filter (Gtk2::RecentFilter) $chooser->select_all boolean = $chooser->get_select_multiple $chooser->set_select_multiple ($select_multiple) o $select_multiple (boolean) $chooser->select_uri ($uri) o $uri (string) May croak with a Glib::Error in $@ on failure. boolean = $chooser->get_show_icons $chooser->set_show_icons ($show_icons) o $show_icons (boolean) boolean = $chooser->get_show_not_found $chooser->set_show_not_found ($show_not_found) o $show_not_found (boolean) boolean = $chooser->get_show_private $chooser->set_show_private ($show_private) o $show_private (boolean) boolean = $chooser->get_show_tips $chooser->set_show_tips ($show_tips) o $show_tips (boolean) $chooser->set_sort_func ($sort_func, $sort_data=undef) o $sort_func (scalar) o $sort_data (scalar) recentsorttype = $chooser->get_sort_type $chooser->set_sort_type ($sort_type) o $sort_type (Gtk2::RecentSortType) $chooser->unselect_all $chooser->unselect_uri ($uri) o $uri (string) (list) = $chooser->get_uris PROPERTIES
'filter' (Gtk2::RecentFilter : default undef : readable / writable / private) The current filter for selecting which resources are displayed 'limit' (integer : default -1 : readable / writable / private) The maximum number of items to be displayed 'local-only' (boolean : default true : readable / writable / private) Whether the selected resource(s) should be limited to local file: URIs 'recent-manager' (Gtk2::RecentManager : default undef : writable / construct-only / private) The RecentManager object to use 'select-multiple' (boolean : default false : readable / writable / private) Whether to allow multiple items to be selected 'show-icons' (boolean : default true : readable / writable / private) Whether there should be an icon near the item 'show-not-found' (boolean : default true : readable / writable / private) Whether the items pointing to unavailable resources should be displayed 'show-private' (boolean : default false : readable / writable / private) Whether the private items should be displayed 'show-tips' (boolean : default false : readable / writable / private) Whether there should be a tooltip on the item 'sort-type' (Gtk2::RecentSortType : default "none" : readable / writable / private) The sorting order of the items displayed SIGNALS
item-activated (Gtk2::RecentChooser) selection-changed (Gtk2::RecentChooser) ENUMS AND FLAGS
enum Gtk2::RecentSortType o 'none' / 'GTK_RECENT_SORT_NONE' o 'mru' / 'GTK_RECENT_SORT_MRU' o 'lru' / 'GTK_RECENT_SORT_LRU' o 'custom' / 'GTK_RECENT_SORT_CUSTOM' enum GtkRecentChooserError o 'not-found' / 'GTK_RECENT_CHOOSER_ERROR_NOT_FOUND' o 'invalid-uri' / 'GTK_RECENT_CHOOSER_ERROR_INVALID_URI' SEE ALSO
Gtk2, Glib::Interface COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::RecentChooser(3pm)
All times are GMT -4. The time now is 12:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy