Results 1 to 5 of 5

Thread: Screenshots with lubuntu?

  1. #1
    Join Date
    May 2010
    Location
    Sacramento, United States
    Beans
    99
    Distro
    Ubuntu 10.04 Lucid Lynx

    Screenshots with lubuntu?

    How do I take a screenshot in lubuntu?

  2. #2
    Join Date
    May 2010
    Location
    Sacramento, United States
    Beans
    99
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Screenshots with lubuntu?

    I figured it out:

    Code:
    gnome-screenshot --delay 5

  3. #3
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Screenshots with lubuntu?

    lubuntu uses scrot for screenshots. you can "man scrot" for the manual.

    delay would be "scrot -d 5".

    i'm guessing you installed gnome if you have gnome-screenshot.

  4. #4
    Join Date
    Jun 2009
    Beans
    262
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Screenshots with lubuntu?

    mtPaint makes a lovely screenshot.

    Menu/Graphics/Grab screenshot

    Copy/paste code to text file.
    Save as mtpaint-grab.desktop to /usr/share/applications

    Code:
    [Desktop Entry]
    Encoding=UTF-8
    Name=Grab screenshot
    Exec=mtpaint -s
    Icon=/usr/share/icons/gnome/scalable/devices/camera.svg
    Type=Application
    Terminal=false
    Categories=Application;Graphics;

  5. #5
    Join Date
    Aug 2009
    Beans
    Hidden!

    Re: Screenshots with lubuntu?

    @kerry_s
    scrot is great for what i need.
    thanx!

Tags for this Thread

Bookmarks

Posting Permissions

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