![](https://secure.gravatar.com/avatar/5e7a1d59a5a668c9ab51b7a8829a2913.jpg?s=120&d=mm&r=g)
On Mon, 18 Nov 2013 11:44:29 +0000 Roelof Wobben <rwobben@hotmail.com> wrote:
I have to try I only know that xterm is working without any problems. I have to find out how to change xterm to the XFCE terminal.
I work now as root because of the point that only root can make packages.
Roelof
Run as standard user: $ exo-preferred-applications and click the Utilities tab, there is a Terminal Emulator drop-down list there, click it and choose Xfce Terminal or any other terminal emulator you wish to use. In case you prefer to use Xterm, make a change in the Exec line in "~/.local/share/applications/nano.desktop" file: [Desktop Entry] Version=1.0 Type=Application Name=Nano editor Comment= Icon=accessories-text-editor Exec=/usr/bin/xterm -e /usr/bin/nano %U Path= Terminal=false StartupNotify=true Then nano will open the file in xterm when you double-click a file associated with the Nano editor. -- Rex <bjorn@krstarica.com>