<div dir="ltr"><div>Good to know, however it doesn't seem to work either way...<br></div>On a suggestion I also tried checking how it was being run with pstree, and got this: (.puush is the name of the shell script)<br><div><div><br>init(1)---login(2887)---bash(3047)---startx(18355)---xinit(18372)---ck-launch-sessi(18378)---fluxbox(18413)---.puush(29126)---pstre+<br><br></div><div>vs this when run from xterm:<br><br>init(1)---login(2887)---bash(3047)---startx(18355)---xinit(18372)---ck-launch-sessi(18378)---fluxbox(18413)---xterm(18972)---bash(18974)---.puush(29187)---pstree(29188)<br></div><div><br></div><div>So I think it's executing fine, but something about scrot or the puush upload script won't work the way fluxbox handles it, could there be an issue because it takes too long? It does have to wait for a me to select the right area, save the screenshot, upload it, and dump the resulting url to clipboard.<br></div><div><br></div><div>Thanks,<br></div><div>Clark A.<br></div><div><div><br><div class="gmail_quote">On Tue, Mar 10, 2015 at 4:12 PM Seth Miller <<a href="mailto:sethmiller.sm@gmail.com">sethmiller.sm@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Clark,<div><br></div><div>You already have the shebang at the top of your script. You don't need the sh command.</div><div><br></div><div><span style="font-size:12.8000001907349px">Control Shift 13 :exec /path/to/file.sh</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Seth Miller</span></div><img src="https://followup.cc/tracker_events/10272631/75855e4dad9381705f76f6833520bc9a/ghost.gif?email=sethmiller.sm@gmail.com" style="border:0px;width:0px;min-height:0px" height="0" width="0"></div><div class="gmail_extra"><br><div class="gmail_quote"></div></div><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 9, 2015 at 11:50 PM, Clark Andreasen <span dir="ltr"><<a href="mailto:clark.andreasen@gmail.com" target="_blank">clark.andreasen@gmail.com</a>></span> wrote:<br></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div>Not sure how much introduction is necessary here, but in any event, I've just set up a debian installation with fluxbox and I've been customizing things the way I like them, but I 've run into an issue trying to replicate the features of a program called puush under windows.<br></div>Essentially what I've done is taken <a href="https://github.com/blha303/puush-linux/blob/master/puush" target="_blank">this</a> script (although I'm using curl with -s, not -#), in combination with scrot and fluxbox to make Ctrl-Shift-4 allow me to select an area of the screen, and then pass that to puush for uploading and dump the url to the clipboard with xclip. I've been trying to run a separate shell script that looks like this:<br></div><br>#!/bin/bash<br></div>scrot -s -e 'puush $f' | xclip -selection c<br><br></div>from .fluxbox/keys using a line like this:<br><br>Control Shift 13 :exec 'sh /path/to/file.sh'<br><br></div>and after trying many different variations on that, I still can't get it to work, the hotkey works if I assign a different command to it, and running said shell script from the terminal works great, but combined, nothing happens.<br><br></div>Thanks,<br></div>Clark A.<br></div>
<br></blockquote></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org" target="_blank">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<br></blockquote></div><br></div>
______________________________<u></u>_________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org" target="_blank">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/<u></u>mailman/listinfo/tclug-list</a><br>
</blockquote></div></div></div></div></div>