You are not logged in.
When I run scrot from a Terminal or from a run dialog box (Alt+F2), I don't have any problems, but when I run it from the menu, I get a pop-up box like this:
Uploaded with ImageShack.us
Any ideas as to why this is occurring?
mikhou
Offline
Post output of
grep -EiA30 'take screenshot' ~/.config/openbox/menu.xmlbootinfoscript - emacs primer - I ♥ #!
Offline
Here you go.
mike@crunchbang:~$ grep -EiA30 'take screenshot' ~/.config/openbox/menu.xml
<menu id="graphicsScreenshots" label="Take Screenshot">
<item label="Screenshooter">
<action name="Execute">
<execute>
xfce4-screenshooter
</execute>
</action>
</item>
<separator label="scrot"/>
<item label="Now">
<action name="Execute">
<execute>
scrot
</execute>
</action>
</item>
<item label="In 5 Seconds...">
<action name="Execute">
<execute>
scrot -d 5 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ & viewnior ~/images/$f'
</execute>
</action>
</item>
<item label="In 10 Seconds...">
<action name="Execute">
<execute>
scrot -d 10 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ & viewnior ~/images/$f'
</execute>
</action>
</item>
<item label="Selected Area... (click & drag mouse)">
mike@crunchbang:~$
Offline
Does it work if you replace '&' by '&&'?
bootinfoscript - emacs primer - I ♥ #!
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.