Roger / escrotum

Linux screen capture using pygtk, inspired by scrot
GNU General Public License v3.0
214 stars 22 forks source link

continues working after command execution #29

Closed zzhanabek closed 7 years ago

zzhanabek commented 8 years ago

Here is the problem with clipboard. Hotkey printSc executes escrotum -s -C and it is creates copies of himself after executing command: image So, in the terminal image Stops after executing another copy of app through hotkey, in my case here How to kill copies?

Sorry for further terminological and language grammar mistakes

egyptianbman commented 8 years ago

Here is how I call it:

timeout 60 escrotum -s -C

As part of my i3 configs, I do:

bindsym $mod+Print exec --no-startup-id timeout 60 escrotum -s -C
Roger commented 8 years ago

I think the problem is that you are starting multiple escrotums that never releases the selection, and the new ones never quits because of that, should be fixed here https://github.com/Roger/escrotum/commit/0d3cc30d1346e6e5ac45eb6c343025fe5bfcb3c0

Roger commented 7 years ago

Reopen if this still happens