SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-11-01 09:15:29

mikhou
#! CrunchBanger
Registered: 2011-06-12
Posts: 147

Error when running scrot

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:

20121101134047269x75scr.png

Uploaded with ImageShack.us

Any ideas as to why this is occurring?

mikhou

Offline

Help fund CrunchBang, donate to the project!

#2 2012-11-01 09:47:43

xaos52
The Good Doctor
From: Planet of the @s
Registered: 2011-06-24
Posts: 4,312

Re: Error when running scrot

Post output of

grep -EiA30 'take screenshot'  ~/.config/openbox/menu.xml

Offline

#3 2012-11-01 09:54:34

mikhou
#! CrunchBanger
Registered: 2011-06-12
Posts: 147

Re: Error when running scrot

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/ &amp; 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/ &amp; viewnior ~/images/$f'
                        </execute>
                    </action>
                </item>
                <item label="Selected Area... (click &amp; drag mouse)">
mike@crunchbang:~$

Offline

#4 2012-11-01 13:18:25

xaos52
The Good Doctor
From: Planet of the @s
Registered: 2011-06-24
Posts: 4,312

Re: Error when running scrot

Does it work if you replace '&amp;' by '&&'?

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo