What command line to use to set up Double Commander's "Run in terminal" feature to use XFCE terminal?

5,225

Just xfce4-terminal -e %f is fine,

But beware if your command dies or quits quickly, you'll see screen flashing.

i.e xfce4-terminal -e /bin/ls

P.S Also change the "Run in Terminal" line to xfce4-terminal if needed

Share:
5,225

Related videos on Youtube

Ivan
Author by

Ivan

Currently I live in Prague, CZ, use Arch Linux on my Toshiba L10 (Centrino "Dothan" 1.6 Mhz) laptop and code (am beginning, actually) Scala 2.8 with NetBeans 6.9. I like Scala very much (finally, the language I really like) and wouldn't mind to get a jr. Scala developer position.

Updated on September 18, 2022

Comments

  • Ivan
    Ivan almost 2 years

    Double Commander has a handy "Run in terminal" feature but it is configured to uses xterm by default. Needless to say many prefer to use their desktop environment native terminal client and so do I. The feature is configurable and the default command line to call the terminal application is

    xterm -e sh -c
    

    what to replae it with to use XFCE terminal?

    Double Commander behaviour configuration

  • Ivan
    Ivan over 11 years
    xfce4-terminal -e says "Failed to execute... no such file or directory". Plain xfce4-terminal does nothing at all. And I would like the terminal to remain opened when the application returns.
  • daisy
    daisy over 11 years
    @Ivan updated, see if the new answer work for you
  • Ivan
    Ivan over 11 years
    Still doesn't work.