[kde] How to prevent konqueror from running executables with double click?



Hello,

I have a problem. I write a C code foo.c, I build it to foo, and then I run
foo on the konsole with ./foo. Sometimes, the execution can take a lot of
hours and directs the output to some files.

My problem is that sometimes I want to have a look to the source foo.c but,
my mistake, I double click on foo, so foo is run and all my output files
reset, so I have to wait for a lot of hours again :-(

Is there any way to prevent konqueror from running executables with double
click?

But, what I do not want, is that it affects the normal execution of other
programmes (firefox, amsn, etc). I do want these programmes to be run with
double click.

Also, I want to be able to run foo on the konsole (so do not suggest that I
change the permissions :-) ).

Thank you.

David
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

Relevant Pages

  • Re: [kde-linux] konsole PATH and LDLIB settings
    ... versions of konsole i.e. export shell variables and then load ... .bashrc, see man page of bash for details on order and difference). ... I tried setting Execute within console as you suggest i.e. Session -> ... if I execute bash --rcfile foo from within konsole, ...
    (KDE)
  • Re: [kde-linux] konsole PATH and LDLIB settings
    ... I want one konsole to run with PATH ... versions of konsole i.e. export shell variables and then load konsole. ... shell that console executes (probably bash). ... if I execute bash --rcfile foo from within konsole, ...
    (KDE)
  • Re: [kde-linux] konsole PATH and LDLIB settings
    ... start a terminal with 'konsole -e mysh' ... IAFAIU you can append parametrs to 'mysh'. ... if I execute bash --rcfile foo from within konsole, ... I get a nested bash session with whatever values are set ...
    (KDE)
  • Re: dump xterm scroll back buffer to file
    ... xterm probably doesn't have that feature. ... so why not just use konsole instead? ... How can I do $FOO in xterm? ... Thomas: You can't. ...
    (comp.os.linux.x)
  • Re: Identifying language concepts from sample code
    ... var foo = { ... 'Variable declaration', 'assignment', and 'object literal/initialiser' ... above assigns a reference to that one object to the Identifier - foo -. ... property being created on the execution context's Variable/Activation ...
    (comp.lang.javascript)