Find the answer to your Linux question:
Results 1 to 9 of 9
Seems simple but i couldn't get it....
  1. #1
    Linux User GNU_man's Avatar
    Join Date
    Apr 2005
    Location
    Canada, eh
    Posts
    284

    How do you grab a desktop screenshot with GNOME?

    Seems simple but i couldn't get it.
    PTL x10 Hallelujah!
    AMD Athlon XP 2600+ 512MB RAM Dual 80G WD HD 8MB Cache (1 WinXP Home, 1 CentOS 4.2) GeForce Ti4200 128MB SB Live! 5.1
    Registered Linux user #391521

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Isn't there a 'Save Screenshot' option on the Actions menu? Have you tried that / or is it there for you?

  3. #3
    Just Joined!
    Join Date
    Jul 2005
    Location
    NH
    Posts
    41
    The print screen button on the keyboards been working for me and I can't recall setting it up that way. Try that out. It's the one to the left of the scroll lock...just in case you weren't sure.

  4. #4
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Two ways...

    1. Desktop > Take Screenshot

    2. Open a terminal and input:
    Code:
    $ gnome-panel-screenshot
    With options for active window only w/delay of 5 seconds:
    Code:
    $ gnome-panel-screenshot --window --delay=5
    It may be that your sole purpose in life is simply to serve as a warning to others.

  5. #5
    Linux User
    Join Date
    Sep 2003
    Posts
    254
    lo
    Code:
    apt-get install image-magick
    Code:
    import -window urscreen.png
    It's a very powerful tool to take screens, frames and so on...see man import

  6. #6
    Linux Newbie
    Join Date
    Jul 2005
    Posts
    138
    use ksnapshot

  7. #7
    Linux Newbie
    Join Date
    Jul 2005
    Location
    Turn Around
    Posts
    202
    lol ksnapshot is for KDE...

  8. #8
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Quote Originally Posted by DoctorDan
    lol ksnapshot is for KDE...
    Not a bad idea really since many users run both environments.
    It may be that your sole purpose in life is simply to serve as a warning to others.

  9. #9
    Just Joined! leverknight1's Avatar
    Join Date
    Jul 2005
    Posts
    32
    if you right click on the gnome panel then select add to panel select the take screenshot it shoud have a camera for an icon.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •