On Tue, 03 Mar 2009 00:43:32 +0000, David Shochat wrote:

> You have to figure out the name of the executable. It is probably /not/
> "Terminal"; that's the package name, although I admit that in my Ubuntu
> situation, the package name and the executable name happened to be the
> same. But in general, they are not the same. We need the rpm command
> that lists the files in the package named Terminal. Ok, try:
>   rpm -ql Terminal
> You should get a list of files. What we're looking for will be in /usr/
> bin, e.g. /usr/bin/terminal or some name that almost certainly will
> contain the word "terminal". Probably all lower case. 

        OK, it starts out this way : 

[b...@hbsk2 ~]$ rpm -ql Terminal
/usr/bin/Terminal
/usr/bin/terminal
/usr/libexec/TerminalHelp
/usr/share/Terminal
        [....]


> Another way to
> figure it out is to run it from menus and then do:
>   ps aux | grep -i terminal | grep -v grep
> while it's running. That should show you the command that launched it.

[b...@hbsk2 ~]$ ps aux | grep -i terminal | grep -v grep
btth      3810  0.1  0.9 102368 28452 ?        Sl   Feb21  15:57 gnome-
terminal
btth     19034  0.0  1.2  64260 36452 ?        S    Mar02   0:20 Terminal
[b...@hbsk2 ~]$ 

> Once you think you know what the name is, try just typing that name at a
> shell prompt (i.e., in the terminal, xterm, or whatever). If you have
> the right name, a new "terminal" will come up. Once you succeed with
> that, you'll know what to replace "xterm" with in your pan settings. --
> David

[b...@hbsk2 ~]$ Terminal &
[1] 8842
[b...@hbsk2 ~]$ 

        ... And sure enough, it pops up behind the gnome terminal. So it 
still looks to me as if what I have, 

Terminal alpine -url %s

should work; but I admit I don't know what either that "-url" or the "%s" 
is doing there ...

        Might I need to close and re-open Pan?? Or log out and back  in??

-- 
Beartooth Staffwright, PhD, Neo-Redneck Linux Convert
Remember I know precious little of what I am talking about.



_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to