! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
ctrl+enter tries to run xfterm4 which is part of old xfce-utils
Status:
RESOLVED: FIXED
Product:
Xfce4-verve-plugin
Component:
General

Comments

Description Sebastian 2013-04-05 11:22:06 CEST
ctrl+enter in the verve command line should execute the command in a terminal.
For this purpose the script xfterm4 is called which is part of the xfce-utils package. However this package was removed in 4.10 (see http://wiki.xfce.org/releng/4.10/roadmap/xfce-utils).

I guess it could be replaced by
exo-open --launch TerminalEmulator <arguments>
but this solution would not pause and keep the terminal window open after the command is executed.

Alternatively the terminal command could be made configurable.
Comment 1 Landry Breuil editbugs 2013-04-06 10:15:30 CEST
Good catch, i'll try to fix it in a sane way using exo-open.

When you say 'but this solution would not pause and keep the terminal window open after the command is executed.', what behaviour do you expect ? wasnt it the previous behaviour with xfterm4 ?
Comment 2 Sebastian 2013-04-06 12:41:13 CEST
I haven't used verve before so I don't really know how xfterm4 behaved.

A quick glance at the script showed, that it would execute the "pauseme" command when the terminal argument would point at an executable file.
Comment 3 Landry Breuil editbugs 2015-01-25 11:58:00 CET
Fixed in f2580a5, using exo-open --launch TerminalEmulator just works fine, tested with top here, when exiting top the terminal window is closed.

Bug #9978

Reported by:
Sebastian
Reported on: 2013-04-05
Last modified on: 2015-01-25

People

Assignee:
Landry Breuil
CC List:
1 user

Version

Attachments

Additional information