Add ability to choose to which Dropbox folder screenshots are uploaded

Bug #1212817 reported by Rafał Cieślak
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Shutter
New
Undecided
Unassigned

Bug Description

Currently Shutter just puts screenshots to Public, which is not exactly what I'd like to see. It'd be awesome if I could make Shutter upload those screenshots to Public/screenshots or something like that.

Revision history for this message
here (here) wrote :

Also possibly related, the public screenshots are sequentially numbered by default. This is expected behavior , as they are named the default "Selection_XXX" . However, it could easy catch someone by surprise as a security risk.

I've started renaming files uploaded to dropbox using F2 or Screenshot -> Rename , but I think it'd be sweet if files uploaded to public dropbox had a random string appended by default.

Revision history for this message
Vadim Peretokin (vperetokin) wrote : Re: [Bug 1212817] Re: Add ability to choose to which Dropbox folder screenshots are uploaded

Could you explain the security risk part for the non-informed? These are
screenshots, and you have things like timestamps already that could help
inform you of their order.

Revision history for this message
here (here) wrote :

The default filename is currently "Selection_%NNN" , where %NNN is a sequential counter. If I upload a link to a screenshot to a public forum, and it is easy to guess a link to another screenshot by changing the number at the end. ( Selection_005.png implies Selection_004 and eventually Selection_006 ) . Since I use the program for both personal and public purposes -- this could cause a personal screenshot to be easily guessed !

As it turns out, it is easily possible to add a random number to the end of the filenames in preferences , under main -> filename , by using $R, described as follows :

$R = random char (e.g. $RRRR = ag4r)

Thus the following has 3 random characters in the filename... perfect!

screenshot-%NNN-$RRR

----

I'd still support the ability to upload into a folder, feel free to ignore the whole security / random character thing.

Revision history for this message
Rémy DANIEL (dogawaf) wrote :

I would definitely like to be able to choose the destination folder on Dropbox.

Revision history for this message
Marco van Hilst (axiometry) wrote :

Branch merge request submitted-
https://code.launchpad.net/~axiometry/shutter/devel/+merge/228554

Adds ability to change the folder to which the Dropbox plugins uploads screenshots (via the "upload_folder":"Apps/Shutter" JSON key/pair in ~/.dropbox-api-config), among other changes to the plugin.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.