Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

feh, dialog box

If none of the specific sub-forums seem right for your thread, ask here.
Message
Author
User avatar
cpoakes
Posts: 99
Joined: 2015-03-29 04:54

Re: feh, dialog box

#21 Post by cpoakes »

If you don't want a separate script, you can work around the limitations of openbox with:

Code: Select all

<command>sh -c "feh $(zenity --file-selection)"</command>
OR:

Code: Select all

<command>sh -c "feh `zenity --file-selection`"</command>
This method can be used for all menu commands that require a shell to interpret the command (including globbing * ?, backticks `, pipes |, and list operators && ||).

And I believe the <execute> action has been deprecated in favor of <command> but you can use either.

Post Reply