Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File doesn't saving using -C modifer #72

Open
PoSayDone opened this issue Feb 12, 2021 · 3 comments
Open

File doesn't saving using -C modifer #72

PoSayDone opened this issue Feb 12, 2021 · 3 comments

Comments

@PoSayDone
Copy link

PoSayDone commented Feb 12, 2021

Kernel version: linux-5.10.14.arch1-1
Escrotum version: escrotum-git 0.2.1.r48.a41d0f1-1
Python version: python-3.9.1-2

Using this, file isn't saving and isn't going to clipboard
escrotum -s -C '~/Pictures/Screenshots/screenshot_%d.%m.%Y_%H:%M:%S.png'

That works okay
escrotum -s '~/Pictures/Screenshots/screenshot_%d.%m.%Y_%H:%M:%S.png'

moritzschaefer referenced this issue Aug 11, 2021
this allow to copy the image dirctly to aplications like gimp,
escrotum keeps open until other aplication owns the clipboard
@moritzschaefer
Copy link

Although I don't agree with this design decision, this seems to be intended and has been so for 7 years now (I referenced the commit/code line). Workaround should be:
escrotum -e 'xclip -selection clipboard -t image/png -i $f'

@Roger
Copy link
Owner

Roger commented Aug 11, 2021

I totally agree that the design decision was not the best, this should copy to clipboard and save to disk or at least throw an error because the combination of those flags is not supported. Sorry that I'm not giving support to escrotum, but I had not much time and I'm not even using it anymore, since I've moved to wayland.

I wouldn't mind to give maintenance to another developer that is interested and have free time to work on it, already have an issue about help wanted, but that ended up in mostly getting packagers for it, that is not a bad thing, but without having an active project addressing problems, the fate is like the old scrot.

Sorry for hijacking the conversation to talk about maintenance!

@moritzschaefer
Copy link

Don't worry for OT, I understand the struggle. Unfortunately I can't jump in neither.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants