Sponsored Content
Full Discussion: Linux Desktop OS
Operating Systems Linux Linux Desktop OS Post 302855187 by 3therk1ll on Thursday 19th of September 2013 10:06:18 AM
Old 09-19-2013
Thanks for the feedback mate.
Is Fedora easy enough to get stuck into? Not too different from Ubuntu/Debian environments?
 

5 More Discussions You Might Find Interesting

1. Linux

Desktop of linux server

Hi, How to get desktop of linux server in windows using putty or any other software (1 Reply)
Discussion started by: manoj.solaris
1 Replies

2. Linux

Best Linux desktop distro

I hate the fact that my first post is this. Anyhow, I've been using Linux distros such as Ubuntu, Fedora, Debian, openSUSE, and a few others for quite some time now. I've never had a problem with any distro, thus saying that they were all good in my opinion. I've been reading a lot on different... (2 Replies)
Discussion started by: Vex
2 Replies

3. What is on Your Mind?

Linux Desktop vs Windows 8

Any comments on this Windows 8 OEM specs may block Linux booting | ITworld (16 Replies)
Discussion started by: jgt
16 Replies

4. Fedora

Build Linux Desktop ?

Hi, Just trying to make a plan as to if this doable or not? Currently in the company all the desktop are Windows, users get MS-Word, some kind of Virus program. and all connected to Windows domain. If I want to do the same thiing on Linux? How would I do that? First I need to create... (3 Replies)
Discussion started by: samnyc
3 Replies

5. Red Hat

VXVM on Linux desktop

I would like to install vmvm on linux for practice My hdd is only 1 & its a intel core i5 processor which i believe is 64 bit.. Has anyone have experience of installing it on desktop ? Or any other advice to learn it ? Thanks (3 Replies)
Discussion started by: heman96
3 Replies
Gnome(3)						User Contributed Perl Documentation						  Gnome(3)

NAME
Gnome - Perl module for the Gnome libraries SYNOPSIS
use Gnome; Gnome->init('myapp'); my $app = new Gnome::App("myapp", "myapp window title"); $app->create_menus({type => 'subtree', label => '_File', subtree => [ ['item', '_Quit', undef, sub {exit}, 'stock', 'Quit'], ]}); my $canvas = new Gnome::Canvas; $canvas->set_scroll_region(0, 0, 300, 300); $canvas->set_usize(300, 300); $canvas->root->new($canvas->root, 'Rect', x1 => 10, y1 => 10, x2 => 150, y2 => 250, fill_color => '#0f0ef2', outline_color => 'black'); $app->set_contents($canvas); $app->show_all; Gtk->main; DESCRIPTION
The Gtk module allows Perl access to the widgets and other facilities in the Gnome libraries. You can find more information about Gnome on http://www.gnome.org. The Perl binding tries to follow the C interface as much as possible, providing at the same time a fully object ori- ented interface and Perl-style calling conventions. You will find the reference documentation for the Gnome module in the "Gnome::reference" manpage. More information can be found on http://gtkperl.org. AUTHOR
Kenneth Albanowski, Paolo Molaro SEE ALSO
perl(1), Gtk(3pm), Gtk::reference(3pm), Gnome::reference(3pm) perl v5.8.0 2001-06-26 Gnome(3)
All times are GMT -4. The time now is 09:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy