Bug 232788

Summary: RFE: Make totem to remember screenshot location
Product: [Fedora] Fedora Reporter: Pete Zaitcev <zaitcev>
Component: totemAssignee: Bastien Nocera <bnocera>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-13 15:55:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pete Zaitcev 2007-03-17 20:19:26 UTC
Description of problem:

Every time I take a screenshot, totem insists on placing it to desktop,
regardless of what I selected before.

Version-Release number of selected component (if applicable):

totem-2.18.0-1.fc7

How reproducible:

Seems like always.

Steps to Reproduce:
1. Play a video.
2. Press Ctrl-S
3. Observe the dialog. Radio button for "Desktop" is selected.

Actual results:

Previous screenshot location is not remembered.

Expected results:

Screenshot location remembered.

Additional info:

It would be best if the screenshot location was remembered across
restarts of Totem, but I'd settle if it kept track while running
at least.

Comment 1 Bastien Nocera 2007-04-13 15:55:53 UTC
Fixed upstream in 2.19.0, which I'll upload after the F7 release.

2007-04-13  Bastien Nocera  <hadess>

        * data/Makefile.am:
        * data/screenshot.glade:
        * data/totem.schemas.in:
        * src/totem-screenshot.c: (totem_screenshot_make_filename_for_dir),
        (totem_screenshot_temp_file_create),
        (totem_screenshot_temp_file_remove), (drag_begin),
        (totem_screenshot_response), (totem_screenshot_init),
        (totem_screenshot_finalize), (totem_screenshot_new),
        (totem_screenshot_class_init):
        * src/totem-screenshot.h:
        * src/totem-uri.c: (totem_pictures_dir), (totem_add_pictures_dir):
        * src/totem-uri.h:
        * src/totem.c: (totem_action_take_screenshot):
        Kill the old screenshot dialogue, and use a simple file chooser widget
        with a preview image instead. Remember the path of where the previous
        screenshot was saved. Use the Pictures directory as the default save
        directory (Closes: RH #232788)