Hey there,
Joe wrote:
>Little Girl wrote:
>> Joe wrote:
[Re: view script error button]
>> That would be Chris Deckter, the original author.
>
> Thank you, Chris. That's a very useful feature that's already gotten
> me out of several pickles since Python is not my strong point.
[Re: customizable dark and light icon]
>> >I'm not sure who added that, but I think it was after Chris left.
>> >Might have been Troy or Thomas.
>>
>> My thanks to either or both of them.
>
>AFAIK, none of the devs follow this list (and Chris doesn't follow
>the project at all any more.)
>However, most of the rest, including a couple of inactive ones are
>still members of our Gitter group, so if you want to thank them,
>etc., come on over to Gitter where they will see it. Gitter is very
>slick and very easy to use.
I'll drop in some time on my Elliria account.
>Thanks for the script.
Any time.
>I didn't think of making an AutoKey script for this. Duh!
Me neither. It started out from one that was on the
https://github.com/autokey/autokey/wiki/Scripting page that I
discovered after seeing it mentioned on this list a few days ago. I
just added to it. I like the fact that it just takes the screenshot
without you having to make decisions, unlike the default MATE
screenshot interface.
>I'll play with it when I get a chance.
I look forward to it. I'll end up messing with it later, too, as my
Python skills improve. Right now I cobble together some clumsy
scripts that end up accidentally working, but could be done in a much
more elegant way by someone with a deeper understanding of Python.
>I'll have to have a good look at the CLI switches the programs offer
>to see if I can get them to do what I want.
When I use that AutoKey script, my Ubuntu MATE screenshot program
doesn't just take the screenshot and save it to the desktop the way
your Kubuntu screenshot programs do. It actually takes the screenshot
and then drops me into the final screen of the mate-screenshot
interface where it fills in the file name automatically. I still have
to click the "Save" button to finish the process, but while I'm
there, I can change the file name if I like.
I'm sure your script would work in a similar way. The man page
mentions selecting an area as one of the options, so you could script
it to put you at that point in the screenshot-taking process. I may
take a look at that a bit later today. I had to reinstall my Kubuntu
VM today and haven't yet reinstalled Shutter.
>I might also adapt the function which generates file names on the fly
>for my print2file script so I can save multiple screenshots.
That's actually a good idea for an option to add to that script in
general since I'm sure there will be others who don't want to
overwrite an existing screenshot and would rather make an incremented
or randomly-named collection of them instead.