Xfce Forum

Sub domains
 

You are not logged in.

#1 2020-08-10 23:05:19

fixit
Member
Registered: 2015-01-19
Posts: 115

Custom action not working

This is not working correctly. It works If I remove the last 2 commands.

ls  %n > list.txt | geany list.txt | sleep5 | rm list.txt


Ubuntu-Mate 22.04

Offline

#2 2020-08-10 23:14:10

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: Custom action not working

It stops after the failed sleep5. Use sleep 5

But you don't want to piping there anyway. Try this:

ls  %n > list.txt | geany list.txt && sleep 5 && rm list.txt

Last edited by MrEen (2020-08-10 23:16:56)

Offline

#3 2020-08-11 12:54:49

fixit
Member
Registered: 2015-01-19
Posts: 115

Re: Custom action not working

Thanks so much.


Ubuntu-Mate 22.04

Offline

Board footer

Powered by FluxBB