Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: davec60 on September 14, 2012, 12:40:44 PM
-
Hi,
When I click on text files in Rox-Filer in order to try and open them I get a message back saying that there is no 'run action' for such files. My text editor is the basic 'Editor' that comes as standard with the Coreplus ISO. I simply need to know what to insert in the 'set run action' dialog box. I have tried entering 'Editor' or 'editor' but this did not 'work' ie. clicking on the text files did not open them in the 'Editor' program. Can anyone please enlighten me on this? Thanks,
Dave
-
try:
editor "$@"
And please modify the subject of first post to include "Rox-Filer", as this is a question pertaining to a specific extension ;)
-
the standard says %u i use that for instance in pcmanfm
-
http://rox.sourceforge.net/Manual/Manual/Manual.html#id2507190
-
the standard says %u i use that for instance in pcmanfm
Such would result in a popup:
Enter a shell command which will load "$@" into a suitable program. Eg:
gimp "$@"
-
the standard says %u i use that for instance in pcmanfm
"$@" is fully conform with current version of POSIX standards:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_05_02
-
I no nothing about rox-filer and just saw it as a file manager trying to associate file types with programs and maybe i should have kept it shut.
I was answering straight to the poster as a suggestion, sorry for not leaving quotes, but it was not meant against your definitive answer from someone who knew, being you :) So its was not meant like "my surgestion is a standard your answer is not..."
Besides that we speak of two different things now one being a shell var and the other being field code for file managers.
-
So its was not meant like "my surgestion is a standard your answer is not..."
Besides that we speak of two different things now one being a shell var and the other being field code for file managers.
The nice thing about standards is that you have so many to choose from.
Andrew S. Tanenbaum, Computer Networks, 2nd ed., p. 254