Xfce Forum

Sub domains
 

You are not logged in.

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

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

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 24.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: 129

Re: Custom action not working

Thanks so much.


Ubuntu-Mate 24.04

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.006 seconds, 9 queries executed - Memory usage: 528.72 KiB (Peak: 529.63 KiB) ]