Bug 15927 - Из меню не запускаются терминальные программы
Summary: Из меню не запускаются терминальные программы
Status: CLOSED DUPLICATE of bug 13761
Alias: None
Product: Sisyphus
Classification: Development
Component: xfce-utils (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Mikhail Efremov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-05 16:35 MSD by Anton V. Boyarshinov
Modified: 2009-06-18 17:11 MSD (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton V. Boyarshinov 2008-06-05 16:35:21 MSD
Изза отсутствия скрипта pauseme, вместо терминальных программ запускается терминал.
Скрипт может быть, непример, таким:
--------------------
#!/bin/sh

PROG=$1
shift
$PROG "$@"

echo "Press Enter ..."
read dummy
---------------------
Comment 1 Anton V. Boyarshinov 2009-06-18 17:11:42 MSD
duplicate

*** This bug has been marked as a duplicate of bug 13761 ***